COLOR #E8BAE4

HEX: #E8BAE4
RGB: (232,186,228)

Color info

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

RGB color model

#E8BAE4 color RGB value is (232,186,228).

  • red value is 232;
  • green value is 186;
  • blue value is 228.
RGB:
(232,186,228)
(91%,73%,89%)

RGB channels and saturation

R 232 of 255 = 91%
G 186 of 255 = 73%
B 228 of 255 = 89%

232
186
228

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

Portions of RGB colors in percentages

R + G + B =
232 + 186 + 228 = 646 (100%)
R 232 of 646 ~ 35.91%
G 186 of 646 ~ 28.79%
B 228 of 646 ~ 35.29%

%35.91
%28.79
%35.29

CMYK color model

#E8BAE4 color CMYK value is (0,20,2,9).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 1.72%
  • key color value is 9.02%
CMYK:
(0,20,2,9)
C0M20Y2K9 
(0%,20%,2%,9%)
(0.00/0.20/0.02/0.09)	

CMYK percentages

%0
%19.83
%1.72
%9.02

Codes

Color #E8BAE4 in popluar color models

E8BAE4
RGB232186228
HSL305°50.00%81.96%
HSB/HSV305°19.83%90.98%
CMYK0.00%19.83%1.72%
9.02%

Color #E8BAE4 in popluar number systems.

HEXE8BAE4
Decimal232186228
Binary111010001011101011100100
Octal350272344

Shades and tints

Shades of #E8BAE4

#E8BAE4
(232,186,228)
#D3AAD0
(211,170,208)
#BE9ABC
(190,154,188)
#A98AA8
(169,138,168)
#947A94
(148,122,148)
#7F6A80
(127,106,128)
#6A5A6C
(106,90,108)
#554A58
(85,74,88)
#403A44
(64,58,68)
#2B2A30
(43,42,48)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #E8BAE4

#E8BAE4
(232,186,228)
#EAC0E6
(234,192,230)
#ECC6E8
(236,198,232)
#EECCEA
(238,204,234)
#F0D2EC
(240,210,236)
#F2D8EE
(242,216,238)
#F4DEF0
(244,222,240)
#F6E4F2
(246,228,242)
#F8EAF4
(248,234,244)
#FAF0F6
(250,240,246)
#FCF6F8
(252,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BAE4 color. Also use rgb(232,186,228) instead hex code.

Text Font Color

.myTextColor { color: #E8BAE4; }

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

This text font color is #E8BAE4.


Background Color

.myBgColor { background-color: #E8BAE4; }

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

This div background color is #E8BAE4.


Border color

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

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

This div border color is #E8BAE4.


Opacity

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

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

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

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

This text has shadow with #E8BAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BAE4 on black background.


Color preview on white background

This text has color #E8BAE4 on white background.



Black color preview on #E8BAE4 background

This text has black color on #E8BAE4 background.


White color preview on #E8BAE4 background

This text has white color on #E8BAE4 background.