COLOR #BAC9E7

HEX: #BAC9E7 RGB: (186,201,231)

Color info

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

RGB color model

#BAC9E7 color RGB value is (186,201,231).

RGB: (186,201,231) (73%, 79%, 91%)

RGB channels and saturation

R 186 of 255 = 73%
G 201 of 255 = 79%
B 231 of 255 = 91%

186
201
231

R + G + B ~ 81%. #BAC9E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 201 + 231 = 618 (100%)
R 186 of 618 ~ 30.1%
G 201 of 618 ~ 32.52%
B 231 of 618 ~ 37.38'%

%30.1
%32.52
%37.38

CMYK color model

#BAC9E7 color CMYK value is (19,13,0,9).

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

CMYK: (19,13,0,9)
C19M13Y0K9 (19%, 13%, 0%, 9%)
(0.19 / 0.13 / 0.00 / 0.09)

CMYK percentages

%19.48
%12.99
%0
%9.41

Codes

Color #BAC9E7 in popluar color models

BA C9 E7
RGB 186 201 231
HSL 220° 48.39% 81.76%
HSB/HSV 220° 19.48% 90.59%
CMYK 19.48% 12.99% 0.00%
9.41%

Color #BAC9E7 in popluar number systems.

HEX BA C9 E7
Decimal 186 201 231
Binary 10111010 11001001 11100111
Octal 272 311 347

Shades and tints

Shades of #BAC9E7

#BAC9E7
(186,201,231)
#AAB7D2
(170,183,210)
#9AA5BD
(154,165,189)
#8A93A8
(138,147,168)
#7A8193
(122,129,147)
#6A6F7E
(106,111,126)
#5A5D69
(90,93,105)
#4A4B54
(74,75,84)
#3A393F
(58,57,63)
#2A272A
(42,39,42)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #BAC9E7

#BAC9E7
(186,201,231)
#C0CDE9
(192,205,233)
#C6D1EB
(198,209,235)
#CCD5ED
(204,213,237)
#D2D9EF
(210,217,239)
#D8DDF1
(216,221,241)
#DEE1F3
(222,225,243)
#E4E5F5
(228,229,245)
#EAE9F7
(234,233,247)
#F0EDF9
(240,237,249)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAC9E7; }

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

This text font color is #BAC9E7.

Background Color

.myBgColor { background-color: #BAC9E7; }

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

This div background color is #BAC9E7.

Border color

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

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

This div border color is #BAC9E7.

Opacity

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

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

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

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

This text has shadow with #BAC9E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAC9E7.

Preview

Color preview on black background

This text has color #BAC9E7 on black background.


Color preview on white background

This text has color #BAC9E7 on white background.


Black color preview on #BAC9E7 background

This text has black color on #BAC9E7 background.


White color preview on #BAC9E7 background

This text has white color on #BAC9E7 background.


Related colors

Complementary color

Complementary color for #hex is #453618.


I love getcolorcode.com

Triadic colors

1 #E7BAC9 and #C9E7BA with #BAC9E7 are triadic colors.

2 #E7C9BA and #C9BAE7 with #BAC9E7 are triadic colors.