COLOR #E9BBDD

HEX: #E9BBDD
RGB: (233,187,221)

Color info

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

RGB color model

#E9BBDD color RGB value is (233,187,221).

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

RGB channels and saturation

R 233 of 255 = 91%
G 187 of 255 = 73%
B 221 of 255 = 87%

233
187
221

R + G + B ~ 84%. #E9BBDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 187 + 221 = 641 (100%)
R 233 of 641 ~ 36.35%
G 187 of 641 ~ 29.17%
B 221 of 641 ~ 34.48%

%36.35
%29.17
%34.48

CMYK color model

#E9BBDD color CMYK value is (0,20,5,9).

  • cyan value is 0.00%
  • magenta value is 19.74%
  • yellow value is 5.15%
  • key color value is 8.63%
CMYK:
(0,20,5,9)
C0M20Y5K9 
(0%,20%,5%,9%)
(0.00/0.20/0.05/0.09)	

CMYK percentages

%0
%19.74
%5.15
%8.63

Codes

Color #E9BBDD in popluar color models

E9BBDD
RGB233187221
HSL316°51.11%82.35%
HSB/HSV316°19.74%91.37%
CMYK0.00%19.74%5.15%
8.63%

Color #E9BBDD in popluar number systems.

HEXE9BBDD
Decimal233187221
Binary111010011011101111011101
Octal351273335

Shades and tints

Shades of #E9BBDD

#E9BBDD
(233,187,221)
#D4AAC9
(212,170,201)
#BF99B5
(191,153,181)
#AA88A1
(170,136,161)
#95778D
(149,119,141)
#806679
(128,102,121)
#6B5565
(107,85,101)
#564451
(86,68,81)
#41333D
(65,51,61)
#2C2229
(44,34,41)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #E9BBDD

#E9BBDD
(233,187,221)
#EBC1E0
(235,193,224)
#EDC7E3
(237,199,227)
#EFCDE6
(239,205,230)
#F1D3E9
(241,211,233)
#F3D9EC
(243,217,236)
#F5DFEF
(245,223,239)
#F7E5F2
(247,229,242)
#F9EBF5
(249,235,245)
#FBF1F8
(251,241,248)
#FDF7FB
(253,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BBDD; }

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

This text font color is #E9BBDD.


Background Color

.myBgColor { background-color: #E9BBDD; }

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

This div background color is #E9BBDD.


Border color

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

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

This div border color is #E9BBDD.


Opacity

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

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

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

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

This text has shadow with #E9BBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BBDD on black background.


Color preview on white background

This text has color #E9BBDD on white background.



Black color preview on #E9BBDD background

This text has black color on #E9BBDD background.


White color preview on #E9BBDD background

This text has white color on #E9BBDD background.