COLOR #B0CC9F

HEX: #B0CC9F RGB: (176,204,159)

Color info

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

RGB color model

#B0CC9F color RGB value is (176,204,159).

RGB: (176,204,159) (69%, 80%, 62%)

RGB channels and saturation

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

176
204
159

R + G + B ~ 70%. #B0CC9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 204 + 159 = 539 (100%)
R 176 of 539 ~ 32.65%
G 204 of 539 ~ 37.85%
B 159 of 539 ~ 29.5'%

%32.65
%37.85
%29.5

CMYK color model

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

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 20.00%

CMYK: (14,0,22,20)
C14M0Y22K20 (14%, 0%, 22%, 20%)
(0.14 / 0.00 / 0.22 / 0.20)

CMYK percentages

%13.73
%0
%22.06
%20

Codes

Color #B0CC9F in popluar color models

B0 CC 9F
RGB 176 204 159
HSL 97° 30.61% 71.18%
HSB/HSV 97° 22.06% 80.00%
CMYK 13.73% 0.00% 22.06%
20.00%

Color #B0CC9F in popluar number systems.

HEX B0 CC 9F
Decimal 176 204 159
Binary 10110000 11001100 10011111
Octal 260 314 237

Shades and tints

Shades of #B0CC9F

#B0CC9F
(176,204,159)
#A0BA91
(160,186,145)
#90A883
(144,168,131)
#809675
(128,150,117)
#708467
(112,132,103)
#607259
(96,114,89)
#50604B
(80,96,75)
#404E3D
(64,78,61)
#303C2F
(48,60,47)
#202A21
(32,42,33)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #B0CC9F

#B0CC9F
(176,204,159)
#B7D0A7
(183,208,167)
#BED4AF
(190,212,175)
#C5D8B7
(197,216,183)
#CCDCBF
(204,220,191)
#D3E0C7
(211,224,199)
#DAE4CF
(218,228,207)
#E1E8D7
(225,232,215)
#E8ECDF
(232,236,223)
#EFF0E7
(239,240,231)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CC9F; }

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

This text font color is #B0CC9F.

Background Color

.myBgColor { background-color: #B0CC9F; }

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

This div background color is #B0CC9F.

Border color

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

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

This div border color is #B0CC9F.

Opacity

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

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

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

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

This text has shadow with #B0CC9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CC9F.

Preview

Color preview on black background

This text has color #B0CC9F on black background.


Color preview on white background

This text has color #B0CC9F on white background.


Black color preview on #B0CC9F background

This text has black color on #B0CC9F background.


White color preview on #B0CC9F background

This text has white color on #B0CC9F background.


Related colors

Complementary color

Complementary color for #hex is #4F3360.


I love getcolorcode.com

Triadic colors

1 #9FB0CC and #CC9FB0 with #B0CC9F are triadic colors.

2 #9FCCB0 and #CCB09F with #B0CC9F are triadic colors.