COLOR #EBE8D7

HEX: #EBE8D7 RGB: (235,232,215)

Color info

#EBE8D7 contains red, green and blue colors in about the same proportion. Web safe color of #EBE8D7 is #FFFFCC (or #FFC).

RGB color model

#EBE8D7 color RGB value is (235,232,215).

RGB: (235,232,215) (92%, 91%, 84%)

RGB channels and saturation

R 235 of 255 = 92%
G 232 of 255 = 91%
B 215 of 255 = 84%

235
232
215

R + G + B ~ 89%. #EBE8D7 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 232 + 215 = 682 (100%)
R 235 of 682 ~ 34.46%
G 232 of 682 ~ 34.02%
B 215 of 682 ~ 31.52'%

%34.46
%34.02
%31.52

CMYK color model

#EBE8D7 color CMYK value is (0,1,9,8).

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 8.51%
  • key color value is 7.84%

CMYK: (0,1,9,8)
C0M1Y9K8 (0%, 1%, 9%, 8%)
(0.00 / 0.01 / 0.09 / 0.08)

CMYK percentages

%0
%1.28
%8.51
%7.84

Codes

Color #EBE8D7 in popluar color models

EB E8 D7
RGB 235 232 215
HSL 51° 33.33% 88.24%
HSB/HSV 51° 8.51% 92.16%
CMYK 0.00% 1.28% 8.51%
7.84%

Color #EBE8D7 in popluar number systems.

HEX EB E8 D7
Decimal 235 232 215
Binary 11101011 11101000 11010111
Octal 353 350 327

Shades and tints

Shades of #EBE8D7

#EBE8D7
(235,232,215)
#D6D3C4
(214,211,196)
#C1BEB1
(193,190,177)
#ACA99E
(172,169,158)
#97948B
(151,148,139)
#827F78
(130,127,120)
#6D6A65
(109,106,101)
#585552
(88,85,82)
#43403F
(67,64,63)
#2E2B2C
(46,43,44)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #EBE8D7

#EBE8D7
(235,232,215)
#ECEADA
(236,234,218)
#EDECDD
(237,236,221)
#EEEEE0
(238,238,224)
#EFF0E3
(239,240,227)
#F0F2E6
(240,242,230)
#F1F4E9
(241,244,233)
#F2F6EC
(242,246,236)
#F3F8EF
(243,248,239)
#F4FAF2
(244,250,242)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE8D7 color. Also use rgb(235,232,215) instead hex code.

Text Font Color

.myTextColor { color: #EBE8D7; }

<p style="color:#EBE8D7">This sample text font color is #EBE8D7.</p>

This text font color is #EBE8D7.

Background Color

.myBgColor { background-color: #EBE8D7; }

<div style="background-color:#EBE8D7">Inner text</div>

This div background color is #EBE8D7.

Border color

.myBorderColor { border: 1px solid #EBE8D7; }

<div style="border:3px solid #EBE8D7">Div</div>

This div border color is #EBE8D7.

Opacity

.myOpacity80 { color: #EBE8D7; opacity: 0.8; }

<p style="color:#EBE8D7;opacity:0.8;">80%</p>

Text with #EBE8D7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBE8D7;}

<p style="text-shadow: 3px 3px 1px #EBE8D7">Text here.</p>

This text has shadow with #EBE8D7 color.


.textShadow {text-shadow: 3px 3px 1px #EBE8D7', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBE8D7, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBE8D7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBE8D7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBE8D7, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBE8D7 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBE8D7;
-webkit-box-shadow: 1px 1px 3px 2px #EBE8D7;
box-shadow: 1px 1px 3px 2px #EBE8D7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBE8D7; -webkit-box-shadow: 1px 1px 3px 2px #EBE8D7; box-shadow:1px 1px 3px 2px #EBE8D7;">
Div content here
</div>

This div box has shadow with color #EBE8D7.

Preview

Color preview on black background

This text has color #EBE8D7 on black background.


Color preview on white background

This text has color #EBE8D7 on white background.


Black color preview on #EBE8D7 background

This text has black color on #EBE8D7 background.


White color preview on #EBE8D7 background

This text has white color on #EBE8D7 background.


Related colors

Complementary color

Complementary color for #hex is #141728.


I love getcolorcode.com

Triadic colors

1 #D7EBE8 and #E8D7EB with #EBE8D7 are triadic colors.

2 #D7E8EB and #E8EBD7 with #EBE8D7 are triadic colors.