COLOR #E8BAE8

HEX: #E8BAE8
RGB: (232,186,232)

Color info

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

RGB color model

#E8BAE8 color RGB value is (232,186,232).

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

RGB channels and saturation

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

232
186
232

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

Portions of RGB colors in percentages

R + G + B =
232 + 186 + 232 = 650 (100%)
R 232 of 650 ~ 35.69%
G 186 of 650 ~ 28.62%
B 232 of 650 ~ 35.69%

%35.69
%28.62
%35.69

CMYK color model

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

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

CMYK percentages

%0
%19.83
%0
%9.02

Codes

Color #E8BAE8 in popluar color models

E8BAE8
RGB232186232
HSL300°50.00%81.96%
HSB/HSV300°19.83%90.98%
CMYK0.00%19.83%0.00%
9.02%

Color #E8BAE8 in popluar number systems.

HEXE8BAE8
Decimal232186232
Binary111010001011101011101000
Octal350272350

Shades and tints

Shades of #E8BAE8

#E8BAE8
(232,186,232)
#D3AAD3
(211,170,211)
#BE9ABE
(190,154,190)
#A98AA9
(169,138,169)
#947A94
(148,122,148)
#7F6A7F
(127,106,127)
#6A5A6A
(106,90,106)
#554A55
(85,74,85)
#403A40
(64,58,64)
#2B2A2B
(43,42,43)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #E8BAE8

#E8BAE8
(232,186,232)
#EAC0EA
(234,192,234)
#ECC6EC
(236,198,236)
#EECCEE
(238,204,238)
#F0D2F0
(240,210,240)
#F2D8F2
(242,216,242)
#F4DEF4
(244,222,244)
#F6E4F6
(246,228,246)
#F8EAF8
(248,234,248)
#FAF0FA
(250,240,250)
#FCF6FC
(252,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BAE8; }

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

This text font color is #E8BAE8.


Background Color

.myBgColor { background-color: #E8BAE8; }

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

This div background color is #E8BAE8.


Border color

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

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

This div border color is #E8BAE8.


Opacity

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

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

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

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

This text has shadow with #E8BAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BAE8 on black background.


Color preview on white background

This text has color #E8BAE8 on white background.



Black color preview on #E8BAE8 background

This text has black color on #E8BAE8 background.


White color preview on #E8BAE8 background

This text has white color on #E8BAE8 background.