COLOR #E0E6D5

HEX: #E0E6D5
RGB: (224,230,213)

Color info

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

RGB color model

#E0E6D5 color RGB value is (224,230,213).

  • red value is 224;
  • green value is 230;
  • blue value is 213.
RGB:
(224,230,213)
(88%,90%,84%)

RGB channels and saturation

R 224 of 255 = 88%
G 230 of 255 = 90%
B 213 of 255 = 84%

224
230
213

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

Portions of RGB colors in percentages

R + G + B =
224 + 230 + 213 = 667 (100%)
R 224 of 667 ~ 33.58%
G 230 of 667 ~ 34.48%
B 213 of 667 ~ 31.93%

%33.58
%34.48
%31.93

CMYK color model

#E0E6D5 color CMYK value is (3,0,7,10).

  • cyan value is 2.61%
  • magenta value is 0.00%
  • yellow value is 7.39%
  • key color value is 9.80%
CMYK:
(3,0,7,10)
C3M0Y7K10 
(3%,0%,7%,10%)
(0.03/0.00/0.07/0.10)	

CMYK percentages

%2.61
%0
%7.39
%9.8

Codes

Color #E0E6D5 in popluar color models

E0E6D5
RGB224230213
HSL81°25.37%86.86%
HSB/HSV81°7.39%90.20%
CMYK2.61%0.00%7.39%
9.80%

Color #E0E6D5 in popluar number systems.

HEXE0E6D5
Decimal224230213
Binary111000001110011011010101
Octal340346325

Shades and tints

Shades of #E0E6D5

#E0E6D5
(224,230,213)
#CCD2C2
(204,210,194)
#B8BEAF
(184,190,175)
#A4AA9C
(164,170,156)
#909689
(144,150,137)
#7C8276
(124,130,118)
#686E63
(104,110,99)
#545A50
(84,90,80)
#40463D
(64,70,61)
#2C322A
(44,50,42)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #E0E6D5

#E0E6D5
(224,230,213)
#E2E8D8
(226,232,216)
#E4EADB
(228,234,219)
#E6ECDE
(230,236,222)
#E8EEE1
(232,238,225)
#EAF0E4
(234,240,228)
#ECF2E7
(236,242,231)
#EEF4EA
(238,244,234)
#F0F6ED
(240,246,237)
#F2F8F0
(242,248,240)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E6D5; }

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

This text font color is #E0E6D5.


Background Color

.myBgColor { background-color: #E0E6D5; }

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

This div background color is #E0E6D5.


Border color

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

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

This div border color is #E0E6D5.


Opacity

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

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

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

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

This text has shadow with #E0E6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E6D5 on black background.


Color preview on white background

This text has color #E0E6D5 on white background.



Black color preview on #E0E6D5 background

This text has black color on #E0E6D5 background.


White color preview on #E0E6D5 background

This text has white color on #E0E6D5 background.