COLOR #E9D4BB

HEX: #E9D4BB RGB: (233,212,187)

Color info

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

RGB color model

#E9D4BB color RGB value is (233,212,187).

RGB: (233,212,187) (91%, 83%, 73%)

RGB channels and saturation

R 233 of 255 = 91%
G 212 of 255 = 83%
B 187 of 255 = 73%

233
212
187

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

Portions of RGB colors in percentages

R + G + B = 233 + 212 + 187 = 632 (100%)
R 233 of 632 ~ 36.87%
G 212 of 632 ~ 33.54%
B 187 of 632 ~ 29.59'%

%36.87
%33.54
%29.59

CMYK color model

#E9D4BB color CMYK value is (0,9,20,9).

  • cyan value is 0.00%
  • magenta value is 9.01%
  • yellow value is 19.74%
  • key color value is 8.63%

CMYK: (0,9,20,9)
C0M9Y20K9 (0%, 9%, 20%, 9%)
(0.00 / 0.09 / 0.20 / 0.09)

CMYK percentages

%0
%9.01
%19.74
%8.63

Codes

Color #E9D4BB in popluar color models

E9 D4 BB
RGB 233 212 187
HSL 33° 51.11% 82.35%
HSB/HSV 33° 19.74% 91.37%
CMYK 0.00% 9.01% 19.74%
8.63%

Color #E9D4BB in popluar number systems.

HEX E9 D4 BB
Decimal 233 212 187
Binary 11101001 11010100 10111011
Octal 351 324 273

Shades and tints

Shades of #E9D4BB

#E9D4BB
(233,212,187)
#D4C1AA
(212,193,170)
#BFAE99
(191,174,153)
#AA9B88
(170,155,136)
#958877
(149,136,119)
#807566
(128,117,102)
#6B6255
(107,98,85)
#564F44
(86,79,68)
#413C33
(65,60,51)
#2C2922
(44,41,34)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #E9D4BB

#E9D4BB
(233,212,187)
#EBD7C1
(235,215,193)
#EDDAC7
(237,218,199)
#EFDDCD
(239,221,205)
#F1E0D3
(241,224,211)
#F3E3D9
(243,227,217)
#F5E6DF
(245,230,223)
#F7E9E5
(247,233,229)
#F9ECEB
(249,236,235)
#FBEFF1
(251,239,241)
#FDF2F7
(253,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D4BB color. Also use rgb(233,212,187) instead hex code.

Text Font Color

.myTextColor { color: #E9D4BB; }

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

This text font color is #E9D4BB.

Background Color

.myBgColor { background-color: #E9D4BB; }

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

This div background color is #E9D4BB.

Border color

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

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

This div border color is #E9D4BB.

Opacity

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

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

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

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

This text has shadow with #E9D4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D4BB.

Preview

Color preview on black background

This text has color #E9D4BB on black background.


Color preview on white background

This text has color #E9D4BB on white background.


Black color preview on #E9D4BB background

This text has black color on #E9D4BB background.


White color preview on #E9D4BB background

This text has white color on #E9D4BB background.


Related colors

Complementary color

Complementary color for #hex is #162B44.


I love getcolorcode.com

Triadic colors

1 #BBE9D4 and #D4BBE9 with #E9D4BB are triadic colors.

2 #BBD4E9 and #D4E9BB with #E9D4BB are triadic colors.