COLOR #E8DFCB

HEX: #E8DFCB
RGB: (232,223,203)

Color info

#E8DFCB contains red, green and blue colors in about the same proportion. Web safe color of #E8DFCB is #FFCCCC (or #FCC).

RGB color model

#E8DFCB color RGB value is (232,223,203).

  • red value is 232;
  • green value is 223;
  • blue value is 203.
RGB:
(232,223,203)
(91%,87%,80%)

RGB channels and saturation

R 232 of 255 = 91%
G 223 of 255 = 87%
B 203 of 255 = 80%

232
223
203

R + G + B ~ 86%. #E8DFCB is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 223 + 203 = 658 (100%)
R 232 of 658 ~ 35.26%
G 223 of 658 ~ 33.89%
B 203 of 658 ~ 30.85%

%35.26
%33.89
%30.85

CMYK color model

#E8DFCB color CMYK value is (0,4,13,9).

  • cyan value is 0.00%
  • magenta value is 3.88%
  • yellow value is 12.50%
  • key color value is 9.02%
CMYK:
(0,4,13,9)
C0M4Y13K9 
(0%,4%,13%,9%)
(0.00/0.04/0.13/0.09)	

CMYK percentages

%0
%3.88
%12.5
%9.02

Codes

Color #E8DFCB in popluar color models

E8DFCB
RGB232223203
HSL41°38.67%85.29%
HSB/HSV41°12.50%90.98%
CMYK0.00%3.88%12.50%
9.02%

Color #E8DFCB in popluar number systems.

HEXE8DFCB
Decimal232223203
Binary111010001101111111001011
Octal350337313

Shades and tints

Shades of #E8DFCB

#E8DFCB
(232,223,203)
#D3CBB9
(211,203,185)
#BEB7A7
(190,183,167)
#A9A395
(169,163,149)
#948F83
(148,143,131)
#7F7B71
(127,123,113)
#6A675F
(106,103,95)
#55534D
(85,83,77)
#403F3B
(64,63,59)
#2B2B29
(43,43,41)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #E8DFCB

#E8DFCB
(232,223,203)
#EAE1CF
(234,225,207)
#ECE3D3
(236,227,211)
#EEE5D7
(238,229,215)
#F0E7DB
(240,231,219)
#F2E9DF
(242,233,223)
#F4EBE3
(244,235,227)
#F6EDE7
(246,237,231)
#F8EFEB
(248,239,235)
#FAF1EF
(250,241,239)
#FCF3F3
(252,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DFCB color. Also use rgb(232,223,203) instead hex code.

Text Font Color

.myTextColor { color: #E8DFCB; }

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

This text font color is #E8DFCB.


Background Color

.myBgColor { background-color: #E8DFCB; }

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

This div background color is #E8DFCB.


Border color

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

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

This div border color is #E8DFCB.


Opacity

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

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

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

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

This text has shadow with #E8DFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DFCB on black background.


Color preview on white background

This text has color #E8DFCB on white background.



Black color preview on #E8DFCB background

This text has black color on #E8DFCB background.


White color preview on #E8DFCB background

This text has white color on #E8DFCB background.