COLOR #B0C9AB

HEX: #B0C9AB
RGB: (176,201,171)

Color info

#B0C9AB contains red, green and blue colors in about the same proportion. Web safe color of #B0C9AB is #99CC99 (or #9C9).

RGB color model

#B0C9AB color RGB value is (176,201,171).

  • red value is 176;
  • green value is 201;
  • blue value is 171.
RGB:
(176,201,171)
(69%,79%,67%)

RGB channels and saturation

R 176 of 255 = 69%
G 201 of 255 = 79%
B 171 of 255 = 67%

176
201
171

R + G + B ~ 72%. #B0C9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 201 + 171 = 548 (100%)
R 176 of 548 ~ 32.12%
G 201 of 548 ~ 36.68%
B 171 of 548 ~ 31.2%

%32.12
%36.68
%31.2

CMYK color model

#B0C9AB color CMYK value is (12,0,15,21).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 21.18%
CMYK:
(12,0,15,21)
C12M0Y15K21 
(12%,0%,15%,21%)
(0.12/0.00/0.15/0.21)	

CMYK percentages

%12.44
%0
%14.93
%21.18

Codes

Color #B0C9AB in popluar color models

B0C9AB
RGB176201171
HSL110°21.74%72.94%
HSB/HSV110°14.93%78.82%
CMYK12.44%0.00%14.93%
21.18%

Color #B0C9AB in popluar number systems.

HEXB0C9AB
Decimal176201171
Binary101100001100100110101011
Octal260311253

Shades and tints

Shades of #B0C9AB

#B0C9AB
(176,201,171)
#A0B79C
(160,183,156)
#90A58D
(144,165,141)
#80937E
(128,147,126)
#70816F
(112,129,111)
#606F60
(96,111,96)
#505D51
(80,93,81)
#404B42
(64,75,66)
#303933
(48,57,51)
#202724
(32,39,36)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #B0C9AB

#B0C9AB
(176,201,171)
#B7CDB2
(183,205,178)
#BED1B9
(190,209,185)
#C5D5C0
(197,213,192)
#CCD9C7
(204,217,199)
#D3DDCE
(211,221,206)
#DAE1D5
(218,225,213)
#E1E5DC
(225,229,220)
#E8E9E3
(232,233,227)
#EFEDEA
(239,237,234)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C9AB color. Also use rgb(176,201,171) instead hex code.

Text Font Color

.myTextColor { color: #B0C9AB; }

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

This text font color is #B0C9AB.


Background Color

.myBgColor { background-color: #B0C9AB; }

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

This div background color is #B0C9AB.


Border color

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

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

This div border color is #B0C9AB.


Opacity

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

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

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

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

This text has shadow with #B0C9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C9AB on black background.


Color preview on white background

This text has color #B0C9AB on white background.



Black color preview on #B0C9AB background

This text has black color on #B0C9AB background.


White color preview on #B0C9AB background

This text has white color on #B0C9AB background.