COLOR #E0E2D3

HEX: #E0E2D3 RGB: (224,226,211)

Color info

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

RGB color model

#E0E2D3 color RGB value is (224,226,211).

RGB: (224,226,211) (88%, 89%, 83%)

RGB channels and saturation

R 224 of 255 = 88%
G 226 of 255 = 89%
B 211 of 255 = 83%

224
226
211

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

Portions of RGB colors in percentages

R + G + B = 224 + 226 + 211 = 661 (100%)
R 224 of 661 ~ 33.89%
G 226 of 661 ~ 34.19%
B 211 of 661 ~ 31.92'%

%33.89
%34.19
%31.92

CMYK color model

#E0E2D3 color CMYK value is (1,0,7,11).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 6.64%
  • key color value is 11.37%
CMYK: (1,0,7,11) C1M0Y7K11 (1%,0%,7%,11%) (0.01/0.00/0.07/0.11) 

CMYK percentages

%0.88
%0
%6.64
%11.37

Codes

Color #E0E2D3 in popluar color models

E0 E2 D3
RGB 224 226 211
HSL 68° 20.55% 85.69%
HSB/HSV 68° 6.64% 88.63%
CMYK 0.88% 0.00% 6.64%
11.37%

Color #E0E2D3 in popluar number systems.

HEX E0 E2 D3
Decimal 224 226 211
Binary 11100000 11100010 11010011
Octal 340 342 323

Shades and tints

Shades of #E0E2D3

#E0E2D3
(224,226,211)
#CCCEC0
(204,206,192)
#B8BAAD
(184,186,173)
#A4A69A
(164,166,154)
#909287
(144,146,135)
#7C7E74
(124,126,116)
#686A61
(104,106,97)
#54564E
(84,86,78)
#40423B
(64,66,59)
#2C2E28
(44,46,40)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #E0E2D3

#E0E2D3
(224,226,211)
#E2E4D7
(226,228,215)
#E4E6DB
(228,230,219)
#E6E8DF
(230,232,223)
#E8EAE3
(232,234,227)
#EAECE7
(234,236,231)
#ECEEEB
(236,238,235)
#EEF0EF
(238,240,239)
#F0F2F3
(240,242,243)
#F2F4F7
(242,244,247)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E2D3; }

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

This text font color is #E0E2D3.

Background Color

.myBgColor { background-color: #E0E2D3; }

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

This div background color is #E0E2D3.

Border color

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

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

This div border color is #E0E2D3.

Opacity

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

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

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

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

This text has shadow with #E0E2D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E2D3.

Preview

Color preview on black background

This text has color #E0E2D3 on black background.


Color preview on white background

This text has color #E0E2D3 on white background.


Black color preview on #E0E2D3 background

This text has black color on #E0E2D3 background.


White color preview on #E0E2D3 background

This text has white color on #E0E2D3 background.


Related colors

Complementary color

Complementary color for #hex is #1F1D2C.


I love getcolorcode.com

Triadic colors

1 #D3E0E2 and #E2D3E0 with #E0E2D3 are triadic colors.

2 #D3E2E0 and #E2E0D3 with #E0E2D3 are triadic colors.