COLOR #E9BBCB

HEX: #E9BBCB
RGB: (233,187,203)

Color info

#E9BBCB contains red, green and blue colors in about the same proportion. Web safe color of #E9BBCB is #FFCCCC (or #FCC).

RGB color model

#E9BBCB color RGB value is (233,187,203).

  • red value is 233;
  • green value is 187;
  • blue value is 203.
RGB:
(233,187,203)
(91%,73%,80%)

RGB channels and saturation

R 233 of 255 = 91%
G 187 of 255 = 73%
B 203 of 255 = 80%

233
187
203

R + G + B ~ 81%. #E9BBCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 187 + 203 = 623 (100%)
R 233 of 623 ~ 37.4%
G 187 of 623 ~ 30.02%
B 203 of 623 ~ 32.58%

%37.4
%30.02
%32.58

CMYK color model

#E9BBCB color CMYK value is (0,20,13,9).

  • cyan value is 0.00%
  • magenta value is 19.74%
  • yellow value is 12.88%
  • key color value is 8.63%
CMYK:
(0,20,13,9)
C0M20Y13K9 
(0%,20%,13%,9%)
(0.00/0.20/0.13/0.09)	

CMYK percentages

%0
%19.74
%12.88
%8.63

Codes

Color #E9BBCB in popluar color models

E9BBCB
RGB233187203
HSL339°51.11%82.35%
HSB/HSV339°19.74%91.37%
CMYK0.00%19.74%12.88%
8.63%

Color #E9BBCB in popluar number systems.

HEXE9BBCB
Decimal233187203
Binary111010011011101111001011
Octal351273313

Shades and tints

Shades of #E9BBCB

#E9BBCB
(233,187,203)
#D4AAB9
(212,170,185)
#BF99A7
(191,153,167)
#AA8895
(170,136,149)
#957783
(149,119,131)
#806671
(128,102,113)
#6B555F
(107,85,95)
#56444D
(86,68,77)
#41333B
(65,51,59)
#2C2229
(44,34,41)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #E9BBCB

#E9BBCB
(233,187,203)
#EBC1CF
(235,193,207)
#EDC7D3
(237,199,211)
#EFCDD7
(239,205,215)
#F1D3DB
(241,211,219)
#F3D9DF
(243,217,223)
#F5DFE3
(245,223,227)
#F7E5E7
(247,229,231)
#F9EBEB
(249,235,235)
#FBF1EF
(251,241,239)
#FDF7F3
(253,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BBCB color. Also use rgb(233,187,203) instead hex code.

Text Font Color

.myTextColor { color: #E9BBCB; }

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

This text font color is #E9BBCB.


Background Color

.myBgColor { background-color: #E9BBCB; }

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

This div background color is #E9BBCB.


Border color

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

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

This div border color is #E9BBCB.


Opacity

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

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

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

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

This text has shadow with #E9BBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BBCB on black background.


Color preview on white background

This text has color #E9BBCB on white background.



Black color preview on #E9BBCB background

This text has black color on #E9BBCB background.


White color preview on #E9BBCB background

This text has white color on #E9BBCB background.