COLOR #E6BAEA

HEX: #E6BAEA
RGB: (230,186,234)

Color info

#E6BAEA contains red, green and blue colors in about the same proportion. Web safe color of #E6BAEA is #CCCCFF (or #CCF).

RGB color model

#E6BAEA color RGB value is (230,186,234).

  • red value is 230;
  • green value is 186;
  • blue value is 234.
RGB:
(230,186,234)
(90%,73%,92%)

RGB channels and saturation

R 230 of 255 = 90%
G 186 of 255 = 73%
B 234 of 255 = 92%

230
186
234

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

Portions of RGB colors in percentages

R + G + B =
230 + 186 + 234 = 650 (100%)
R 230 of 650 ~ 35.38%
G 186 of 650 ~ 28.62%
B 234 of 650 ~ 36%

%35.38
%28.62
%36

CMYK color model

#E6BAEA color CMYK value is (2,21,0,8).

  • cyan value is 1.71%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(2,21,0,8)
C2M21Y0K8 
(2%,21%,0%,8%)
(0.02/0.21/0.00/0.08)	

CMYK percentages

%1.71
%20.51
%0
%8.24

Codes

Color #E6BAEA in popluar color models

E6BAEA
RGB230186234
HSL295°53.33%82.35%
HSB/HSV295°20.51%91.76%
CMYK1.71%20.51%0.00%
8.24%

Color #E6BAEA in popluar number systems.

HEXE6BAEA
Decimal230186234
Binary111001101011101011101010
Octal346272352

Shades and tints

Shades of #E6BAEA

#E6BAEA
(230,186,234)
#D2AAD5
(210,170,213)
#BE9AC0
(190,154,192)
#AA8AAB
(170,138,171)
#967A96
(150,122,150)
#826A81
(130,106,129)
#6E5A6C
(110,90,108)
#5A4A57
(90,74,87)
#463A42
(70,58,66)
#322A2D
(50,42,45)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #E6BAEA

#E6BAEA
(230,186,234)
#E8C0EB
(232,192,235)
#EAC6EC
(234,198,236)
#ECCCED
(236,204,237)
#EED2EE
(238,210,238)
#F0D8EF
(240,216,239)
#F2DEF0
(242,222,240)
#F4E4F1
(244,228,241)
#F6EAF2
(246,234,242)
#F8F0F3
(248,240,243)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BAEA; }

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

This text font color is #E6BAEA.


Background Color

.myBgColor { background-color: #E6BAEA; }

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

This div background color is #E6BAEA.


Border color

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

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

This div border color is #E6BAEA.


Opacity

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

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

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

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

This text has shadow with #E6BAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BAEA on black background.


Color preview on white background

This text has color #E6BAEA on white background.



Black color preview on #E6BAEA background

This text has black color on #E6BAEA background.


White color preview on #E6BAEA background

This text has white color on #E6BAEA background.