COLOR #E9B3CC

HEX: #E9B3CC
RGB: (233,179,204)

Color info

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

RGB color model

#E9B3CC color RGB value is (233,179,204).

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

RGB channels and saturation

R 233 of 255 = 91%
G 179 of 255 = 70%
B 204 of 255 = 80%

233
179
204

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

Portions of RGB colors in percentages

R + G + B =
233 + 179 + 204 = 616 (100%)
R 233 of 616 ~ 37.82%
G 179 of 616 ~ 29.06%
B 204 of 616 ~ 33.12%

%37.82
%29.06
%33.12

CMYK color model

#E9B3CC color CMYK value is (0,23,12,9).

  • cyan value is 0.00%
  • magenta value is 23.18%
  • yellow value is 12.45%
  • key color value is 8.63%
CMYK:
(0,23,12,9)
C0M23Y12K9 
(0%,23%,12%,9%)
(0.00/0.23/0.12/0.09)	

CMYK percentages

%0
%23.18
%12.45
%8.63

Codes

Color #E9B3CC in popluar color models

E9B3CC
RGB233179204
HSL332°55.10%80.78%
HSB/HSV332°23.18%91.37%
CMYK0.00%23.18%12.45%
8.63%

Color #E9B3CC in popluar number systems.

HEXE9B3CC
Decimal233179204
Binary111010011011001111001100
Octal351263314

Shades and tints

Shades of #E9B3CC

#E9B3CC
(233,179,204)
#D4A3BA
(212,163,186)
#BF93A8
(191,147,168)
#AA8396
(170,131,150)
#957384
(149,115,132)
#806372
(128,99,114)
#6B5360
(107,83,96)
#56434E
(86,67,78)
#41333C
(65,51,60)
#2C232A
(44,35,42)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #E9B3CC

#E9B3CC
(233,179,204)
#EBB9D0
(235,185,208)
#EDBFD4
(237,191,212)
#EFC5D8
(239,197,216)
#F1CBDC
(241,203,220)
#F3D1E0
(243,209,224)
#F5D7E4
(245,215,228)
#F7DDE8
(247,221,232)
#F9E3EC
(249,227,236)
#FBE9F0
(251,233,240)
#FDEFF4
(253,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9B3CC; }

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

This text font color is #E9B3CC.


Background Color

.myBgColor { background-color: #E9B3CC; }

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

This div background color is #E9B3CC.


Border color

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

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

This div border color is #E9B3CC.


Opacity

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

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

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

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

This text has shadow with #E9B3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B3CC on black background.


Color preview on white background

This text has color #E9B3CC on white background.



Black color preview on #E9B3CC background

This text has black color on #E9B3CC background.


White color preview on #E9B3CC background

This text has white color on #E9B3CC background.