COLOR #E6BAE6

HEX: #E6BAE6
RGB: (230,186,230)

Color info

#E6BAE6 contains red, green and blue colors in about the same proportion. Web safe color of #E6BAE6 is #CCCCCC (or #CCC).

RGB color model

#E6BAE6 color RGB value is (230,186,230).

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

RGB channels and saturation

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

230
186
230

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

Portions of RGB colors in percentages

R + G + B =
230 + 186 + 230 = 646 (100%)
R 230 of 646 ~ 35.6%
G 186 of 646 ~ 28.79%
B 230 of 646 ~ 35.6%

%35.6
%28.79
%35.6

CMYK color model

#E6BAE6 color CMYK value is (0,19,0,10).

  • cyan value is 0.00%
  • magenta value is 19.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(0,19,0,10)
C0M19Y0K10 
(0%,19%,0%,10%)
(0.00/0.19/0.00/0.10)	

CMYK percentages

%0
%19.13
%0
%9.8

Codes

Color #E6BAE6 in popluar color models

E6BAE6
RGB230186230
HSL300°46.81%81.57%
HSB/HSV300°19.13%90.20%
CMYK0.00%19.13%0.00%
9.80%

Color #E6BAE6 in popluar number systems.

HEXE6BAE6
Decimal230186230
Binary111001101011101011100110
Octal346272346

Shades and tints

Shades of #E6BAE6

#E6BAE6
(230,186,230)
#D2AAD2
(210,170,210)
#BE9ABE
(190,154,190)
#AA8AAA
(170,138,170)
#967A96
(150,122,150)
#826A82
(130,106,130)
#6E5A6E
(110,90,110)
#5A4A5A
(90,74,90)
#463A46
(70,58,70)
#322A32
(50,42,50)
#1E1A1E
(30,26,30)
#000000
(0,0,0)

Tints of #E6BAE6

#E6BAE6
(230,186,230)
#E8C0E8
(232,192,232)
#EAC6EA
(234,198,234)
#ECCCEC
(236,204,236)
#EED2EE
(238,210,238)
#F0D8F0
(240,216,240)
#F2DEF2
(242,222,242)
#F4E4F4
(244,228,244)
#F6EAF6
(246,234,246)
#F8F0F8
(248,240,248)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BAE6; }

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

This text font color is #E6BAE6.


Background Color

.myBgColor { background-color: #E6BAE6; }

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

This div background color is #E6BAE6.


Border color

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

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

This div border color is #E6BAE6.


Opacity

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

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

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

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

This text has shadow with #E6BAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BAE6 on black background.


Color preview on white background

This text has color #E6BAE6 on white background.



Black color preview on #E6BAE6 background

This text has black color on #E6BAE6 background.


White color preview on #E6BAE6 background

This text has white color on #E6BAE6 background.