COLOR #E0E0CD

HEX: #E0E0CD
RGB: (224,224,205)

Color info

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

RGB color model

#E0E0CD color RGB value is (224,224,205).

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

RGB channels and saturation

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

224
224
205

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

Portions of RGB colors in percentages

R + G + B =
224 + 224 + 205 = 653 (100%)
R 224 of 653 ~ 34.3%
G 224 of 653 ~ 34.3%
B 205 of 653 ~ 31.39%

%34.3
%34.3
%31.39

CMYK color model

#E0E0CD color CMYK value is (0,0,8,12).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 12.16%
CMYK:
(0,0,8,12)
C0M0Y8K12 
(0%,0%,8%,12%)
(0.00/0.00/0.08/0.12)	

CMYK percentages

%0
%0
%8.48
%12.16

Codes

Color #E0E0CD in popluar color models

E0E0CD
RGB224224205
HSL60°23.46%84.12%
HSB/HSV60°8.48%87.84%
CMYK0.00%0.00%8.48%
12.16%

Color #E0E0CD in popluar number systems.

HEXE0E0CD
Decimal224224205
Binary111000001110000011001101
Octal340340315

Shades and tints

Shades of #E0E0CD

#E0E0CD
(224,224,205)
#CCCCBB
(204,204,187)
#B8B8A9
(184,184,169)
#A4A497
(164,164,151)
#909085
(144,144,133)
#7C7C73
(124,124,115)
#686861
(104,104,97)
#54544F
(84,84,79)
#40403D
(64,64,61)
#2C2C2B
(44,44,43)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #E0E0CD

#E0E0CD
(224,224,205)
#E2E2D1
(226,226,209)
#E4E4D5
(228,228,213)
#E6E6D9
(230,230,217)
#E8E8DD
(232,232,221)
#EAEAE1
(234,234,225)
#ECECE5
(236,236,229)
#EEEEE9
(238,238,233)
#F0F0ED
(240,240,237)
#F2F2F1
(242,242,241)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E0CD; }

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

This text font color is #E0E0CD.


Background Color

.myBgColor { background-color: #E0E0CD; }

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

This div background color is #E0E0CD.


Border color

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

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

This div border color is #E0E0CD.


Opacity

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

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

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

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

This text has shadow with #E0E0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E0CD on black background.


Color preview on white background

This text has color #E0E0CD on white background.



Black color preview on #E0E0CD background

This text has black color on #E0E0CD background.


White color preview on #E0E0CD background

This text has white color on #E0E0CD background.