COLOR #B9BACC

HEX: #B9BACC
RGB: (185,186,204)

Color info

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

RGB color model

#B9BACC color RGB value is (185,186,204).

  • red value is 185;
  • green value is 186;
  • blue value is 204.
RGB:
(185,186,204)
(73%,73%,80%)

RGB channels and saturation

R 185 of 255 = 73%
G 186 of 255 = 73%
B 204 of 255 = 80%

185
186
204

R + G + B ~ 75%. #B9BACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 186 + 204 = 575 (100%)
R 185 of 575 ~ 32.17%
G 186 of 575 ~ 32.35%
B 204 of 575 ~ 35.48%

%32.17
%32.35
%35.48

CMYK color model

#B9BACC color CMYK value is (9,9,0,20).

  • cyan value is 9.31%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(9,9,0,20)
C9M9Y0K20 
(9%,9%,0%,20%)
(0.09/0.09/0.00/0.20)	

CMYK percentages

%9.31
%8.82
%0
%20

Codes

Color #B9BACC in popluar color models

B9BACC
RGB185186204
HSL237°15.70%76.27%
HSB/HSV237°9.31%80.00%
CMYK9.31%8.82%0.00%
20.00%

Color #B9BACC in popluar number systems.

HEXB9BACC
Decimal185186204
Binary101110011011101011001100
Octal271272314

Shades and tints

Shades of #B9BACC

#B9BACC
(185,186,204)
#A9AABA
(169,170,186)
#999AA8
(153,154,168)
#898A96
(137,138,150)
#797A84
(121,122,132)
#696A72
(105,106,114)
#595A60
(89,90,96)
#494A4E
(73,74,78)
#393A3C
(57,58,60)
#292A2A
(41,42,42)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #B9BACC

#B9BACC
(185,186,204)
#BFC0D0
(191,192,208)
#C5C6D4
(197,198,212)
#CBCCD8
(203,204,216)
#D1D2DC
(209,210,220)
#D7D8E0
(215,216,224)
#DDDEE4
(221,222,228)
#E3E4E8
(227,228,232)
#E9EAEC
(233,234,236)
#EFF0F0
(239,240,240)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BACC color. Also use rgb(185,186,204) instead hex code.

Text Font Color

.myTextColor { color: #B9BACC; }

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

This text font color is #B9BACC.


Background Color

.myBgColor { background-color: #B9BACC; }

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

This div background color is #B9BACC.


Border color

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

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

This div border color is #B9BACC.


Opacity

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

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

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

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

This text has shadow with #B9BACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BACC on black background.


Color preview on white background

This text has color #B9BACC on white background.



Black color preview on #B9BACC background

This text has black color on #B9BACC background.


White color preview on #B9BACC background

This text has white color on #B9BACC background.