COLOR #E9BDE4

HEX: #E9BDE4 RGB: (233,189,228)

Color info

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

RGB color model

#E9BDE4 color RGB value is (233,189,228).

RGB: (233,189,228) (91%, 74%, 89%)

RGB channels and saturation

R 233 of 255 = 91%
G 189 of 255 = 74%
B 228 of 255 = 89%

233
189
228

R + G + B ~ 85%. #E9BDE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 189 + 228 = 650 (100%)
R 233 of 650 ~ 35.85%
G 189 of 650 ~ 29.08%
B 228 of 650 ~ 35.08'%

%35.85
%29.08
%35.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 2.15%
  • key color value is 8.63%

CMYK: (0,19,2,9)
C0M19Y2K9 (0%, 19%, 2%, 9%)
(0.00 / 0.19 / 0.02 / 0.09)

CMYK percentages

%0
%18.88
%2.15
%8.63

Codes

Color #E9BDE4 in popluar color models

E9 BD E4
RGB 233 189 228
HSL 307° 50.00% 82.75%
HSB/HSV 307° 18.88% 91.37%
CMYK 0.00% 18.88% 2.15%
8.63%

Color #E9BDE4 in popluar number systems.

HEX E9 BD E4
Decimal 233 189 228
Binary 11101001 10111101 11100100
Octal 351 275 344

Shades and tints

Shades of #E9BDE4

#E9BDE4
(233,189,228)
#D4ACD0
(212,172,208)
#BF9BBC
(191,155,188)
#AA8AA8
(170,138,168)
#957994
(149,121,148)
#806880
(128,104,128)
#6B576C
(107,87,108)
#564658
(86,70,88)
#413544
(65,53,68)
#2C2430
(44,36,48)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #E9BDE4

#E9BDE4
(233,189,228)
#EBC3E6
(235,195,230)
#EDC9E8
(237,201,232)
#EFCFEA
(239,207,234)
#F1D5EC
(241,213,236)
#F3DBEE
(243,219,238)
#F5E1F0
(245,225,240)
#F7E7F2
(247,231,242)
#F9EDF4
(249,237,244)
#FBF3F6
(251,243,246)
#FDF9F8
(253,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BDE4; }

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

This text font color is #E9BDE4.

Background Color

.myBgColor { background-color: #E9BDE4; }

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

This div background color is #E9BDE4.

Border color

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

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

This div border color is #E9BDE4.

Opacity

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

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

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

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

This text has shadow with #E9BDE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BDE4.

Preview

Color preview on black background

This text has color #E9BDE4 on black background.


Color preview on white background

This text has color #E9BDE4 on white background.


Black color preview on #E9BDE4 background

This text has black color on #E9BDE4 background.


White color preview on #E9BDE4 background

This text has white color on #E9BDE4 background.


Related colors

Complementary color

Complementary color for #hex is #16421B.


I love getcolorcode.com

Triadic colors

1 #E4E9BD and #BDE4E9 with #E9BDE4 are triadic colors.

2 #E4BDE9 and #BDE9E4 with #E9BDE4 are triadic colors.