COLOR #BAC9DD

HEX: #BAC9DD
RGB: (186,201,221)

Color info

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

RGB color model

#BAC9DD color RGB value is (186,201,221).

  • red value is 186;
  • green value is 201;
  • blue value is 221.
RGB:
(186,201,221)
(73%,79%,87%)

RGB channels and saturation

R 186 of 255 = 73%
G 201 of 255 = 79%
B 221 of 255 = 87%

186
201
221

R + G + B ~ 80%. #BAC9DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 201 + 221 = 608 (100%)
R 186 of 608 ~ 30.59%
G 201 of 608 ~ 33.06%
B 221 of 608 ~ 36.35%

%30.59
%33.06
%36.35

CMYK color model

#BAC9DD color CMYK value is (16,9,0,13).

  • cyan value is 15.84%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(16,9,0,13)
C16M9Y0K13 
(16%,9%,0%,13%)
(0.16/0.09/0.00/0.13)	

CMYK percentages

%15.84
%9.05
%0
%13.33

Codes

Color #BAC9DD in popluar color models

BAC9DD
RGB186201221
HSL214°33.98%79.80%
HSB/HSV214°15.84%86.67%
CMYK15.84%9.05%0.00%
13.33%

Color #BAC9DD in popluar number systems.

HEXBAC9DD
Decimal186201221
Binary101110101100100111011101
Octal272311335

Shades and tints

Shades of #BAC9DD

#BAC9DD
(186,201,221)
#AAB7C9
(170,183,201)
#9AA5B5
(154,165,181)
#8A93A1
(138,147,161)
#7A818D
(122,129,141)
#6A6F79
(106,111,121)
#5A5D65
(90,93,101)
#4A4B51
(74,75,81)
#3A393D
(58,57,61)
#2A2729
(42,39,41)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #BAC9DD

#BAC9DD
(186,201,221)
#C0CDE0
(192,205,224)
#C6D1E3
(198,209,227)
#CCD5E6
(204,213,230)
#D2D9E9
(210,217,233)
#D8DDEC
(216,221,236)
#DEE1EF
(222,225,239)
#E4E5F2
(228,229,242)
#EAE9F5
(234,233,245)
#F0EDF8
(240,237,248)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAC9DD; }

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

This text font color is #BAC9DD.


Background Color

.myBgColor { background-color: #BAC9DD; }

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

This div background color is #BAC9DD.


Border color

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

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

This div border color is #BAC9DD.


Opacity

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

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

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

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

This text has shadow with #BAC9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAC9DD on black background.


Color preview on white background

This text has color #BAC9DD on white background.



Black color preview on #BAC9DD background

This text has black color on #BAC9DD background.


White color preview on #BAC9DD background

This text has white color on #BAC9DD background.