COLOR #BAC8DB

HEX: #BAC8DB
RGB: (186,200,219)

Color info

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

RGB color model

#BAC8DB color RGB value is (186,200,219).

  • red value is 186;
  • green value is 200;
  • blue value is 219.
RGB:
(186,200,219)
(73%,78%,86%)

RGB channels and saturation

R 186 of 255 = 73%
G 200 of 255 = 78%
B 219 of 255 = 86%

186
200
219

R + G + B ~ 79%. #BAC8DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 200 + 219 = 605 (100%)
R 186 of 605 ~ 30.74%
G 200 of 605 ~ 33.06%
B 219 of 605 ~ 36.2%

%30.74
%33.06
%36.2

CMYK color model

#BAC8DB color CMYK value is (15,9,0,14).

  • cyan value is 15.07%
  • magenta value is 8.68%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(15,9,0,14)
C15M9Y0K14 
(15%,9%,0%,14%)
(0.15/0.09/0.00/0.14)	

CMYK percentages

%15.07
%8.68
%0
%14.12

Codes

Color #BAC8DB in popluar color models

BAC8DB
RGB186200219
HSL215°31.43%79.41%
HSB/HSV215°15.07%85.88%
CMYK15.07%8.68%0.00%
14.12%

Color #BAC8DB in popluar number systems.

HEXBAC8DB
Decimal186200219
Binary101110101100100011011011
Octal272310333

Shades and tints

Shades of #BAC8DB

#BAC8DB
(186,200,219)
#AAB6C8
(170,182,200)
#9AA4B5
(154,164,181)
#8A92A2
(138,146,162)
#7A808F
(122,128,143)
#6A6E7C
(106,110,124)
#5A5C69
(90,92,105)
#4A4A56
(74,74,86)
#3A3843
(58,56,67)
#2A2630
(42,38,48)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #BAC8DB

#BAC8DB
(186,200,219)
#C0CDDE
(192,205,222)
#C6D2E1
(198,210,225)
#CCD7E4
(204,215,228)
#D2DCE7
(210,220,231)
#D8E1EA
(216,225,234)
#DEE6ED
(222,230,237)
#E4EBF0
(228,235,240)
#EAF0F3
(234,240,243)
#F0F5F6
(240,245,246)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAC8DB color. Also use rgb(186,200,219) instead hex code.

Text Font Color

.myTextColor { color: #BAC8DB; }

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

This text font color is #BAC8DB.


Background Color

.myBgColor { background-color: #BAC8DB; }

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

This div background color is #BAC8DB.


Border color

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

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

This div border color is #BAC8DB.


Opacity

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

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

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

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

This text has shadow with #BAC8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAC8DB on black background.


Color preview on white background

This text has color #BAC8DB on white background.



Black color preview on #BAC8DB background

This text has black color on #BAC8DB background.


White color preview on #BAC8DB background

This text has white color on #BAC8DB background.