COLOR #E9BDC8

HEX: #E9BDC8
RGB: (233,189,200)

Color info

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

RGB color model

#E9BDC8 color RGB value is (233,189,200).

  • red value is 233;
  • green value is 189;
  • blue value is 200.
RGB:
(233,189,200)
(91%,74%,78%)

RGB channels and saturation

R 233 of 255 = 91%
G 189 of 255 = 74%
B 200 of 255 = 78%

233
189
200

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

Portions of RGB colors in percentages

R + G + B =
233 + 189 + 200 = 622 (100%)
R 233 of 622 ~ 37.46%
G 189 of 622 ~ 30.39%
B 200 of 622 ~ 32.15%

%37.46
%30.39
%32.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 14.16%
  • key color value is 8.63%
CMYK:
(0,19,14,9)
C0M19Y14K9 
(0%,19%,14%,9%)
(0.00/0.19/0.14/0.09)	

CMYK percentages

%0
%18.88
%14.16
%8.63

Codes

Color #E9BDC8 in popluar color models

E9BDC8
RGB233189200
HSL345°50.00%82.75%
HSB/HSV345°18.88%91.37%
CMYK0.00%18.88%14.16%
8.63%

Color #E9BDC8 in popluar number systems.

HEXE9BDC8
Decimal233189200
Binary111010011011110111001000
Octal351275310

Shades and tints

Shades of #E9BDC8

#E9BDC8
(233,189,200)
#D4ACB6
(212,172,182)
#BF9BA4
(191,155,164)
#AA8A92
(170,138,146)
#957980
(149,121,128)
#80686E
(128,104,110)
#6B575C
(107,87,92)
#56464A
(86,70,74)
#413538
(65,53,56)
#2C2426
(44,36,38)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #E9BDC8

#E9BDC8
(233,189,200)
#EBC3CD
(235,195,205)
#EDC9D2
(237,201,210)
#EFCFD7
(239,207,215)
#F1D5DC
(241,213,220)
#F3DBE1
(243,219,225)
#F5E1E6
(245,225,230)
#F7E7EB
(247,231,235)
#F9EDF0
(249,237,240)
#FBF3F5
(251,243,245)
#FDF9FA
(253,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BDC8 color. Also use rgb(233,189,200) instead hex code.

Text Font Color

.myTextColor { color: #E9BDC8; }

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

This text font color is #E9BDC8.


Background Color

.myBgColor { background-color: #E9BDC8; }

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

This div background color is #E9BDC8.


Border color

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

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

This div border color is #E9BDC8.


Opacity

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

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

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

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

This text has shadow with #E9BDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BDC8 on black background.


Color preview on white background

This text has color #E9BDC8 on white background.



Black color preview on #E9BDC8 background

This text has black color on #E9BDC8 background.


White color preview on #E9BDC8 background

This text has white color on #E9BDC8 background.