COLOR #E0E5CD

HEX: #E0E5CD RGB: (224,229,205)

Color info

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

RGB color model

#E0E5CD color RGB value is (224,229,205).

RGB: (224,229,205) (88%, 90%, 80%)

RGB channels and saturation

R 224 of 255 = 88%
G 229 of 255 = 90%
B 205 of 255 = 80%

224
229
205

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

Portions of RGB colors in percentages

R + G + B = 224 + 229 + 205 = 658 (100%)
R 224 of 658 ~ 34.04%
G 229 of 658 ~ 34.8%
B 205 of 658 ~ 31.16'%

%34.04
%34.8
%31.16

CMYK color model

#E0E5CD color CMYK value is (2,0,10,10).

  • cyan value is 2.18%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 10.20%

CMYK: (2,0,10,10)
C2M0Y10K10 (2%, 0%, 10%, 10%)
(0.02 / 0.00 / 0.10 / 0.10)

CMYK percentages

%2.18
%0
%10.48
%10.2

Codes

Color #E0E5CD in popluar color models

E0 E5 CD
RGB 224 229 205
HSL 73° 31.58% 85.10%
HSB/HSV 73° 10.48% 89.80%
CMYK 2.18% 0.00% 10.48%
10.20%

Color #E0E5CD in popluar number systems.

HEX E0 E5 CD
Decimal 224 229 205
Binary 11100000 11100101 11001101
Octal 340 345 315

Shades and tints

Shades of #E0E5CD

#E0E5CD
(224,229,205)
#CCD1BB
(204,209,187)
#B8BDA9
(184,189,169)
#A4A997
(164,169,151)
#909585
(144,149,133)
#7C8173
(124,129,115)
#686D61
(104,109,97)
#54594F
(84,89,79)
#40453D
(64,69,61)
#2C312B
(44,49,43)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #E0E5CD

#E0E5CD
(224,229,205)
#E2E7D1
(226,231,209)
#E4E9D5
(228,233,213)
#E6EBD9
(230,235,217)
#E8EDDD
(232,237,221)
#EAEFE1
(234,239,225)
#ECF1E5
(236,241,229)
#EEF3E9
(238,243,233)
#F0F5ED
(240,245,237)
#F2F7F1
(242,247,241)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E5CD color. Also use rgb(224,229,205) instead hex code.

Text Font Color

.myTextColor { color: #E0E5CD; }

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

This text font color is #E0E5CD.

Background Color

.myBgColor { background-color: #E0E5CD; }

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

This div background color is #E0E5CD.

Border color

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

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

This div border color is #E0E5CD.

Opacity

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

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

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

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

This text has shadow with #E0E5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E5CD.

Preview

Color preview on black background

This text has color #E0E5CD on black background.


Color preview on white background

This text has color #E0E5CD on white background.


Black color preview on #E0E5CD background

This text has black color on #E0E5CD background.


White color preview on #E0E5CD background

This text has white color on #E0E5CD background.


Related colors

Complementary color

Complementary color for #hex is #1F1A32.


I love getcolorcode.com

Triadic colors

1 #CDE0E5 and #E5CDE0 with #E0E5CD are triadic colors.

2 #CDE5E0 and #E5E0CD with #E0E5CD are triadic colors.