COLOR #B0CCB0

HEX: #B0CCB0
RGB: (176,204,176)

Color info

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

RGB color model

#B0CCB0 color RGB value is (176,204,176).

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

RGB channels and saturation

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

176
204
176

R + G + B ~ 73%. #B0CCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 204 + 176 = 556 (100%)
R 176 of 556 ~ 31.65%
G 204 of 556 ~ 36.69%
B 176 of 556 ~ 31.65%

%31.65
%36.69
%31.65

CMYK color model

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

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

CMYK percentages

%13.73
%0
%13.73
%20

Codes

Color #B0CCB0 in popluar color models

B0CCB0
RGB176204176
HSL120°21.54%74.51%
HSB/HSV120°13.73%80.00%
CMYK13.73%0.00%13.73%
20.00%

Color #B0CCB0 in popluar number systems.

HEXB0CCB0
Decimal176204176
Binary101100001100110010110000
Octal260314260

Shades and tints

Shades of #B0CCB0

#B0CCB0
(176,204,176)
#A0BAA0
(160,186,160)
#90A890
(144,168,144)
#809680
(128,150,128)
#708470
(112,132,112)
#607260
(96,114,96)
#506050
(80,96,80)
#404E40
(64,78,64)
#303C30
(48,60,48)
#202A20
(32,42,32)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #B0CCB0

#B0CCB0
(176,204,176)
#B7D0B7
(183,208,183)
#BED4BE
(190,212,190)
#C5D8C5
(197,216,197)
#CCDCCC
(204,220,204)
#D3E0D3
(211,224,211)
#DAE4DA
(218,228,218)
#E1E8E1
(225,232,225)
#E8ECE8
(232,236,232)
#EFF0EF
(239,240,239)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CCB0; }

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

This text font color is #B0CCB0.


Background Color

.myBgColor { background-color: #B0CCB0; }

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

This div background color is #B0CCB0.


Border color

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

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

This div border color is #B0CCB0.


Opacity

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

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

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

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

This text has shadow with #B0CCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CCB0 on black background.


Color preview on white background

This text has color #B0CCB0 on white background.



Black color preview on #B0CCB0 background

This text has black color on #B0CCB0 background.


White color preview on #B0CCB0 background

This text has white color on #B0CCB0 background.