COLOR #E9B0CC

HEX: #E9B0CC
RGB: (233,176,204)

Color info

#E9B0CC contains red, green and blue colors in about the same proportion. Web safe color of #E9B0CC is #FF99CC (or #F9C).

RGB color model

#E9B0CC color RGB value is (233,176,204).

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

RGB channels and saturation

R 233 of 255 = 91%
G 176 of 255 = 69%
B 204 of 255 = 80%

233
176
204

R + G + B ~ 80%. #E9B0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 176 + 204 = 613 (100%)
R 233 of 613 ~ 38.01%
G 176 of 613 ~ 28.71%
B 204 of 613 ~ 33.28%

%38.01
%28.71
%33.28

CMYK color model

#E9B0CC color CMYK value is (0,24,12,9).

  • cyan value is 0.00%
  • magenta value is 24.46%
  • yellow value is 12.45%
  • key color value is 8.63%
CMYK:
(0,24,12,9)
C0M24Y12K9 
(0%,24%,12%,9%)
(0.00/0.24/0.12/0.09)	

CMYK percentages

%0
%24.46
%12.45
%8.63

Codes

Color #E9B0CC in popluar color models

E9B0CC
RGB233176204
HSL331°56.44%80.20%
HSB/HSV331°24.46%91.37%
CMYK0.00%24.46%12.45%
8.63%

Color #E9B0CC in popluar number systems.

HEXE9B0CC
Decimal233176204
Binary111010011011000011001100
Octal351260314

Shades and tints

Shades of #E9B0CC

#E9B0CC
(233,176,204)
#D4A0BA
(212,160,186)
#BF90A8
(191,144,168)
#AA8096
(170,128,150)
#957084
(149,112,132)
#806072
(128,96,114)
#6B5060
(107,80,96)
#56404E
(86,64,78)
#41303C
(65,48,60)
#2C202A
(44,32,42)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #E9B0CC

#E9B0CC
(233,176,204)
#EBB7D0
(235,183,208)
#EDBED4
(237,190,212)
#EFC5D8
(239,197,216)
#F1CCDC
(241,204,220)
#F3D3E0
(243,211,224)
#F5DAE4
(245,218,228)
#F7E1E8
(247,225,232)
#F9E8EC
(249,232,236)
#FBEFF0
(251,239,240)
#FDF6F4
(253,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9B0CC; }

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

This text font color is #E9B0CC.


Background Color

.myBgColor { background-color: #E9B0CC; }

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

This div background color is #E9B0CC.


Border color

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

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

This div border color is #E9B0CC.


Opacity

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

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

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

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

This text has shadow with #E9B0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B0CC on black background.


Color preview on white background

This text has color #E9B0CC on white background.



Black color preview on #E9B0CC background

This text has black color on #E9B0CC background.


White color preview on #E9B0CC background

This text has white color on #E9B0CC background.