COLOR #BAC5C9

HEX: #BAC5C9
RGB: (186,197,201)

Color info

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

RGB color model

#BAC5C9 color RGB value is (186,197,201).

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

RGB channels and saturation

R 186 of 255 = 73%
G 197 of 255 = 77%
B 201 of 255 = 79%

186
197
201

R + G + B ~ 76%. #BAC5C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 197 + 201 = 584 (100%)
R 186 of 584 ~ 31.85%
G 197 of 584 ~ 33.73%
B 201 of 584 ~ 34.42%

%31.85
%33.73
%34.42

CMYK color model

#BAC5C9 color CMYK value is (7,2,0,21).

  • cyan value is 7.46%
  • magenta value is 1.99%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(7,2,0,21)
C7M2Y0K21 
(7%,2%,0%,21%)
(0.07/0.02/0.00/0.21)	

CMYK percentages

%7.46
%1.99
%0
%21.18

Codes

Color #BAC5C9 in popluar color models

BAC5C9
RGB186197201
HSL196°12.20%75.88%
HSB/HSV196°7.46%78.82%
CMYK7.46%1.99%0.00%
21.18%

Color #BAC5C9 in popluar number systems.

HEXBAC5C9
Decimal186197201
Binary101110101100010111001001
Octal272305311

Shades and tints

Shades of #BAC5C9

#BAC5C9
(186,197,201)
#AAB4B7
(170,180,183)
#9AA3A5
(154,163,165)
#8A9293
(138,146,147)
#7A8181
(122,129,129)
#6A706F
(106,112,111)
#5A5F5D
(90,95,93)
#4A4E4B
(74,78,75)
#3A3D39
(58,61,57)
#2A2C27
(42,44,39)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #BAC5C9

#BAC5C9
(186,197,201)
#C0CACD
(192,202,205)
#C6CFD1
(198,207,209)
#CCD4D5
(204,212,213)
#D2D9D9
(210,217,217)
#D8DEDD
(216,222,221)
#DEE3E1
(222,227,225)
#E4E8E5
(228,232,229)
#EAEDE9
(234,237,233)
#F0F2ED
(240,242,237)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAC5C9; }

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

This text font color is #BAC5C9.


Background Color

.myBgColor { background-color: #BAC5C9; }

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

This div background color is #BAC5C9.


Border color

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

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

This div border color is #BAC5C9.


Opacity

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

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

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

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

This text has shadow with #BAC5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAC5C9 on black background.


Color preview on white background

This text has color #BAC5C9 on white background.



Black color preview on #BAC5C9 background

This text has black color on #BAC5C9 background.


White color preview on #BAC5C9 background

This text has white color on #BAC5C9 background.