COLOR #E0E8CF

HEX: #E0E8CF
RGB: (224,232,207)

Color info

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

RGB color model

#E0E8CF color RGB value is (224,232,207).

  • red value is 224;
  • green value is 232;
  • blue value is 207.
RGB:
(224,232,207)
(88%,91%,81%)

RGB channels and saturation

R 224 of 255 = 88%
G 232 of 255 = 91%
B 207 of 255 = 81%

224
232
207

R + G + B ~ 87%. #E0E8CF is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 232 + 207 = 663 (100%)
R 224 of 663 ~ 33.79%
G 232 of 663 ~ 34.99%
B 207 of 663 ~ 31.22%

%33.79
%34.99
%31.22

CMYK color model

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

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 9.02%
CMYK:
(3,0,11,9)
C3M0Y11K9 
(3%,0%,11%,9%)
(0.03/0.00/0.11/0.09)	

CMYK percentages

%3.45
%0
%10.78
%9.02

Codes

Color #E0E8CF in popluar color models

E0E8CF
RGB224232207
HSL79°35.21%86.08%
HSB/HSV79°10.78%90.98%
CMYK3.45%0.00%10.78%
9.02%

Color #E0E8CF in popluar number systems.

HEXE0E8CF
Decimal224232207
Binary111000001110100011001111
Octal340350317

Shades and tints

Shades of #E0E8CF

#E0E8CF
(224,232,207)
#CCD3BD
(204,211,189)
#B8BEAB
(184,190,171)
#A4A999
(164,169,153)
#909487
(144,148,135)
#7C7F75
(124,127,117)
#686A63
(104,106,99)
#545551
(84,85,81)
#40403F
(64,64,63)
#2C2B2D
(44,43,45)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #E0E8CF

#E0E8CF
(224,232,207)
#E2EAD3
(226,234,211)
#E4ECD7
(228,236,215)
#E6EEDB
(230,238,219)
#E8F0DF
(232,240,223)
#EAF2E3
(234,242,227)
#ECF4E7
(236,244,231)
#EEF6EB
(238,246,235)
#F0F8EF
(240,248,239)
#F2FAF3
(242,250,243)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E8CF; }

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

This text font color is #E0E8CF.


Background Color

.myBgColor { background-color: #E0E8CF; }

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

This div background color is #E0E8CF.


Border color

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

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

This div border color is #E0E8CF.


Opacity

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

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

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

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

This text has shadow with #E0E8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E8CF on black background.


Color preview on white background

This text has color #E0E8CF on white background.



Black color preview on #E0E8CF background

This text has black color on #E0E8CF background.


White color preview on #E0E8CF background

This text has white color on #E0E8CF background.