COLOR #E9D0B0

HEX: #E9D0B0
RGB: (233,208,176)

Color info

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

RGB color model

#E9D0B0 color RGB value is (233,208,176).

  • red value is 233;
  • green value is 208;
  • blue value is 176.
RGB:
(233,208,176)
(91%,82%,69%)

RGB channels and saturation

R 233 of 255 = 91%
G 208 of 255 = 82%
B 176 of 255 = 69%

233
208
176

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

Portions of RGB colors in percentages

R + G + B =
233 + 208 + 176 = 617 (100%)
R 233 of 617 ~ 37.76%
G 208 of 617 ~ 33.71%
B 176 of 617 ~ 28.53%

%37.76
%33.71
%28.53

CMYK color model

#E9D0B0 color CMYK value is (0,11,24,9).

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 24.46%
  • key color value is 8.63%
CMYK:
(0,11,24,9)
C0M11Y24K9 
(0%,11%,24%,9%)
(0.00/0.11/0.24/0.09)	

CMYK percentages

%0
%10.73
%24.46
%8.63

Codes

Color #E9D0B0 in popluar color models

E9D0B0
RGB233208176
HSL34°56.44%80.20%
HSB/HSV34°24.46%91.37%
CMYK0.00%10.73%24.46%
8.63%

Color #E9D0B0 in popluar number systems.

HEXE9D0B0
Decimal233208176
Binary111010011101000010110000
Octal351320260

Shades and tints

Shades of #E9D0B0

#E9D0B0
(233,208,176)
#D4BEA0
(212,190,160)
#BFAC90
(191,172,144)
#AA9A80
(170,154,128)
#958870
(149,136,112)
#807660
(128,118,96)
#6B6450
(107,100,80)
#565240
(86,82,64)
#414030
(65,64,48)
#2C2E20
(44,46,32)
#171C10
(23,28,16)
#000000
(0,0,0)

Tints of #E9D0B0

#E9D0B0
(233,208,176)
#EBD4B7
(235,212,183)
#EDD8BE
(237,216,190)
#EFDCC5
(239,220,197)
#F1E0CC
(241,224,204)
#F3E4D3
(243,228,211)
#F5E8DA
(245,232,218)
#F7ECE1
(247,236,225)
#F9F0E8
(249,240,232)
#FBF4EF
(251,244,239)
#FDF8F6
(253,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D0B0; }

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

This text font color is #E9D0B0.


Background Color

.myBgColor { background-color: #E9D0B0; }

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

This div background color is #E9D0B0.


Border color

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

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

This div border color is #E9D0B0.


Opacity

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

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

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

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

This text has shadow with #E9D0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D0B0 on black background.


Color preview on white background

This text has color #E9D0B0 on white background.



Black color preview on #E9D0B0 background

This text has black color on #E9D0B0 background.


White color preview on #E9D0B0 background

This text has white color on #E9D0B0 background.