COLOR #E9D2B6

HEX: #E9D2B6
RGB: (233,210,182)

Color info

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

RGB color model

#E9D2B6 color RGB value is (233,210,182).

  • red value is 233;
  • green value is 210;
  • blue value is 182.
RGB:
(233,210,182)
(91%,82%,71%)

RGB channels and saturation

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

233
210
182

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

Portions of RGB colors in percentages

R + G + B =
233 + 210 + 182 = 625 (100%)
R 233 of 625 ~ 37.28%
G 210 of 625 ~ 33.6%
B 182 of 625 ~ 29.12%

%37.28
%33.6
%29.12

CMYK color model

#E9D2B6 color CMYK value is (0,10,22,9).

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 21.89%
  • key color value is 8.63%
CMYK:
(0,10,22,9)
C0M10Y22K9 
(0%,10%,22%,9%)
(0.00/0.10/0.22/0.09)	

CMYK percentages

%0
%9.87
%21.89
%8.63

Codes

Color #E9D2B6 in popluar color models

E9D2B6
RGB233210182
HSL33°53.68%81.37%
HSB/HSV33°21.89%91.37%
CMYK0.00%9.87%21.89%
8.63%

Color #E9D2B6 in popluar number systems.

HEXE9D2B6
Decimal233210182
Binary111010011101001010110110
Octal351322266

Shades and tints

Shades of #E9D2B6

#E9D2B6
(233,210,182)
#D4BFA6
(212,191,166)
#BFAC96
(191,172,150)
#AA9986
(170,153,134)
#958676
(149,134,118)
#807366
(128,115,102)
#6B6056
(107,96,86)
#564D46
(86,77,70)
#413A36
(65,58,54)
#2C2726
(44,39,38)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #E9D2B6

#E9D2B6
(233,210,182)
#EBD6BC
(235,214,188)
#EDDAC2
(237,218,194)
#EFDEC8
(239,222,200)
#F1E2CE
(241,226,206)
#F3E6D4
(243,230,212)
#F5EADA
(245,234,218)
#F7EEE0
(247,238,224)
#F9F2E6
(249,242,230)
#FBF6EC
(251,246,236)
#FDFAF2
(253,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D2B6; }

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

This text font color is #E9D2B6.


Background Color

.myBgColor { background-color: #E9D2B6; }

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

This div background color is #E9D2B6.


Border color

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

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

This div border color is #E9D2B6.


Opacity

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

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

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

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

This text has shadow with #E9D2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D2B6 on black background.


Color preview on white background

This text has color #E9D2B6 on white background.



Black color preview on #E9D2B6 background

This text has black color on #E9D2B6 background.


White color preview on #E9D2B6 background

This text has white color on #E9D2B6 background.