COLOR #E9C8B0

HEX: #E9C8B0 RGB: (233,200,176)

Color info

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

RGB color model

#E9C8B0 color RGB value is (233,200,176).

RGB: (233,200,176) (91%, 78%, 69%)

RGB channels and saturation

R 233 of 255 = 91%
G 200 of 255 = 78%
B 176 of 255 = 69%

233
200
176

R + G + B ~ 79%. #E9C8B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 200 + 176 = 609 (100%)
R 233 of 609 ~ 38.26%
G 200 of 609 ~ 32.84%
B 176 of 609 ~ 28.9'%

%38.26
%32.84
%28.9

CMYK color model

#E9C8B0 color CMYK value is (0,14,24,9).

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 24.46%
  • key color value is 8.63%

CMYK: (0,14,24,9)
C0M14Y24K9 (0%, 14%, 24%, 9%)
(0.00 / 0.14 / 0.24 / 0.09)

CMYK percentages

%0
%14.16
%24.46
%8.63

Codes

Color #E9C8B0 in popluar color models

E9 C8 B0
RGB 233 200 176
HSL 25° 56.44% 80.20%
HSB/HSV 25° 24.46% 91.37%
CMYK 0.00% 14.16% 24.46%
8.63%

Color #E9C8B0 in popluar number systems.

HEX E9 C8 B0
Decimal 233 200 176
Binary 11101001 11001000 10110000
Octal 351 310 260

Shades and tints

Shades of #E9C8B0

#E9C8B0
(233,200,176)
#D4B6A0
(212,182,160)
#BFA490
(191,164,144)
#AA9280
(170,146,128)
#958070
(149,128,112)
#806E60
(128,110,96)
#6B5C50
(107,92,80)
#564A40
(86,74,64)
#413830
(65,56,48)
#2C2620
(44,38,32)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #E9C8B0

#E9C8B0
(233,200,176)
#EBCDB7
(235,205,183)
#EDD2BE
(237,210,190)
#EFD7C5
(239,215,197)
#F1DCCC
(241,220,204)
#F3E1D3
(243,225,211)
#F5E6DA
(245,230,218)
#F7EBE1
(247,235,225)
#F9F0E8
(249,240,232)
#FBF5EF
(251,245,239)
#FDFAF6
(253,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C8B0; }

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

This text font color is #E9C8B0.

Background Color

.myBgColor { background-color: #E9C8B0; }

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

This div background color is #E9C8B0.

Border color

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

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

This div border color is #E9C8B0.

Opacity

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

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

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

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

This text has shadow with #E9C8B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C8B0.

Preview

Color preview on black background

This text has color #E9C8B0 on black background.


Color preview on white background

This text has color #E9C8B0 on white background.


Black color preview on #E9C8B0 background

This text has black color on #E9C8B0 background.


White color preview on #E9C8B0 background

This text has white color on #E9C8B0 background.


Related colors

Complementary color

Complementary color for #hex is #16374F.


I love getcolorcode.com

Triadic colors

1 #B0E9C8 and #C8B0E9 with #E9C8B0 are triadic colors.

2 #B0C8E9 and #C8E9B0 with #E9C8B0 are triadic colors.