COLOR #E9DEAF

HEX: #E9DEAF RGB: (233,222,175)

Color info

#E9DEAF contains red, green and blue colors in about the same proportion. Web safe color of #E9DEAF is #FFCC99 (or #FC9).

RGB color model

#E9DEAF color RGB value is (233,222,175).

RGB: (233,222,175) (91%, 87%, 69%)

RGB channels and saturation

R 233 of 255 = 91%
G 222 of 255 = 87%
B 175 of 255 = 69%

233
222
175

R + G + B ~ 82%. #E9DEAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 222 + 175 = 630 (100%)
R 233 of 630 ~ 36.98%
G 222 of 630 ~ 35.24%
B 175 of 630 ~ 27.78'%

%36.98
%35.24
%27.78

CMYK color model

#E9DEAF color CMYK value is (0,5,25,9).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 24.89%
  • key color value is 8.63%

CMYK: (0,5,25,9)
C0M5Y25K9 (0%, 5%, 25%, 9%)
(0.00 / 0.05 / 0.25 / 0.09)

CMYK percentages

%0
%4.72
%24.89
%8.63

Codes

Color #E9DEAF in popluar color models

E9 DE AF
RGB 233 222 175
HSL 49° 56.86% 80.00%
HSB/HSV 49° 24.89% 91.37%
CMYK 0.00% 4.72% 24.89%
8.63%

Color #E9DEAF in popluar number systems.

HEX E9 DE AF
Decimal 233 222 175
Binary 11101001 11011110 10101111
Octal 351 336 257

Shades and tints

Shades of #E9DEAF

#E9DEAF
(233,222,175)
#D4CAA0
(212,202,160)
#BFB691
(191,182,145)
#AAA282
(170,162,130)
#958E73
(149,142,115)
#807A64
(128,122,100)
#6B6655
(107,102,85)
#565246
(86,82,70)
#413E37
(65,62,55)
#2C2A28
(44,42,40)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #E9DEAF

#E9DEAF
(233,222,175)
#EBE1B6
(235,225,182)
#EDE4BD
(237,228,189)
#EFE7C4
(239,231,196)
#F1EACB
(241,234,203)
#F3EDD2
(243,237,210)
#F5F0D9
(245,240,217)
#F7F3E0
(247,243,224)
#F9F6E7
(249,246,231)
#FBF9EE
(251,249,238)
#FDFCF5
(253,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DEAF; }

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

This text font color is #E9DEAF.

Background Color

.myBgColor { background-color: #E9DEAF; }

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

This div background color is #E9DEAF.

Border color

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

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

This div border color is #E9DEAF.

Opacity

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

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

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

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

This text has shadow with #E9DEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DEAF.

Preview

Color preview on black background

This text has color #E9DEAF on black background.


Color preview on white background

This text has color #E9DEAF on white background.


Black color preview on #E9DEAF background

This text has black color on #E9DEAF background.


White color preview on #E9DEAF background

This text has white color on #E9DEAF background.


Related colors

Complementary color

Complementary color for #hex is #162150.


I love getcolorcode.com

Triadic colors

1 #AFE9DE and #DEAFE9 with #E9DEAF are triadic colors.

2 #AFDEE9 and #DEE9AF with #E9DEAF are triadic colors.