COLOR #B0CCAB

HEX: #B0CCAB
RGB: (176,204,171)

Color info

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

RGB color model

#B0CCAB color RGB value is (176,204,171).

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

RGB channels and saturation

R 176 of 255 = 69%
G 204 of 255 = 80%
B 171 of 255 = 67%

176
204
171

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

Portions of RGB colors in percentages

R + G + B =
176 + 204 + 171 = 551 (100%)
R 176 of 551 ~ 31.94%
G 204 of 551 ~ 37.02%
B 171 of 551 ~ 31.03%

%31.94
%37.02
%31.03

CMYK color model

#B0CCAB color CMYK value is (14,0,16,20).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 20.00%
CMYK:
(14,0,16,20)
C14M0Y16K20 
(14%,0%,16%,20%)
(0.14/0.00/0.16/0.20)	

CMYK percentages

%13.73
%0
%16.18
%20

Codes

Color #B0CCAB in popluar color models

B0CCAB
RGB176204171
HSL111°24.44%73.53%
HSB/HSV111°16.18%80.00%
CMYK13.73%0.00%16.18%
20.00%

Color #B0CCAB in popluar number systems.

HEXB0CCAB
Decimal176204171
Binary101100001100110010101011
Octal260314253

Shades and tints

Shades of #B0CCAB

#B0CCAB
(176,204,171)
#A0BA9C
(160,186,156)
#90A88D
(144,168,141)
#80967E
(128,150,126)
#70846F
(112,132,111)
#607260
(96,114,96)
#506051
(80,96,81)
#404E42
(64,78,66)
#303C33
(48,60,51)
#202A24
(32,42,36)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #B0CCAB

#B0CCAB
(176,204,171)
#B7D0B2
(183,208,178)
#BED4B9
(190,212,185)
#C5D8C0
(197,216,192)
#CCDCC7
(204,220,199)
#D3E0CE
(211,224,206)
#DAE4D5
(218,228,213)
#E1E8DC
(225,232,220)
#E8ECE3
(232,236,227)
#EFF0EA
(239,240,234)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CCAB; }

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

This text font color is #B0CCAB.


Background Color

.myBgColor { background-color: #B0CCAB; }

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

This div background color is #B0CCAB.


Border color

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

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

This div border color is #B0CCAB.


Opacity

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

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

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

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

This text has shadow with #B0CCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CCAB on black background.


Color preview on white background

This text has color #B0CCAB on white background.



Black color preview on #B0CCAB background

This text has black color on #B0CCAB background.


White color preview on #B0CCAB background

This text has white color on #B0CCAB background.