COLOR #E9C2B0

HEX: #E9C2B0
RGB: (233,194,176)

Color info

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

RGB color model

#E9C2B0 color RGB value is (233,194,176).

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

RGB channels and saturation

R 233 of 255 = 91%
G 194 of 255 = 76%
B 176 of 255 = 69%

233
194
176

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

Portions of RGB colors in percentages

R + G + B =
233 + 194 + 176 = 603 (100%)
R 233 of 603 ~ 38.64%
G 194 of 603 ~ 32.17%
B 176 of 603 ~ 29.19%

%38.64
%32.17
%29.19

CMYK color model

#E9C2B0 color CMYK value is (0,17,24,9).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 24.46%
  • key color value is 8.63%
CMYK:
(0,17,24,9)
C0M17Y24K9 
(0%,17%,24%,9%)
(0.00/0.17/0.24/0.09)	

CMYK percentages

%0
%16.74
%24.46
%8.63

Codes

Color #E9C2B0 in popluar color models

E9C2B0
RGB233194176
HSL19°56.44%80.20%
HSB/HSV19°24.46%91.37%
CMYK0.00%16.74%24.46%
8.63%

Color #E9C2B0 in popluar number systems.

HEXE9C2B0
Decimal233194176
Binary111010011100001010110000
Octal351302260

Shades and tints

Shades of #E9C2B0

#E9C2B0
(233,194,176)
#D4B1A0
(212,177,160)
#BFA090
(191,160,144)
#AA8F80
(170,143,128)
#957E70
(149,126,112)
#806D60
(128,109,96)
#6B5C50
(107,92,80)
#564B40
(86,75,64)
#413A30
(65,58,48)
#2C2920
(44,41,32)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #E9C2B0

#E9C2B0
(233,194,176)
#EBC7B7
(235,199,183)
#EDCCBE
(237,204,190)
#EFD1C5
(239,209,197)
#F1D6CC
(241,214,204)
#F3DBD3
(243,219,211)
#F5E0DA
(245,224,218)
#F7E5E1
(247,229,225)
#F9EAE8
(249,234,232)
#FBEFEF
(251,239,239)
#FDF4F6
(253,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C2B0; }

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

This text font color is #E9C2B0.


Background Color

.myBgColor { background-color: #E9C2B0; }

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

This div background color is #E9C2B0.


Border color

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

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

This div border color is #E9C2B0.


Opacity

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

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

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

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

This text has shadow with #E9C2B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C2B0 on black background.


Color preview on white background

This text has color #E9C2B0 on white background.



Black color preview on #E9C2B0 background

This text has black color on #E9C2B0 background.


White color preview on #E9C2B0 background

This text has white color on #E9C2B0 background.