COLOR #E0E7CC

HEX: #E0E7CC
RGB: (224,231,204)

Color info

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

RGB color model

#E0E7CC color RGB value is (224,231,204).

  • red value is 224;
  • green value is 231;
  • blue value is 204.
RGB:
(224,231,204)
(88%,91%,80%)

RGB channels and saturation

R 224 of 255 = 88%
G 231 of 255 = 91%
B 204 of 255 = 80%

224
231
204

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

Portions of RGB colors in percentages

R + G + B =
224 + 231 + 204 = 659 (100%)
R 224 of 659 ~ 33.99%
G 231 of 659 ~ 35.05%
B 204 of 659 ~ 30.96%

%33.99
%35.05
%30.96

CMYK color model

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

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 9.41%
CMYK:
(3,0,12,9)
C3M0Y12K9 
(3%,0%,12%,9%)
(0.03/0.00/0.12/0.09)	

CMYK percentages

%3.03
%0
%11.69
%9.41

Codes

Color #E0E7CC in popluar color models

E0E7CC
RGB224231204
HSL76°36.00%85.29%
HSB/HSV76°11.69%90.59%
CMYK3.03%0.00%11.69%
9.41%

Color #E0E7CC in popluar number systems.

HEXE0E7CC
Decimal224231204
Binary111000001110011111001100
Octal340347314

Shades and tints

Shades of #E0E7CC

#E0E7CC
(224,231,204)
#CCD2BA
(204,210,186)
#B8BDA8
(184,189,168)
#A4A896
(164,168,150)
#909384
(144,147,132)
#7C7E72
(124,126,114)
#686960
(104,105,96)
#54544E
(84,84,78)
#403F3C
(64,63,60)
#2C2A2A
(44,42,42)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #E0E7CC

#E0E7CC
(224,231,204)
#E2E9D0
(226,233,208)
#E4EBD4
(228,235,212)
#E6EDD8
(230,237,216)
#E8EFDC
(232,239,220)
#EAF1E0
(234,241,224)
#ECF3E4
(236,243,228)
#EEF5E8
(238,245,232)
#F0F7EC
(240,247,236)
#F2F9F0
(242,249,240)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E7CC color. Also use rgb(224,231,204) instead hex code.

Text Font Color

.myTextColor { color: #E0E7CC; }

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

This text font color is #E0E7CC.


Background Color

.myBgColor { background-color: #E0E7CC; }

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

This div background color is #E0E7CC.


Border color

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

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

This div border color is #E0E7CC.


Opacity

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

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

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

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

This text has shadow with #E0E7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E7CC on black background.


Color preview on white background

This text has color #E0E7CC on white background.



Black color preview on #E0E7CC background

This text has black color on #E0E7CC background.


White color preview on #E0E7CC background

This text has white color on #E0E7CC background.