COLOR #E0E9C8

HEX: #E0E9C8
RGB: (224,233,200)

Color info

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

RGB color model

#E0E9C8 color RGB value is (224,233,200).

  • red value is 224;
  • green value is 233;
  • blue value is 200.
RGB:
(224,233,200)
(88%,91%,78%)

RGB channels and saturation

R 224 of 255 = 88%
G 233 of 255 = 91%
B 200 of 255 = 78%

224
233
200

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

Portions of RGB colors in percentages

R + G + B =
224 + 233 + 200 = 657 (100%)
R 224 of 657 ~ 34.09%
G 233 of 657 ~ 35.46%
B 200 of 657 ~ 30.44%

%34.09
%35.46
%30.44

CMYK color model

#E0E9C8 color CMYK value is (4,0,14,9).

  • cyan value is 3.86%
  • magenta value is 0.00%
  • yellow value is 14.16%
  • key color value is 8.63%
CMYK:
(4,0,14,9)
C4M0Y14K9 
(4%,0%,14%,9%)
(0.04/0.00/0.14/0.09)	

CMYK percentages

%3.86
%0
%14.16
%8.63

Codes

Color #E0E9C8 in popluar color models

E0E9C8
RGB224233200
HSL76°42.86%84.90%
HSB/HSV76°14.16%91.37%
CMYK3.86%0.00%14.16%
8.63%

Color #E0E9C8 in popluar number systems.

HEXE0E9C8
Decimal224233200
Binary111000001110100111001000
Octal340351310

Shades and tints

Shades of #E0E9C8

#E0E9C8
(224,233,200)
#CCD4B6
(204,212,182)
#B8BFA4
(184,191,164)
#A4AA92
(164,170,146)
#909580
(144,149,128)
#7C806E
(124,128,110)
#686B5C
(104,107,92)
#54564A
(84,86,74)
#404138
(64,65,56)
#2C2C26
(44,44,38)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #E0E9C8

#E0E9C8
(224,233,200)
#E2EBCD
(226,235,205)
#E4EDD2
(228,237,210)
#E6EFD7
(230,239,215)
#E8F1DC
(232,241,220)
#EAF3E1
(234,243,225)
#ECF5E6
(236,245,230)
#EEF7EB
(238,247,235)
#F0F9F0
(240,249,240)
#F2FBF5
(242,251,245)
#F4FDFA
(244,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E9C8 color. Also use rgb(224,233,200) instead hex code.

Text Font Color

.myTextColor { color: #E0E9C8; }

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

This text font color is #E0E9C8.


Background Color

.myBgColor { background-color: #E0E9C8; }

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

This div background color is #E0E9C8.


Border color

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

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

This div border color is #E0E9C8.


Opacity

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

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

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

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

This text has shadow with #E0E9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E9C8 on black background.


Color preview on white background

This text has color #E0E9C8 on white background.



Black color preview on #E0E9C8 background

This text has black color on #E0E9C8 background.


White color preview on #E0E9C8 background

This text has white color on #E0E9C8 background.