COLOR #BAA8E7

HEX: #BAA8E7 RGB: (186,168,231)

Color info

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

RGB color model

#BAA8E7 color RGB value is (186,168,231).

RGB: (186,168,231) (73%, 66%, 91%)

RGB channels and saturation

R 186 of 255 = 73%
G 168 of 255 = 66%
B 231 of 255 = 91%

186
168
231

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

Portions of RGB colors in percentages

R + G + B = 186 + 168 + 231 = 585 (100%)
R 186 of 585 ~ 31.79%
G 168 of 585 ~ 28.72%
B 231 of 585 ~ 39.49'%

%31.79
%28.72
%39.49

CMYK color model

#BAA8E7 color CMYK value is (19,27,0,9).

  • cyan value is 19.48%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (19,27,0,9)
C19M27Y0K9 (19%, 27%, 0%, 9%)
(0.19 / 0.27 / 0.00 / 0.09)

CMYK percentages

%19.48
%27.27
%0
%9.41

Codes

Color #BAA8E7 in popluar color models

BA A8 E7
RGB 186 168 231
HSL 257° 56.76% 78.24%
HSB/HSV 257° 27.27% 90.59%
CMYK 19.48% 27.27% 0.00%
9.41%

Color #BAA8E7 in popluar number systems.

HEX BA A8 E7
Decimal 186 168 231
Binary 10111010 10101000 11100111
Octal 272 250 347

Shades and tints

Shades of #BAA8E7

#BAA8E7
(186,168,231)
#AA99D2
(170,153,210)
#9A8ABD
(154,138,189)
#8A7BA8
(138,123,168)
#7A6C93
(122,108,147)
#6A5D7E
(106,93,126)
#5A4E69
(90,78,105)
#4A3F54
(74,63,84)
#3A303F
(58,48,63)
#2A212A
(42,33,42)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #BAA8E7

#BAA8E7
(186,168,231)
#C0AFE9
(192,175,233)
#C6B6EB
(198,182,235)
#CCBDED
(204,189,237)
#D2C4EF
(210,196,239)
#D8CBF1
(216,203,241)
#DED2F3
(222,210,243)
#E4D9F5
(228,217,245)
#EAE0F7
(234,224,247)
#F0E7F9
(240,231,249)
#F6EEFB
(246,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA8E7; }

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

This text font color is #BAA8E7.

Background Color

.myBgColor { background-color: #BAA8E7; }

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

This div background color is #BAA8E7.

Border color

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

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

This div border color is #BAA8E7.

Opacity

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

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

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

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

This text has shadow with #BAA8E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA8E7.

Preview

Color preview on black background

This text has color #BAA8E7 on black background.


Color preview on white background

This text has color #BAA8E7 on white background.


Black color preview on #BAA8E7 background

This text has black color on #BAA8E7 background.


White color preview on #BAA8E7 background

This text has white color on #BAA8E7 background.


Related colors

Complementary color

Complementary color for #hex is #455718.


I love getcolorcode.com

Triadic colors

1 #E7BAA8 and #A8E7BA with #BAA8E7 are triadic colors.

2 #E7A8BA and #A8BAE7 with #BAA8E7 are triadic colors.