COLOR #E6BAE2

HEX: #E6BAE2
RGB: (230,186,226)

Color info

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

RGB color model

#E6BAE2 color RGB value is (230,186,226).

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

RGB channels and saturation

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

230
186
226

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

Portions of RGB colors in percentages

R + G + B =
230 + 186 + 226 = 642 (100%)
R 230 of 642 ~ 35.83%
G 186 of 642 ~ 28.97%
B 226 of 642 ~ 35.2%

%35.83
%28.97
%35.2

CMYK color model

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

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

CMYK percentages

%0
%19.13
%1.74
%9.8

Codes

Color #E6BAE2 in popluar color models

E6BAE2
RGB230186226
HSL305°46.81%81.57%
HSB/HSV305°19.13%90.20%
CMYK0.00%19.13%1.74%
9.80%

Color #E6BAE2 in popluar number systems.

HEXE6BAE2
Decimal230186226
Binary111001101011101011100010
Octal346272342

Shades and tints

Shades of #E6BAE2

#E6BAE2
(230,186,226)
#D2AACE
(210,170,206)
#BE9ABA
(190,154,186)
#AA8AA6
(170,138,166)
#967A92
(150,122,146)
#826A7E
(130,106,126)
#6E5A6A
(110,90,106)
#5A4A56
(90,74,86)
#463A42
(70,58,66)
#322A2E
(50,42,46)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #E6BAE2

#E6BAE2
(230,186,226)
#E8C0E4
(232,192,228)
#EAC6E6
(234,198,230)
#ECCCE8
(236,204,232)
#EED2EA
(238,210,234)
#F0D8EC
(240,216,236)
#F2DEEE
(242,222,238)
#F4E4F0
(244,228,240)
#F6EAF2
(246,234,242)
#F8F0F4
(248,240,244)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BAE2; }

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

This text font color is #E6BAE2.


Background Color

.myBgColor { background-color: #E6BAE2; }

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

This div background color is #E6BAE2.


Border color

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

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

This div border color is #E6BAE2.


Opacity

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

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

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

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

This text has shadow with #E6BAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BAE2 on black background.


Color preview on white background

This text has color #E6BAE2 on white background.



Black color preview on #E6BAE2 background

This text has black color on #E6BAE2 background.


White color preview on #E6BAE2 background

This text has white color on #E6BAE2 background.