COLOR #E4DBCD

HEX: #E4DBCD RGB: (228,219,205)

Color info

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

RGB color model

#E4DBCD color RGB value is (228,219,205).

RGB: (228,219,205) (89%, 86%, 80%)

RGB channels and saturation

R 228 of 255 = 89%
G 219 of 255 = 86%
B 205 of 255 = 80%

228
219
205

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

Portions of RGB colors in percentages

R + G + B = 228 + 219 + 205 = 652 (100%)
R 228 of 652 ~ 34.97%
G 219 of 652 ~ 33.59%
B 205 of 652 ~ 31.44'%

%34.97
%33.59
%31.44

CMYK color model

#E4DBCD color CMYK value is (0,4,10,11).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 10.09%
  • key color value is 10.59%

CMYK: (0,4,10,11)
C0M4Y10K11 (0%, 4%, 10%, 11%)
(0.00 / 0.04 / 0.10 / 0.11)

CMYK percentages

%0
%3.95
%10.09
%10.59

Codes

Color #E4DBCD in popluar color models

E4 DB CD
RGB 228 219 205
HSL 37° 29.87% 84.90%
HSB/HSV 37° 10.09% 89.41%
CMYK 0.00% 3.95% 10.09%
10.59%

Color #E4DBCD in popluar number systems.

HEX E4 DB CD
Decimal 228 219 205
Binary 11100100 11011011 11001101
Octal 344 333 315

Shades and tints

Shades of #E4DBCD

#E4DBCD
(228,219,205)
#D0C8BB
(208,200,187)
#BCB5A9
(188,181,169)
#A8A297
(168,162,151)
#948F85
(148,143,133)
#807C73
(128,124,115)
#6C6961
(108,105,97)
#58564F
(88,86,79)
#44433D
(68,67,61)
#30302B
(48,48,43)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #E4DBCD

#E4DBCD
(228,219,205)
#E6DED1
(230,222,209)
#E8E1D5
(232,225,213)
#EAE4D9
(234,228,217)
#ECE7DD
(236,231,221)
#EEEAE1
(238,234,225)
#F0EDE5
(240,237,229)
#F2F0E9
(242,240,233)
#F4F3ED
(244,243,237)
#F6F6F1
(246,246,241)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DBCD color. Also use rgb(228,219,205) instead hex code.

Text Font Color

.myTextColor { color: #E4DBCD; }

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

This text font color is #E4DBCD.

Background Color

.myBgColor { background-color: #E4DBCD; }

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

This div background color is #E4DBCD.

Border color

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

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

This div border color is #E4DBCD.

Opacity

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

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

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

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

This text has shadow with #E4DBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DBCD.

Preview

Color preview on black background

This text has color #E4DBCD on black background.


Color preview on white background

This text has color #E4DBCD on white background.


Black color preview on #E4DBCD background

This text has black color on #E4DBCD background.


White color preview on #E4DBCD background

This text has white color on #E4DBCD background.


Related colors

Complementary color

Complementary color for #hex is #1B2432.


I love getcolorcode.com

Triadic colors

1 #CDE4DB and #DBCDE4 with #E4DBCD are triadic colors.

2 #CDDBE4 and #DBE4CD with #E4DBCD are triadic colors.