COLOR #E9CDBA

HEX: #E9CDBA
RGB: (233,205,186)

Color info

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

RGB color model

#E9CDBA color RGB value is (233,205,186).

  • red value is 233;
  • green value is 205;
  • blue value is 186.
RGB:
(233,205,186)
(91%,80%,73%)

RGB channels and saturation

R 233 of 255 = 91%
G 205 of 255 = 80%
B 186 of 255 = 73%

233
205
186

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

Portions of RGB colors in percentages

R + G + B =
233 + 205 + 186 = 624 (100%)
R 233 of 624 ~ 37.34%
G 205 of 624 ~ 32.85%
B 186 of 624 ~ 29.81%

%37.34
%32.85
%29.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 20.17%
  • key color value is 8.63%
CMYK:
(0,12,20,9)
C0M12Y20K9 
(0%,12%,20%,9%)
(0.00/0.12/0.20/0.09)	

CMYK percentages

%0
%12.02
%20.17
%8.63

Codes

Color #E9CDBA in popluar color models

E9CDBA
RGB233205186
HSL24°51.65%82.16%
HSB/HSV24°20.17%91.37%
CMYK0.00%12.02%20.17%
8.63%

Color #E9CDBA in popluar number systems.

HEXE9CDBA
Decimal233205186
Binary111010011100110110111010
Octal351315272

Shades and tints

Shades of #E9CDBA

#E9CDBA
(233,205,186)
#D4BBAA
(212,187,170)
#BFA99A
(191,169,154)
#AA978A
(170,151,138)
#95857A
(149,133,122)
#80736A
(128,115,106)
#6B615A
(107,97,90)
#564F4A
(86,79,74)
#413D3A
(65,61,58)
#2C2B2A
(44,43,42)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #E9CDBA

#E9CDBA
(233,205,186)
#EBD1C0
(235,209,192)
#EDD5C6
(237,213,198)
#EFD9CC
(239,217,204)
#F1DDD2
(241,221,210)
#F3E1D8
(243,225,216)
#F5E5DE
(245,229,222)
#F7E9E4
(247,233,228)
#F9EDEA
(249,237,234)
#FBF1F0
(251,241,240)
#FDF5F6
(253,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CDBA color. Also use rgb(233,205,186) instead hex code.

Text Font Color

.myTextColor { color: #E9CDBA; }

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

This text font color is #E9CDBA.


Background Color

.myBgColor { background-color: #E9CDBA; }

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

This div background color is #E9CDBA.


Border color

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

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

This div border color is #E9CDBA.


Opacity

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

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

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

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

This text has shadow with #E9CDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CDBA on black background.


Color preview on white background

This text has color #E9CDBA on white background.



Black color preview on #E9CDBA background

This text has black color on #E9CDBA background.


White color preview on #E9CDBA background

This text has white color on #E9CDBA background.