COLOR #E0E8CD

HEX: #E0E8CD RGB: (224,232,205)

Color info

#E0E8CD contains red, green and blue colors in about the same proportion. Web safe color of #E0E8CD is #CCFFCC (or #CFC).

RGB color model

#E0E8CD color RGB value is (224,232,205).

RGB: (224,232,205) (88%, 91%, 80%)

RGB channels and saturation

R 224 of 255 = 88%
G 232 of 255 = 91%
B 205 of 255 = 80%

224
232
205

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

Portions of RGB colors in percentages

R + G + B = 224 + 232 + 205 = 661 (100%)
R 224 of 661 ~ 33.89%
G 232 of 661 ~ 35.1%
B 205 of 661 ~ 31.01'%

%33.89
%35.1
%31.01

CMYK color model

#E0E8CD color CMYK value is (3,0,12,9).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 11.64%
  • key color value is 9.02%

CMYK: (3,0,12,9)
C3M0Y12K9 (3%, 0%, 12%, 9%)
(0.03 / 0.00 / 0.12 / 0.09)

CMYK percentages

%3.45
%0
%11.64
%9.02

Codes

Color #E0E8CD in popluar color models

E0 E8 CD
RGB 224 232 205
HSL 78° 36.99% 85.69%
HSB/HSV 78° 11.64% 90.98%
CMYK 3.45% 0.00% 11.64%
9.02%

Color #E0E8CD in popluar number systems.

HEX E0 E8 CD
Decimal 224 232 205
Binary 11100000 11101000 11001101
Octal 340 350 315

Shades and tints

Shades of #E0E8CD

#E0E8CD
(224,232,205)
#CCD3BB
(204,211,187)
#B8BEA9
(184,190,169)
#A4A997
(164,169,151)
#909485
(144,148,133)
#7C7F73
(124,127,115)
#686A61
(104,106,97)
#54554F
(84,85,79)
#40403D
(64,64,61)
#2C2B2B
(44,43,43)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #E0E8CD

#E0E8CD
(224,232,205)
#E2EAD1
(226,234,209)
#E4ECD5
(228,236,213)
#E6EED9
(230,238,217)
#E8F0DD
(232,240,221)
#EAF2E1
(234,242,225)
#ECF4E5
(236,244,229)
#EEF6E9
(238,246,233)
#F0F8ED
(240,248,237)
#F2FAF1
(242,250,241)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E8CD; }

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

This text font color is #E0E8CD.

Background Color

.myBgColor { background-color: #E0E8CD; }

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

This div background color is #E0E8CD.

Border color

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

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

This div border color is #E0E8CD.

Opacity

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

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

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

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

This text has shadow with #E0E8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E8CD.

Preview

Color preview on black background

This text has color #E0E8CD on black background.


Color preview on white background

This text has color #E0E8CD on white background.


Black color preview on #E0E8CD background

This text has black color on #E0E8CD background.


White color preview on #E0E8CD background

This text has white color on #E0E8CD background.


Related colors

Complementary color

Complementary color for #hex is #1F1732.


I love getcolorcode.com

Triadic colors

1 #CDE0E8 and #E8CDE0 with #E0E8CD are triadic colors.

2 #CDE8E0 and #E8E0CD with #E0E8CD are triadic colors.