COLOR #E8DBB9

HEX: #E8DBB9
RGB: (232,219,185)

Color info

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

RGB color model

#E8DBB9 color RGB value is (232,219,185).

  • red value is 232;
  • green value is 219;
  • blue value is 185.
RGB:
(232,219,185)
(91%,86%,73%)

RGB channels and saturation

R 232 of 255 = 91%
G 219 of 255 = 86%
B 185 of 255 = 73%

232
219
185

R + G + B ~ 83%. #E8DBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 219 + 185 = 636 (100%)
R 232 of 636 ~ 36.48%
G 219 of 636 ~ 34.43%
B 185 of 636 ~ 29.09%

%36.48
%34.43
%29.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 20.26%
  • key color value is 9.02%
CMYK:
(0,6,20,9)
C0M6Y20K9 
(0%,6%,20%,9%)
(0.00/0.06/0.20/0.09)	

CMYK percentages

%0
%5.6
%20.26
%9.02

Codes

Color #E8DBB9 in popluar color models

E8DBB9
RGB232219185
HSL43°50.54%81.76%
HSB/HSV43°20.26%90.98%
CMYK0.00%5.60%20.26%
9.02%

Color #E8DBB9 in popluar number systems.

HEXE8DBB9
Decimal232219185
Binary111010001101101110111001
Octal350333271

Shades and tints

Shades of #E8DBB9

#E8DBB9
(232,219,185)
#D3C8A9
(211,200,169)
#BEB599
(190,181,153)
#A9A289
(169,162,137)
#948F79
(148,143,121)
#7F7C69
(127,124,105)
#6A6959
(106,105,89)
#555649
(85,86,73)
#404339
(64,67,57)
#2B3029
(43,48,41)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #E8DBB9

#E8DBB9
(232,219,185)
#EADEBF
(234,222,191)
#ECE1C5
(236,225,197)
#EEE4CB
(238,228,203)
#F0E7D1
(240,231,209)
#F2EAD7
(242,234,215)
#F4EDDD
(244,237,221)
#F6F0E3
(246,240,227)
#F8F3E9
(248,243,233)
#FAF6EF
(250,246,239)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DBB9 color. Also use rgb(232,219,185) instead hex code.

Text Font Color

.myTextColor { color: #E8DBB9; }

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

This text font color is #E8DBB9.


Background Color

.myBgColor { background-color: #E8DBB9; }

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

This div background color is #E8DBB9.


Border color

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

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

This div border color is #E8DBB9.


Opacity

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

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

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

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

This text has shadow with #E8DBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DBB9 on black background.


Color preview on white background

This text has color #E8DBB9 on white background.



Black color preview on #E8DBB9 background

This text has black color on #E8DBB9 background.


White color preview on #E8DBB9 background

This text has white color on #E8DBB9 background.