COLOR #BAC6D3

HEX: #BAC6D3 RGB: (186,198,211)

Color info

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

RGB color model

#BAC6D3 color RGB value is (186,198,211).

RGB: (186,198,211) (73%, 78%, 83%)

RGB channels and saturation

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

186
198
211

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

Portions of RGB colors in percentages

R + G + B = 186 + 198 + 211 = 595 (100%)
R 186 of 595 ~ 31.26%
G 198 of 595 ~ 33.28%
B 211 of 595 ~ 35.46'%

%31.26
%33.28
%35.46

CMYK color model

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

  • cyan value is 11.85%
  • magenta value is 6.16%
  • 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
%6.16
%0
%17.25

Codes

Color #BAC6D3 in popluar color models

BA C6 D3
RGB 186 198 211
HSL 211° 22.12% 77.84%
HSB/HSV 211° 11.85% 82.75%
CMYK 11.85% 6.16% 0.00%
17.25%

Color #BAC6D3 in popluar number systems.

HEX BA C6 D3
Decimal 186 198 211
Binary 10111010 11000110 11010011
Octal 272 306 323

Shades and tints

Shades of #BAC6D3

#BAC6D3
(186,198,211)
#AAB4C0
(170,180,192)
#9AA2AD
(154,162,173)
#8A909A
(138,144,154)
#7A7E87
(122,126,135)
#6A6C74
(106,108,116)
#5A5A61
(90,90,97)
#4A484E
(74,72,78)
#3A363B
(58,54,59)
#2A2428
(42,36,40)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #BAC6D3

#BAC6D3
(186,198,211)
#C0CBD7
(192,203,215)
#C6D0DB
(198,208,219)
#CCD5DF
(204,213,223)
#D2DAE3
(210,218,227)
#D8DFE7
(216,223,231)
#DEE4EB
(222,228,235)
#E4E9EF
(228,233,239)
#EAEEF3
(234,238,243)
#F0F3F7
(240,243,247)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAC6D3; }

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

This text font color is #BAC6D3.

Background Color

.myBgColor { background-color: #BAC6D3; }

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

This div background color is #BAC6D3.

Border color

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

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

This div border color is #BAC6D3.

Opacity

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

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

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

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

This text has shadow with #BAC6D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAC6D3.

Preview

Color preview on black background

This text has color #BAC6D3 on black background.


Color preview on white background

This text has color #BAC6D3 on white background.


Black color preview on #BAC6D3 background

This text has black color on #BAC6D3 background.


White color preview on #BAC6D3 background

This text has white color on #BAC6D3 background.


Related colors

Complementary color

Complementary color for #hex is #45392C.


I love getcolorcode.com

Triadic colors

1 #D3BAC6 and #C6D3BA with #BAC6D3 are triadic colors.

2 #D3C6BA and #C6BAD3 with #BAC6D3 are triadic colors.