COLOR #BAC7D3

HEX: #BAC7D3
RGB: (186,199,211)

Color info

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

RGB color model

#BAC7D3 color RGB value is (186,199,211).

  • red value is 186;
  • green value is 199;
  • blue value is 211.
RGB:
(186,199,211)
(73%,78%,83%)

RGB channels and saturation

R 186 of 255 = 73%
G 199 of 255 = 78%
B 211 of 255 = 83%

186
199
211

R + G + B ~ 78%. #BAC7D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 199 + 211 = 596 (100%)
R 186 of 596 ~ 31.21%
G 199 of 596 ~ 33.39%
B 211 of 596 ~ 35.4%

%31.21
%33.39
%35.4

CMYK color model

#BAC7D3 color CMYK value is (12,6,0,17).

  • cyan value is 11.85%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(12,6,0,17)
C12M6Y0K17 
(12%,6%,0%,17%)
(0.12/0.06/0.00/0.17)	

CMYK percentages

%11.85
%5.69
%0
%17.25

Codes

Color #BAC7D3 in popluar color models

BAC7D3
RGB186199211
HSL209°22.12%77.84%
HSB/HSV209°11.85%82.75%
CMYK11.85%5.69%0.00%
17.25%

Color #BAC7D3 in popluar number systems.

HEXBAC7D3
Decimal186199211
Binary101110101100011111010011
Octal272307323

Shades and tints

Shades of #BAC7D3

#BAC7D3
(186,199,211)
#AAB5C0
(170,181,192)
#9AA3AD
(154,163,173)
#8A919A
(138,145,154)
#7A7F87
(122,127,135)
#6A6D74
(106,109,116)
#5A5B61
(90,91,97)
#4A494E
(74,73,78)
#3A373B
(58,55,59)
#2A2528
(42,37,40)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #BAC7D3

#BAC7D3
(186,199,211)
#C0CCD7
(192,204,215)
#C6D1DB
(198,209,219)
#CCD6DF
(204,214,223)
#D2DBE3
(210,219,227)
#D8E0E7
(216,224,231)
#DEE5EB
(222,229,235)
#E4EAEF
(228,234,239)
#EAEFF3
(234,239,243)
#F0F4F7
(240,244,247)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAC7D3 color. Also use rgb(186,199,211) instead hex code.

Text Font Color

.myTextColor { color: #BAC7D3; }

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

This text font color is #BAC7D3.


Background Color

.myBgColor { background-color: #BAC7D3; }

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

This div background color is #BAC7D3.


Border color

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

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

This div border color is #BAC7D3.


Opacity

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

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

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

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

This text has shadow with #BAC7D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAC7D3 on black background.


Color preview on white background

This text has color #BAC7D3 on white background.



Black color preview on #BAC7D3 background

This text has black color on #BAC7D3 background.


White color preview on #BAC7D3 background

This text has white color on #BAC7D3 background.