COLOR #E9BDDD

HEX: #E9BDDD
RGB: (233,189,221)

Color info

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

RGB color model

#E9BDDD color RGB value is (233,189,221).

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

RGB channels and saturation

R 233 of 255 = 91%
G 189 of 255 = 74%
B 221 of 255 = 87%

233
189
221

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

Portions of RGB colors in percentages

R + G + B =
233 + 189 + 221 = 643 (100%)
R 233 of 643 ~ 36.24%
G 189 of 643 ~ 29.39%
B 221 of 643 ~ 34.37%

%36.24
%29.39
%34.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 5.15%
  • key color value is 8.63%
CMYK:
(0,19,5,9)
C0M19Y5K9 
(0%,19%,5%,9%)
(0.00/0.19/0.05/0.09)	

CMYK percentages

%0
%18.88
%5.15
%8.63

Codes

Color #E9BDDD in popluar color models

E9BDDD
RGB233189221
HSL316°50.00%82.75%
HSB/HSV316°18.88%91.37%
CMYK0.00%18.88%5.15%
8.63%

Color #E9BDDD in popluar number systems.

HEXE9BDDD
Decimal233189221
Binary111010011011110111011101
Octal351275335

Shades and tints

Shades of #E9BDDD

#E9BDDD
(233,189,221)
#D4ACC9
(212,172,201)
#BF9BB5
(191,155,181)
#AA8AA1
(170,138,161)
#95798D
(149,121,141)
#806879
(128,104,121)
#6B5765
(107,87,101)
#564651
(86,70,81)
#41353D
(65,53,61)
#2C2429
(44,36,41)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #E9BDDD

#E9BDDD
(233,189,221)
#EBC3E0
(235,195,224)
#EDC9E3
(237,201,227)
#EFCFE6
(239,207,230)
#F1D5E9
(241,213,233)
#F3DBEC
(243,219,236)
#F5E1EF
(245,225,239)
#F7E7F2
(247,231,242)
#F9EDF5
(249,237,245)
#FBF3F8
(251,243,248)
#FDF9FB
(253,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BDDD; }

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

This text font color is #E9BDDD.


Background Color

.myBgColor { background-color: #E9BDDD; }

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

This div background color is #E9BDDD.


Border color

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

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

This div border color is #E9BDDD.


Opacity

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

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

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

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

This text has shadow with #E9BDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BDDD on black background.


Color preview on white background

This text has color #E9BDDD on white background.



Black color preview on #E9BDDD background

This text has black color on #E9BDDD background.


White color preview on #E9BDDD background

This text has white color on #E9BDDD background.