COLOR #E8EBD0

HEX: #E8EBD0
RGB: (232,235,208)

Color info

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

RGB color model

#E8EBD0 color RGB value is (232,235,208).

  • red value is 232;
  • green value is 235;
  • blue value is 208.
RGB:
(232,235,208)
(91%,92%,82%)

RGB channels and saturation

R 232 of 255 = 91%
G 235 of 255 = 92%
B 208 of 255 = 82%

232
235
208

R + G + B ~ 88%. #E8EBD0 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 235 + 208 = 675 (100%)
R 232 of 675 ~ 34.37%
G 235 of 675 ~ 34.81%
B 208 of 675 ~ 30.81%

%34.37
%34.81
%30.81

CMYK color model

#E8EBD0 color CMYK value is (1,0,11,8).

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 7.84%
CMYK:
(1,0,11,8)
C1M0Y11K8 
(1%,0%,11%,8%)
(0.01/0.00/0.11/0.08)	

CMYK percentages

%1.28
%0
%11.49
%7.84

Codes

Color #E8EBD0 in popluar color models

E8EBD0
RGB232235208
HSL67°40.30%86.86%
HSB/HSV67°11.49%92.16%
CMYK1.28%0.00%11.49%
7.84%

Color #E8EBD0 in popluar number systems.

HEXE8EBD0
Decimal232235208
Binary111010001110101111010000
Octal350353320

Shades and tints

Shades of #E8EBD0

#E8EBD0
(232,235,208)
#D3D6BE
(211,214,190)
#BEC1AC
(190,193,172)
#A9AC9A
(169,172,154)
#949788
(148,151,136)
#7F8276
(127,130,118)
#6A6D64
(106,109,100)
#555852
(85,88,82)
#404340
(64,67,64)
#2B2E2E
(43,46,46)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #E8EBD0

#E8EBD0
(232,235,208)
#EAECD4
(234,236,212)
#ECEDD8
(236,237,216)
#EEEEDC
(238,238,220)
#F0EFE0
(240,239,224)
#F2F0E4
(242,240,228)
#F4F1E8
(244,241,232)
#F6F2EC
(246,242,236)
#F8F3F0
(248,243,240)
#FAF4F4
(250,244,244)
#FCF5F8
(252,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EBD0; }

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

This text font color is #E8EBD0.


Background Color

.myBgColor { background-color: #E8EBD0; }

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

This div background color is #E8EBD0.


Border color

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

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

This div border color is #E8EBD0.


Opacity

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

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

Text with #E8EBD0 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 #E8EBD0;}

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

This text has shadow with #E8EBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EBD0 on black background.


Color preview on white background

This text has color #E8EBD0 on white background.



Black color preview on #E8EBD0 background

This text has black color on #E8EBD0 background.


White color preview on #E8EBD0 background

This text has white color on #E8EBD0 background.