COLOR #E9BBD3

HEX: #E9BBD3
RGB: (233,187,211)

Color info

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

RGB color model

#E9BBD3 color RGB value is (233,187,211).

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

RGB channels and saturation

R 233 of 255 = 91%
G 187 of 255 = 73%
B 211 of 255 = 83%

233
187
211

R + G + B ~ 82%. #E9BBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 187 + 211 = 631 (100%)
R 233 of 631 ~ 36.93%
G 187 of 631 ~ 29.64%
B 211 of 631 ~ 33.44%

%36.93
%29.64
%33.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.74%
  • yellow value is 9.44%
  • key color value is 8.63%
CMYK:
(0,20,9,9)
C0M20Y9K9 
(0%,20%,9%,9%)
(0.00/0.20/0.09/0.09)	

CMYK percentages

%0
%19.74
%9.44
%8.63

Codes

Color #E9BBD3 in popluar color models

E9BBD3
RGB233187211
HSL329°51.11%82.35%
HSB/HSV329°19.74%91.37%
CMYK0.00%19.74%9.44%
8.63%

Color #E9BBD3 in popluar number systems.

HEXE9BBD3
Decimal233187211
Binary111010011011101111010011
Octal351273323

Shades and tints

Shades of #E9BBD3

#E9BBD3
(233,187,211)
#D4AAC0
(212,170,192)
#BF99AD
(191,153,173)
#AA889A
(170,136,154)
#957787
(149,119,135)
#806674
(128,102,116)
#6B5561
(107,85,97)
#56444E
(86,68,78)
#41333B
(65,51,59)
#2C2228
(44,34,40)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #E9BBD3

#E9BBD3
(233,187,211)
#EBC1D7
(235,193,215)
#EDC7DB
(237,199,219)
#EFCDDF
(239,205,223)
#F1D3E3
(241,211,227)
#F3D9E7
(243,217,231)
#F5DFEB
(245,223,235)
#F7E5EF
(247,229,239)
#F9EBF3
(249,235,243)
#FBF1F7
(251,241,247)
#FDF7FB
(253,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BBD3; }

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

This text font color is #E9BBD3.


Background Color

.myBgColor { background-color: #E9BBD3; }

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

This div background color is #E9BBD3.


Border color

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

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

This div border color is #E9BBD3.


Opacity

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

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

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

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

This text has shadow with #E9BBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BBD3 on black background.


Color preview on white background

This text has color #E9BBD3 on white background.



Black color preview on #E9BBD3 background

This text has black color on #E9BBD3 background.


White color preview on #E9BBD3 background

This text has white color on #E9BBD3 background.