COLOR #E7BAE8

HEX: #E7BAE8
RGB: (231,186,232)

Color info

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

RGB color model

#E7BAE8 color RGB value is (231,186,232).

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

RGB channels and saturation

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

231
186
232

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

Portions of RGB colors in percentages

R + G + B =
231 + 186 + 232 = 649 (100%)
R 231 of 649 ~ 35.59%
G 186 of 649 ~ 28.66%
B 232 of 649 ~ 35.75%

%35.59
%28.66
%35.75

CMYK color model

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

  • cyan value is 0.43%
  • 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.43
%19.83
%0
%9.02

Codes

Color #E7BAE8 in popluar color models

E7BAE8
RGB231186232
HSL299°50.00%81.96%
HSB/HSV299°19.83%90.98%
CMYK0.43%19.83%0.00%
9.02%

Color #E7BAE8 in popluar number systems.

HEXE7BAE8
Decimal231186232
Binary111001111011101011101000
Octal347272350

Shades and tints

Shades of #E7BAE8

#E7BAE8
(231,186,232)
#D2AAD3
(210,170,211)
#BD9ABE
(189,154,190)
#A88AA9
(168,138,169)
#937A94
(147,122,148)
#7E6A7F
(126,106,127)
#695A6A
(105,90,106)
#544A55
(84,74,85)
#3F3A40
(63,58,64)
#2A2A2B
(42,42,43)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #E7BAE8

#E7BAE8
(231,186,232)
#E9C0EA
(233,192,234)
#EBC6EC
(235,198,236)
#EDCCEE
(237,204,238)
#EFD2F0
(239,210,240)
#F1D8F2
(241,216,242)
#F3DEF4
(243,222,244)
#F5E4F6
(245,228,246)
#F7EAF8
(247,234,248)
#F9F0FA
(249,240,250)
#FBF6FC
(251,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BAE8; }

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

This text font color is #E7BAE8.


Background Color

.myBgColor { background-color: #E7BAE8; }

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

This div background color is #E7BAE8.


Border color

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

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

This div border color is #E7BAE8.


Opacity

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

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

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

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

This text has shadow with #E7BAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BAE8 on black background.


Color preview on white background

This text has color #E7BAE8 on white background.



Black color preview on #E7BAE8 background

This text has black color on #E7BAE8 background.


White color preview on #E7BAE8 background

This text has white color on #E7BAE8 background.