COLOR #E0E0CC

HEX: #E0E0CC RGB: (224,224,204)

Color info

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

RGB color model

#E0E0CC color RGB value is (224,224,204).

RGB: (224,224,204) (88%, 88%, 80%)

RGB channels and saturation

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

224
224
204

R + G + B ~ 85%. #E0E0CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 224 + 204 = 652 (100%)
R 224 of 652 ~ 34.36%
G 224 of 652 ~ 34.36%
B 204 of 652 ~ 31.29'%

%34.36
%34.36
%31.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 12.16%

CMYK: (0,0,9,12)
C0M0Y9K12 (0%, 0%, 9%, 12%)
(0.00 / 0.00 / 0.09 / 0.12)

CMYK percentages

%0
%0
%8.93
%12.16

Codes

Color #E0E0CC in popluar color models

E0 E0 CC
RGB 224 224 204
HSL 60° 24.39% 83.92%
HSB/HSV 60° 8.93% 87.84%
CMYK 0.00% 0.00% 8.93%
12.16%

Color #E0E0CC in popluar number systems.

HEX E0 E0 CC
Decimal 224 224 204
Binary 11100000 11100000 11001100
Octal 340 340 314

Shades and tints

Shades of #E0E0CC

#E0E0CC
(224,224,204)
#CCCCBA
(204,204,186)
#B8B8A8
(184,184,168)
#A4A496
(164,164,150)
#909084
(144,144,132)
#7C7C72
(124,124,114)
#686860
(104,104,96)
#54544E
(84,84,78)
#40403C
(64,64,60)
#2C2C2A
(44,44,42)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #E0E0CC

#E0E0CC
(224,224,204)
#E2E2D0
(226,226,208)
#E4E4D4
(228,228,212)
#E6E6D8
(230,230,216)
#E8E8DC
(232,232,220)
#EAEAE0
(234,234,224)
#ECECE4
(236,236,228)
#EEEEE8
(238,238,232)
#F0F0EC
(240,240,236)
#F2F2F0
(242,242,240)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E0CC; }

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

This text font color is #E0E0CC.

Background Color

.myBgColor { background-color: #E0E0CC; }

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

This div background color is #E0E0CC.

Border color

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

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

This div border color is #E0E0CC.

Opacity

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

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

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

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

This text has shadow with #E0E0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E0CC.

Preview

Color preview on black background

This text has color #E0E0CC on black background.


Color preview on white background

This text has color #E0E0CC on white background.


Black color preview on #E0E0CC background

This text has black color on #E0E0CC background.


White color preview on #E0E0CC background

This text has white color on #E0E0CC background.


Related colors

Complementary color

Complementary color for #hex is #1F1F33.


I love getcolorcode.com