COLOR #E0E6D6

HEX: #E0E6D6 RGB: (224,230,214)

Color info

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

RGB color model

#E0E6D6 color RGB value is (224,230,214).

RGB: (224,230,214) (88%, 90%, 84%)

RGB channels and saturation

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

224
230
214

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

Portions of RGB colors in percentages

R + G + B = 224 + 230 + 214 = 668 (100%)
R 224 of 668 ~ 33.53%
G 230 of 668 ~ 34.43%
B 214 of 668 ~ 32.04'%

%33.53
%34.43
%32.04

CMYK color model

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

  • cyan value is 2.61%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • 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
%6.96
%9.8

Codes

Color #E0E6D6 in popluar color models

E0 E6 D6
RGB 224 230 214
HSL 83° 24.24% 87.06%
HSB/HSV 83° 6.96% 90.20%
CMYK 2.61% 0.00% 6.96%
9.80%

Color #E0E6D6 in popluar number systems.

HEX E0 E6 D6
Decimal 224 230 214
Binary 11100000 11100110 11010110
Octal 340 346 326

Shades and tints

Shades of #E0E6D6

#E0E6D6
(224,230,214)
#CCD2C3
(204,210,195)
#B8BEB0
(184,190,176)
#A4AA9D
(164,170,157)
#90968A
(144,150,138)
#7C8277
(124,130,119)
#686E64
(104,110,100)
#545A51
(84,90,81)
#40463E
(64,70,62)
#2C322B
(44,50,43)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #E0E6D6

#E0E6D6
(224,230,214)
#E2E8D9
(226,232,217)
#E4EADC
(228,234,220)
#E6ECDF
(230,236,223)
#E8EEE2
(232,238,226)
#EAF0E5
(234,240,229)
#ECF2E8
(236,242,232)
#EEF4EB
(238,244,235)
#F0F6EE
(240,246,238)
#F2F8F1
(242,248,241)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E6D6; }

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

This text font color is #E0E6D6.

Background Color

.myBgColor { background-color: #E0E6D6; }

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

This div background color is #E0E6D6.

Border color

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

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

This div border color is #E0E6D6.

Opacity

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

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

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

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

This text has shadow with #E0E6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E6D6.

Preview

Color preview on black background

This text has color #E0E6D6 on black background.


Color preview on white background

This text has color #E0E6D6 on white background.


Black color preview on #E0E6D6 background

This text has black color on #E0E6D6 background.


White color preview on #E0E6D6 background

This text has white color on #E0E6D6 background.


Related colors

Complementary color

Complementary color for #hex is #1F1929.


I love getcolorcode.com

Triadic colors

1 #D6E0E6 and #E6D6E0 with #E0E6D6 are triadic colors.

2 #D6E6E0 and #E6E0D6 with #E0E6D6 are triadic colors.