COLOR #E4DFCB

HEX: #E4DFCB
RGB: (228,223,203)

Color info

#E4DFCB contains red, green and blue colors in about the same proportion. Web safe color of #E4DFCB is #CCCCCC (or #CCC).

RGB color model

#E4DFCB color RGB value is (228,223,203).

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

RGB channels and saturation

R 228 of 255 = 89%
G 223 of 255 = 87%
B 203 of 255 = 80%

228
223
203

R + G + B ~ 85%. #E4DFCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 223 + 203 = 654 (100%)
R 228 of 654 ~ 34.86%
G 223 of 654 ~ 34.1%
B 203 of 654 ~ 31.04%

%34.86
%34.1
%31.04

CMYK color model

#E4DFCB color CMYK value is (0,2,11,11).

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 10.96%
  • key color value is 10.59%
CMYK:
(0,2,11,11)
C0M2Y11K11 
(0%,2%,11%,11%)
(0.00/0.02/0.11/0.11)	

CMYK percentages

%0
%2.19
%10.96
%10.59

Codes

Color #E4DFCB in popluar color models

E4DFCB
RGB228223203
HSL48°31.65%84.51%
HSB/HSV48°10.96%89.41%
CMYK0.00%2.19%10.96%
10.59%

Color #E4DFCB in popluar number systems.

HEXE4DFCB
Decimal228223203
Binary111001001101111111001011
Octal344337313

Shades and tints

Shades of #E4DFCB

#E4DFCB
(228,223,203)
#D0CBB9
(208,203,185)
#BCB7A7
(188,183,167)
#A8A395
(168,163,149)
#948F83
(148,143,131)
#807B71
(128,123,113)
#6C675F
(108,103,95)
#58534D
(88,83,77)
#443F3B
(68,63,59)
#302B29
(48,43,41)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #E4DFCB

#E4DFCB
(228,223,203)
#E6E1CF
(230,225,207)
#E8E3D3
(232,227,211)
#EAE5D7
(234,229,215)
#ECE7DB
(236,231,219)
#EEE9DF
(238,233,223)
#F0EBE3
(240,235,227)
#F2EDE7
(242,237,231)
#F4EFEB
(244,239,235)
#F6F1EF
(246,241,239)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DFCB; }

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

This text font color is #E4DFCB.


Background Color

.myBgColor { background-color: #E4DFCB; }

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

This div background color is #E4DFCB.


Border color

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

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

This div border color is #E4DFCB.


Opacity

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

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

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

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

This text has shadow with #E4DFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DFCB on black background.


Color preview on white background

This text has color #E4DFCB on white background.



Black color preview on #E4DFCB background

This text has black color on #E4DFCB background.


White color preview on #E4DFCB background

This text has white color on #E4DFCB background.