COLOR #E4D2CD

HEX: #E4D2CD RGB: (228,210,205)

Color info

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

RGB color model

#E4D2CD color RGB value is (228,210,205).

RGB: (228,210,205) (89%, 82%, 80%)

RGB channels and saturation

R 228 of 255 = 89%
G 210 of 255 = 82%
B 205 of 255 = 80%

228
210
205

R + G + B ~ 84%. #E4D2CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 210 + 205 = 643 (100%)
R 228 of 643 ~ 35.46%
G 210 of 643 ~ 32.66%
B 205 of 643 ~ 31.88'%

%35.46
%32.66
%31.88

CMYK color model

#E4D2CD color CMYK value is (0,8,10,11).

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

CMYK: (0,8,10,11)
C0M8Y10K11 (0%, 8%, 10%, 11%)
(0.00 / 0.08 / 0.10 / 0.11)

CMYK percentages

%0
%7.89
%10.09
%10.59

Codes

Color #E4D2CD in popluar color models

E4 D2 CD
RGB 228 210 205
HSL 13° 29.87% 84.90%
HSB/HSV 13° 10.09% 89.41%
CMYK 0.00% 7.89% 10.09%
10.59%

Color #E4D2CD in popluar number systems.

HEX E4 D2 CD
Decimal 228 210 205
Binary 11100100 11010010 11001101
Octal 344 322 315

Shades and tints

Shades of #E4D2CD

#E4D2CD
(228,210,205)
#D0BFBB
(208,191,187)
#BCACA9
(188,172,169)
#A89997
(168,153,151)
#948685
(148,134,133)
#807373
(128,115,115)
#6C6061
(108,96,97)
#584D4F
(88,77,79)
#443A3D
(68,58,61)
#30272B
(48,39,43)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #E4D2CD

#E4D2CD
(228,210,205)
#E6D6D1
(230,214,209)
#E8DAD5
(232,218,213)
#EADED9
(234,222,217)
#ECE2DD
(236,226,221)
#EEE6E1
(238,230,225)
#F0EAE5
(240,234,229)
#F2EEE9
(242,238,233)
#F4F2ED
(244,242,237)
#F6F6F1
(246,246,241)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D2CD; }

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

This text font color is #E4D2CD.

Background Color

.myBgColor { background-color: #E4D2CD; }

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

This div background color is #E4D2CD.

Border color

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

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

This div border color is #E4D2CD.

Opacity

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

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

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

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

This text has shadow with #E4D2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D2CD.

Preview

Color preview on black background

This text has color #E4D2CD on black background.


Color preview on white background

This text has color #E4D2CD on white background.


Black color preview on #E4D2CD background

This text has black color on #E4D2CD background.


White color preview on #E4D2CD background

This text has white color on #E4D2CD background.


Related colors

Complementary color

Complementary color for #hex is #1B2D32.


I love getcolorcode.com

Triadic colors

1 #CDE4D2 and #D2CDE4 with #E4D2CD are triadic colors.

2 #CDD2E4 and #D2E4CD with #E4D2CD are triadic colors.