COLOR #E9BCD5

HEX: #E9BCD5
RGB: (233,188,213)

Color info

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

RGB color model

#E9BCD5 color RGB value is (233,188,213).

  • red value is 233;
  • green value is 188;
  • blue value is 213.
RGB:
(233,188,213)
(91%,74%,84%)

RGB channels and saturation

R 233 of 255 = 91%
G 188 of 255 = 74%
B 213 of 255 = 84%

233
188
213

R + G + B ~ 83%. #E9BCD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 188 + 213 = 634 (100%)
R 233 of 634 ~ 36.75%
G 188 of 634 ~ 29.65%
B 213 of 634 ~ 33.6%

%36.75
%29.65
%33.6

CMYK color model

#E9BCD5 color CMYK value is (0,19,9,9).

  • cyan value is 0.00%
  • magenta value is 19.31%
  • yellow value is 8.58%
  • key color value is 8.63%
CMYK:
(0,19,9,9)
C0M19Y9K9 
(0%,19%,9%,9%)
(0.00/0.19/0.09/0.09)	

CMYK percentages

%0
%19.31
%8.58
%8.63

Codes

Color #E9BCD5 in popluar color models

E9BCD5
RGB233188213
HSL327°50.56%82.55%
HSB/HSV327°19.31%91.37%
CMYK0.00%19.31%8.58%
8.63%

Color #E9BCD5 in popluar number systems.

HEXE9BCD5
Decimal233188213
Binary111010011011110011010101
Octal351274325

Shades and tints

Shades of #E9BCD5

#E9BCD5
(233,188,213)
#D4ABC2
(212,171,194)
#BF9AAF
(191,154,175)
#AA899C
(170,137,156)
#957889
(149,120,137)
#806776
(128,103,118)
#6B5663
(107,86,99)
#564550
(86,69,80)
#41343D
(65,52,61)
#2C232A
(44,35,42)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #E9BCD5

#E9BCD5
(233,188,213)
#EBC2D8
(235,194,216)
#EDC8DB
(237,200,219)
#EFCEDE
(239,206,222)
#F1D4E1
(241,212,225)
#F3DAE4
(243,218,228)
#F5E0E7
(245,224,231)
#F7E6EA
(247,230,234)
#F9ECED
(249,236,237)
#FBF2F0
(251,242,240)
#FDF8F3
(253,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BCD5 color. Also use rgb(233,188,213) instead hex code.

Text Font Color

.myTextColor { color: #E9BCD5; }

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

This text font color is #E9BCD5.


Background Color

.myBgColor { background-color: #E9BCD5; }

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

This div background color is #E9BCD5.


Border color

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

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

This div border color is #E9BCD5.


Opacity

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

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

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

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

This text has shadow with #E9BCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BCD5 on black background.


Color preview on white background

This text has color #E9BCD5 on white background.



Black color preview on #E9BCD5 background

This text has black color on #E9BCD5 background.


White color preview on #E9BCD5 background

This text has white color on #E9BCD5 background.