COLOR #B9CCBA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

185
204
186

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

Portions of RGB colors in percentages

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

%32.17
%35.48
%32.35

CMYK color model

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

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

CMYK percentages

%9.31
%0
%8.82
%20

Codes

Color #B9CCBA in popluar color models

B9CCBA
RGB185204186
HSL123°15.70%76.27%
HSB/HSV123°9.31%80.00%
CMYK9.31%0.00%8.82%
20.00%

Color #B9CCBA in popluar number systems.

HEXB9CCBA
Decimal185204186
Binary101110011100110010111010
Octal271314272

Shades and tints

Shades of #B9CCBA

#B9CCBA
(185,204,186)
#A9BAAA
(169,186,170)
#99A89A
(153,168,154)
#89968A
(137,150,138)
#79847A
(121,132,122)
#69726A
(105,114,106)
#59605A
(89,96,90)
#494E4A
(73,78,74)
#393C3A
(57,60,58)
#292A2A
(41,42,42)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #B9CCBA

#B9CCBA
(185,204,186)
#BFD0C0
(191,208,192)
#C5D4C6
(197,212,198)
#CBD8CC
(203,216,204)
#D1DCD2
(209,220,210)
#D7E0D8
(215,224,216)
#DDE4DE
(221,228,222)
#E3E8E4
(227,232,228)
#E9ECEA
(233,236,234)
#EFF0F0
(239,240,240)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CCBA; }

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

This text font color is #B9CCBA.


Background Color

.myBgColor { background-color: #B9CCBA; }

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

This div background color is #B9CCBA.


Border color

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

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

This div border color is #B9CCBA.


Opacity

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

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

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

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

This text has shadow with #B9CCBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CCBA on black background.


Color preview on white background

This text has color #B9CCBA on white background.



Black color preview on #B9CCBA background

This text has black color on #B9CCBA background.


White color preview on #B9CCBA background

This text has white color on #B9CCBA background.