COLOR #E9BAE0

HEX: #E9BAE0
RGB: (233,186,224)

Color info

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

RGB color model

#E9BAE0 color RGB value is (233,186,224).

  • red value is 233;
  • green value is 186;
  • blue value is 224.
RGB:
(233,186,224)
(91%,73%,88%)

RGB channels and saturation

R 233 of 255 = 91%
G 186 of 255 = 73%
B 224 of 255 = 88%

233
186
224

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

Portions of RGB colors in percentages

R + G + B =
233 + 186 + 224 = 643 (100%)
R 233 of 643 ~ 36.24%
G 186 of 643 ~ 28.93%
B 224 of 643 ~ 34.84%

%36.24
%28.93
%34.84

CMYK color model

#E9BAE0 color CMYK value is (0,20,4,9).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 3.86%
  • key color value is 8.63%
CMYK:
(0,20,4,9)
C0M20Y4K9 
(0%,20%,4%,9%)
(0.00/0.20/0.04/0.09)	

CMYK percentages

%0
%20.17
%3.86
%8.63

Codes

Color #E9BAE0 in popluar color models

E9BAE0
RGB233186224
HSL311°51.65%82.16%
HSB/HSV311°20.17%91.37%
CMYK0.00%20.17%3.86%
8.63%

Color #E9BAE0 in popluar number systems.

HEXE9BAE0
Decimal233186224
Binary111010011011101011100000
Octal351272340

Shades and tints

Shades of #E9BAE0

#E9BAE0
(233,186,224)
#D4AACC
(212,170,204)
#BF9AB8
(191,154,184)
#AA8AA4
(170,138,164)
#957A90
(149,122,144)
#806A7C
(128,106,124)
#6B5A68
(107,90,104)
#564A54
(86,74,84)
#413A40
(65,58,64)
#2C2A2C
(44,42,44)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #E9BAE0

#E9BAE0
(233,186,224)
#EBC0E2
(235,192,226)
#EDC6E4
(237,198,228)
#EFCCE6
(239,204,230)
#F1D2E8
(241,210,232)
#F3D8EA
(243,216,234)
#F5DEEC
(245,222,236)
#F7E4EE
(247,228,238)
#F9EAF0
(249,234,240)
#FBF0F2
(251,240,242)
#FDF6F4
(253,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BAE0 color. Also use rgb(233,186,224) instead hex code.

Text Font Color

.myTextColor { color: #E9BAE0; }

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

This text font color is #E9BAE0.


Background Color

.myBgColor { background-color: #E9BAE0; }

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

This div background color is #E9BAE0.


Border color

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

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

This div border color is #E9BAE0.


Opacity

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

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

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

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

This text has shadow with #E9BAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BAE0 on black background.


Color preview on white background

This text has color #E9BAE0 on white background.



Black color preview on #E9BAE0 background

This text has black color on #E9BAE0 background.


White color preview on #E9BAE0 background

This text has white color on #E9BAE0 background.