COLOR #BAA8EC

HEX: #BAA8EC
RGB: (186,168,236)

Color info

#BAA8EC contains mainly red and blue colors. Web safe color of #BAA8EC is #CC99FF (or #C9F).

RGB color model

#BAA8EC color RGB value is (186,168,236).

  • red value is 186;
  • green value is 168;
  • blue value is 236.
RGB:
(186,168,236)
(73%,66%,93%)

RGB channels and saturation

R 186 of 255 = 73%
G 168 of 255 = 66%
B 236 of 255 = 93%

186
168
236

R + G + B ~ 77%. #BAA8EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 168 + 236 = 590 (100%)
R 186 of 590 ~ 31.53%
G 168 of 590 ~ 28.47%
B 236 of 590 ~ 40%

%31.53
%28.47
%40

CMYK color model

#BAA8EC color CMYK value is (21,29,0,7).

  • cyan value is 21.19%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(21,29,0,7)
C21M29Y0K7 
(21%,29%,0%,7%)
(0.21/0.29/0.00/0.07)	

CMYK percentages

%21.19
%28.81
%0
%7.45

Codes

Color #BAA8EC in popluar color models

BAA8EC
RGB186168236
HSL256°64.15%79.22%
HSB/HSV256°28.81%92.55%
CMYK21.19%28.81%0.00%
7.45%

Color #BAA8EC in popluar number systems.

HEXBAA8EC
Decimal186168236
Binary101110101010100011101100
Octal272250354

Shades and tints

Shades of #BAA8EC

#BAA8EC
(186,168,236)
#AA99D7
(170,153,215)
#9A8AC2
(154,138,194)
#8A7BAD
(138,123,173)
#7A6C98
(122,108,152)
#6A5D83
(106,93,131)
#5A4E6E
(90,78,110)
#4A3F59
(74,63,89)
#3A3044
(58,48,68)
#2A212F
(42,33,47)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #BAA8EC

#BAA8EC
(186,168,236)
#C0AFED
(192,175,237)
#C6B6EE
(198,182,238)
#CCBDEF
(204,189,239)
#D2C4F0
(210,196,240)
#D8CBF1
(216,203,241)
#DED2F2
(222,210,242)
#E4D9F3
(228,217,243)
#EAE0F4
(234,224,244)
#F0E7F5
(240,231,245)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA8EC; }

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

This text font color is #BAA8EC.


Background Color

.myBgColor { background-color: #BAA8EC; }

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

This div background color is #BAA8EC.


Border color

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

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

This div border color is #BAA8EC.


Opacity

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

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

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

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

This text has shadow with #BAA8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA8EC on black background.


Color preview on white background

This text has color #BAA8EC on white background.



Black color preview on #BAA8EC background

This text has black color on #BAA8EC background.


White color preview on #BAA8EC background

This text has white color on #BAA8EC background.