COLOR #E9BDEE

HEX: #E9BDEE RGB: (233,189,238)

Color info

#E9BDEE contains red, green and blue colors in about the same proportion. Web safe color of #E9BDEE is #FFCCFF (or #FCF).

RGB color model

#E9BDEE color RGB value is (233,189,238).

RGB: (233,189,238) (91%, 74%, 93%)

RGB channels and saturation

R 233 of 255 = 91%
G 189 of 255 = 74%
B 238 of 255 = 93%

233
189
238

R + G + B ~ 86%. #E9BDEE is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 189 + 238 = 660 (100%)
R 233 of 660 ~ 35.3%
G 189 of 660 ~ 28.64%
B 238 of 660 ~ 36.06'%

%35.3
%28.64
%36.06

CMYK color model

#E9BDEE color CMYK value is (2,21,0,7).

  • cyan value is 2.10%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (2,21,0,7)
C2M21Y0K7 (2%, 21%, 0%, 7%)
(0.02 / 0.21 / 0.00 / 0.07)

CMYK percentages

%2.1
%20.59
%0
%6.67

Codes

Color #E9BDEE in popluar color models

E9 BD EE
RGB 233 189 238
HSL 294° 59.04% 83.73%
HSB/HSV 294° 20.59% 93.33%
CMYK 2.10% 20.59% 0.00%
6.67%

Color #E9BDEE in popluar number systems.

HEX E9 BD EE
Decimal 233 189 238
Binary 11101001 10111101 11101110
Octal 351 275 356

Shades and tints

Shades of #E9BDEE

#E9BDEE
(233,189,238)
#D4ACD9
(212,172,217)
#BF9BC4
(191,155,196)
#AA8AAF
(170,138,175)
#95799A
(149,121,154)
#806885
(128,104,133)
#6B5770
(107,87,112)
#56465B
(86,70,91)
#413546
(65,53,70)
#2C2431
(44,36,49)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #E9BDEE

#E9BDEE
(233,189,238)
#EBC3EF
(235,195,239)
#EDC9F0
(237,201,240)
#EFCFF1
(239,207,241)
#F1D5F2
(241,213,242)
#F3DBF3
(243,219,243)
#F5E1F4
(245,225,244)
#F7E7F5
(247,231,245)
#F9EDF6
(249,237,246)
#FBF3F7
(251,243,247)
#FDF9F8
(253,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BDEE; }

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

This text font color is #E9BDEE.

Background Color

.myBgColor { background-color: #E9BDEE; }

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

This div background color is #E9BDEE.

Border color

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

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

This div border color is #E9BDEE.

Opacity

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

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

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

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

This text has shadow with #E9BDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BDEE.

Preview

Color preview on black background

This text has color #E9BDEE on black background.


Color preview on white background

This text has color #E9BDEE on white background.


Black color preview on #E9BDEE background

This text has black color on #E9BDEE background.


White color preview on #E9BDEE background

This text has white color on #E9BDEE background.


Related colors

Complementary color

Complementary color for #hex is #164211.


I love getcolorcode.com

Triadic colors

1 #EEE9BD and #BDEEE9 with #E9BDEE are triadic colors.

2 #EEBDE9 and #BDE9EE with #E9BDEE are triadic colors.