COLOR #E4DDCB

HEX: #E4DDCB
RGB: (228,221,203)

Color info

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

RGB color model

#E4DDCB color RGB value is (228,221,203).

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

RGB channels and saturation

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

228
221
203

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

Portions of RGB colors in percentages

R + G + B =
228 + 221 + 203 = 652 (100%)
R 228 of 652 ~ 34.97%
G 221 of 652 ~ 33.9%
B 203 of 652 ~ 31.13%

%34.97
%33.9
%31.13

CMYK color model

#E4DDCB color CMYK value is (0,3,11,11).

  • cyan value is 0.00%
  • magenta value is 3.07%
  • yellow value is 10.96%
  • key color value is 10.59%
CMYK:
(0,3,11,11)
C0M3Y11K11 
(0%,3%,11%,11%)
(0.00/0.03/0.11/0.11)	

CMYK percentages

%0
%3.07
%10.96
%10.59

Codes

Color #E4DDCB in popluar color models

E4DDCB
RGB228221203
HSL43°31.65%84.51%
HSB/HSV43°10.96%89.41%
CMYK0.00%3.07%10.96%
10.59%

Color #E4DDCB in popluar number systems.

HEXE4DDCB
Decimal228221203
Binary111001001101110111001011
Octal344335313

Shades and tints

Shades of #E4DDCB

#E4DDCB
(228,221,203)
#D0C9B9
(208,201,185)
#BCB5A7
(188,181,167)
#A8A195
(168,161,149)
#948D83
(148,141,131)
#807971
(128,121,113)
#6C655F
(108,101,95)
#58514D
(88,81,77)
#443D3B
(68,61,59)
#302929
(48,41,41)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #E4DDCB

#E4DDCB
(228,221,203)
#E6E0CF
(230,224,207)
#E8E3D3
(232,227,211)
#EAE6D7
(234,230,215)
#ECE9DB
(236,233,219)
#EEECDF
(238,236,223)
#F0EFE3
(240,239,227)
#F2F2E7
(242,242,231)
#F4F5EB
(244,245,235)
#F6F8EF
(246,248,239)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DDCB; }

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

This text font color is #E4DDCB.


Background Color

.myBgColor { background-color: #E4DDCB; }

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

This div background color is #E4DDCB.


Border color

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

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

This div border color is #E4DDCB.


Opacity

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

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

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

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

This text has shadow with #E4DDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DDCB on black background.


Color preview on white background

This text has color #E4DDCB on white background.



Black color preview on #E4DDCB background

This text has black color on #E4DDCB background.


White color preview on #E4DDCB background

This text has white color on #E4DDCB background.