COLOR #E6BAEF

HEX: #E6BAEF RGB: (230,186,239)

Color info

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

RGB color model

#E6BAEF color RGB value is (230,186,239).

RGB: (230,186,239) (90%, 73%, 94%)

RGB channels and saturation

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

230
186
239

R + G + B ~ 86%. #E6BAEF is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 186 + 239 = 655 (100%)
R 230 of 655 ~ 35.11%
G 186 of 655 ~ 28.4%
B 239 of 655 ~ 36.49'%

%35.11
%28.4
%36.49

CMYK color model

#E6BAEF color CMYK value is (4,22,0,6).

  • cyan value is 3.77%
  • magenta value is 22.18%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (4,22,0,6)
C4M22Y0K6 (4%, 22%, 0%, 6%)
(0.04 / 0.22 / 0.00 / 0.06)

CMYK percentages

%3.77
%22.18
%0
%6.27

Codes

Color #E6BAEF in popluar color models

E6 BA EF
RGB 230 186 239
HSL 290° 62.35% 83.33%
HSB/HSV 290° 22.18% 93.73%
CMYK 3.77% 22.18% 0.00%
6.27%

Color #E6BAEF in popluar number systems.

HEX E6 BA EF
Decimal 230 186 239
Binary 11100110 10111010 11101111
Octal 346 272 357

Shades and tints

Shades of #E6BAEF

#E6BAEF
(230,186,239)
#D2AADA
(210,170,218)
#BE9AC5
(190,154,197)
#AA8AB0
(170,138,176)
#967A9B
(150,122,155)
#826A86
(130,106,134)
#6E5A71
(110,90,113)
#5A4A5C
(90,74,92)
#463A47
(70,58,71)
#322A32
(50,42,50)
#1E1A1D
(30,26,29)
#000000
(0,0,0)

Tints of #E6BAEF

#E6BAEF
(230,186,239)
#E8C0F0
(232,192,240)
#EAC6F1
(234,198,241)
#ECCCF2
(236,204,242)
#EED2F3
(238,210,243)
#F0D8F4
(240,216,244)
#F2DEF5
(242,222,245)
#F4E4F6
(244,228,246)
#F6EAF7
(246,234,247)
#F8F0F8
(248,240,248)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BAEF; }

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

This text font color is #E6BAEF.

Background Color

.myBgColor { background-color: #E6BAEF; }

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

This div background color is #E6BAEF.

Border color

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

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

This div border color is #E6BAEF.

Opacity

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

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

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

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

This text has shadow with #E6BAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BAEF.

Preview

Color preview on black background

This text has color #E6BAEF on black background.


Color preview on white background

This text has color #E6BAEF on white background.


Black color preview on #E6BAEF background

This text has black color on #E6BAEF background.


White color preview on #E6BAEF background

This text has white color on #E6BAEF background.


Related colors

Complementary color

Complementary color for #hex is #194510.


I love getcolorcode.com

Triadic colors

1 #EFE6BA and #BAEFE6 with #E6BAEF are triadic colors.

2 #EFBAE6 and #BAE6EF with #E6BAEF are triadic colors.