COLOR #E9DEC2

HEX: #E9DEC2 RGB: (233,222,194)

Color info

#E9DEC2 contains red, green and blue colors in about the same proportion. Web safe color of #E9DEC2 is #FFCCCC (or #FCC).

RGB color model

#E9DEC2 color RGB value is (233,222,194).

RGB: (233,222,194) (91%, 87%, 76%)

RGB channels and saturation

R 233 of 255 = 91%
G 222 of 255 = 87%
B 194 of 255 = 76%

233
222
194

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

Portions of RGB colors in percentages

R + G + B = 233 + 222 + 194 = 649 (100%)
R 233 of 649 ~ 35.9%
G 222 of 649 ~ 34.21%
B 194 of 649 ~ 29.89'%

%35.9
%34.21
%29.89

CMYK color model

#E9DEC2 color CMYK value is (0,5,17,9).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 16.74%
  • key color value is 8.63%
CMYK: (0,5,17,9) C0M5Y17K9 (0%,5%,17%,9%) (0.00/0.05/0.17/0.09) 

CMYK percentages

%0
%4.72
%16.74
%8.63

Codes

Color #E9DEC2 in popluar color models

E9 DE C2
RGB 233 222 194
HSL 43° 46.99% 83.73%
HSB/HSV 43° 16.74% 91.37%
CMYK 0.00% 4.72% 16.74%
8.63%

Color #E9DEC2 in popluar number systems.

HEX E9 DE C2
Decimal 233 222 194
Binary 11101001 11011110 11000010
Octal 351 336 302

Shades and tints

Shades of #E9DEC2

#E9DEC2
(233,222,194)
#D4CAB1
(212,202,177)
#BFB6A0
(191,182,160)
#AAA28F
(170,162,143)
#958E7E
(149,142,126)
#807A6D
(128,122,109)
#6B665C
(107,102,92)
#56524B
(86,82,75)
#413E3A
(65,62,58)
#2C2A29
(44,42,41)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #E9DEC2

#E9DEC2
(233,222,194)
#EBE1C7
(235,225,199)
#EDE4CC
(237,228,204)
#EFE7D1
(239,231,209)
#F1EAD6
(241,234,214)
#F3EDDB
(243,237,219)
#F5F0E0
(245,240,224)
#F7F3E5
(247,243,229)
#F9F6EA
(249,246,234)
#FBF9EF
(251,249,239)
#FDFCF4
(253,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DEC2 color. Also use rgb(233,222,194) instead hex code.

Text Font Color

.myTextColor { color: #E9DEC2; }

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

This text font color is #E9DEC2.

Background Color

.myBgColor { background-color: #E9DEC2; }

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

This div background color is #E9DEC2.

Border color

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

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

This div border color is #E9DEC2.

Opacity

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

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

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

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

This text has shadow with #E9DEC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DEC2.

Preview

Color preview on black background

This text has color #E9DEC2 on black background.


Color preview on white background

This text has color #E9DEC2 on white background.


Black color preview on #E9DEC2 background

This text has black color on #E9DEC2 background.


White color preview on #E9DEC2 background

This text has white color on #E9DEC2 background.


Related colors

Complementary color

Complementary color for #hex is #16213D.


I love getcolorcode.com

Triadic colors

1 #C2E9DE and #DEC2E9 with #E9DEC2 are triadic colors.

2 #C2DEE9 and #DEE9C2 with #E9DEC2 are triadic colors.