COLOR #E9D0B6

HEX: #E9D0B6 RGB: (233,208,182)

Color info

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

RGB color model

#E9D0B6 color RGB value is (233,208,182).

RGB: (233,208,182) (91%, 82%, 71%)

RGB channels and saturation

R 233 of 255 = 91%
G 208 of 255 = 82%
B 182 of 255 = 71%

233
208
182

R + G + B ~ 81%. #E9D0B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 208 + 182 = 623 (100%)
R 233 of 623 ~ 37.4%
G 208 of 623 ~ 33.39%
B 182 of 623 ~ 29.21'%

%37.4
%33.39
%29.21

CMYK color model

#E9D0B6 color CMYK value is (0,11,22,9).

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 21.89%
  • key color value is 8.63%

CMYK: (0,11,22,9)
C0M11Y22K9 (0%, 11%, 22%, 9%)
(0.00 / 0.11 / 0.22 / 0.09)

CMYK percentages

%0
%10.73
%21.89
%8.63

Codes

Color #E9D0B6 in popluar color models

E9 D0 B6
RGB 233 208 182
HSL 31° 53.68% 81.37%
HSB/HSV 31° 21.89% 91.37%
CMYK 0.00% 10.73% 21.89%
8.63%

Color #E9D0B6 in popluar number systems.

HEX E9 D0 B6
Decimal 233 208 182
Binary 11101001 11010000 10110110
Octal 351 320 266

Shades and tints

Shades of #E9D0B6

#E9D0B6
(233,208,182)
#D4BEA6
(212,190,166)
#BFAC96
(191,172,150)
#AA9A86
(170,154,134)
#958876
(149,136,118)
#807666
(128,118,102)
#6B6456
(107,100,86)
#565246
(86,82,70)
#414036
(65,64,54)
#2C2E26
(44,46,38)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #E9D0B6

#E9D0B6
(233,208,182)
#EBD4BC
(235,212,188)
#EDD8C2
(237,216,194)
#EFDCC8
(239,220,200)
#F1E0CE
(241,224,206)
#F3E4D4
(243,228,212)
#F5E8DA
(245,232,218)
#F7ECE0
(247,236,224)
#F9F0E6
(249,240,230)
#FBF4EC
(251,244,236)
#FDF8F2
(253,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D0B6 color. Also use rgb(233,208,182) instead hex code.

Text Font Color

.myTextColor { color: #E9D0B6; }

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

This text font color is #E9D0B6.

Background Color

.myBgColor { background-color: #E9D0B6; }

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

This div background color is #E9D0B6.

Border color

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

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

This div border color is #E9D0B6.

Opacity

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

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

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

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

This text has shadow with #E9D0B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D0B6.

Preview

Color preview on black background

This text has color #E9D0B6 on black background.


Color preview on white background

This text has color #E9D0B6 on white background.


Black color preview on #E9D0B6 background

This text has black color on #E9D0B6 background.


White color preview on #E9D0B6 background

This text has white color on #E9D0B6 background.


Related colors

Complementary color

Complementary color for #hex is #162F49.


I love getcolorcode.com

Triadic colors

1 #B6E9D0 and #D0B6E9 with #E9D0B6 are triadic colors.

2 #B6D0E9 and #D0E9B6 with #E9D0B6 are triadic colors.