COLOR #BAC5D1

HEX: #BAC5D1
RGB: (186,197,209)

Color info

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

RGB color model

#BAC5D1 color RGB value is (186,197,209).

  • red value is 186;
  • green value is 197;
  • blue value is 209.
RGB:
(186,197,209)
(73%,77%,82%)

RGB channels and saturation

R 186 of 255 = 73%
G 197 of 255 = 77%
B 209 of 255 = 82%

186
197
209

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

Portions of RGB colors in percentages

R + G + B =
186 + 197 + 209 = 592 (100%)
R 186 of 592 ~ 31.42%
G 197 of 592 ~ 33.28%
B 209 of 592 ~ 35.3%

%31.42
%33.28
%35.3

CMYK color model

#BAC5D1 color CMYK value is (11,6,0,18).

  • cyan value is 11.00%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(11,6,0,18)
C11M6Y0K18 
(11%,6%,0%,18%)
(0.11/0.06/0.00/0.18)	

CMYK percentages

%11
%5.74
%0
%18.04

Codes

Color #BAC5D1 in popluar color models

BAC5D1
RGB186197209
HSL211°20.00%77.45%
HSB/HSV211°11.00%81.96%
CMYK11.00%5.74%0.00%
18.04%

Color #BAC5D1 in popluar number systems.

HEXBAC5D1
Decimal186197209
Binary101110101100010111010001
Octal272305321

Shades and tints

Shades of #BAC5D1

#BAC5D1
(186,197,209)
#AAB4BE
(170,180,190)
#9AA3AB
(154,163,171)
#8A9298
(138,146,152)
#7A8185
(122,129,133)
#6A7072
(106,112,114)
#5A5F5F
(90,95,95)
#4A4E4C
(74,78,76)
#3A3D39
(58,61,57)
#2A2C26
(42,44,38)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #BAC5D1

#BAC5D1
(186,197,209)
#C0CAD5
(192,202,213)
#C6CFD9
(198,207,217)
#CCD4DD
(204,212,221)
#D2D9E1
(210,217,225)
#D8DEE5
(216,222,229)
#DEE3E9
(222,227,233)
#E4E8ED
(228,232,237)
#EAEDF1
(234,237,241)
#F0F2F5
(240,242,245)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAC5D1 color. Also use rgb(186,197,209) instead hex code.

Text Font Color

.myTextColor { color: #BAC5D1; }

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

This text font color is #BAC5D1.


Background Color

.myBgColor { background-color: #BAC5D1; }

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

This div background color is #BAC5D1.


Border color

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

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

This div border color is #BAC5D1.


Opacity

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

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

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

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

This text has shadow with #BAC5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAC5D1 on black background.


Color preview on white background

This text has color #BAC5D1 on white background.



Black color preview on #BAC5D1 background

This text has black color on #BAC5D1 background.


White color preview on #BAC5D1 background

This text has white color on #BAC5D1 background.