COLOR #E9C3B0

HEX: #E9C3B0 RGB: (233,195,176)

Color info

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

RGB color model

#E9C3B0 color RGB value is (233,195,176).

RGB: (233,195,176) (91%, 76%, 69%)

RGB channels and saturation

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

233
195
176

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

Portions of RGB colors in percentages

R + G + B = 233 + 195 + 176 = 604 (100%)
R 233 of 604 ~ 38.58%
G 195 of 604 ~ 32.28%
B 176 of 604 ~ 29.14'%

%38.58
%32.28
%29.14

CMYK color model

#E9C3B0 color CMYK value is (0,16,24,9).

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

CMYK: (0,16,24,9)
C0M16Y24K9 (0%, 16%, 24%, 9%)
(0.00 / 0.16 / 0.24 / 0.09)

CMYK percentages

%0
%16.31
%24.46
%8.63

Codes

Color #E9C3B0 in popluar color models

E9 C3 B0
RGB 233 195 176
HSL 20° 56.44% 80.20%
HSB/HSV 20° 24.46% 91.37%
CMYK 0.00% 16.31% 24.46%
8.63%

Color #E9C3B0 in popluar number systems.

HEX E9 C3 B0
Decimal 233 195 176
Binary 11101001 11000011 10110000
Octal 351 303 260

Shades and tints

Shades of #E9C3B0

#E9C3B0
(233,195,176)
#D4B2A0
(212,178,160)
#BFA190
(191,161,144)
#AA9080
(170,144,128)
#957F70
(149,127,112)
#806E60
(128,110,96)
#6B5D50
(107,93,80)
#564C40
(86,76,64)
#413B30
(65,59,48)
#2C2A20
(44,42,32)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #E9C3B0

#E9C3B0
(233,195,176)
#EBC8B7
(235,200,183)
#EDCDBE
(237,205,190)
#EFD2C5
(239,210,197)
#F1D7CC
(241,215,204)
#F3DCD3
(243,220,211)
#F5E1DA
(245,225,218)
#F7E6E1
(247,230,225)
#F9EBE8
(249,235,232)
#FBF0EF
(251,240,239)
#FDF5F6
(253,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C3B0; }

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

This text font color is #E9C3B0.

Background Color

.myBgColor { background-color: #E9C3B0; }

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

This div background color is #E9C3B0.

Border color

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

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

This div border color is #E9C3B0.

Opacity

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

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

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

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

This text has shadow with #E9C3B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C3B0.

Preview

Color preview on black background

This text has color #E9C3B0 on black background.


Color preview on white background

This text has color #E9C3B0 on white background.


Black color preview on #E9C3B0 background

This text has black color on #E9C3B0 background.


White color preview on #E9C3B0 background

This text has white color on #E9C3B0 background.


Related colors

Complementary color

Complementary color for #hex is #163C4F.


I love getcolorcode.com

Triadic colors

1 #B0E9C3 and #C3B0E9 with #E9C3B0 are triadic colors.

2 #B0C3E9 and #C3E9B0 with #E9C3B0 are triadic colors.