COLOR #B0CCAF

HEX: #B0CCAF RGB: (176,204,175)

Color info

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

RGB color model

#B0CCAF color RGB value is (176,204,175).

RGB: (176,204,175) (69%, 80%, 69%)

RGB channels and saturation

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

176
204
175

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

Portions of RGB colors in percentages

R + G + B = 176 + 204 + 175 = 555 (100%)
R 176 of 555 ~ 31.71%
G 204 of 555 ~ 36.76%
B 175 of 555 ~ 31.53'%

%31.71
%36.76
%31.53

CMYK color model

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

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • 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
%14.22
%20

Codes

Color #B0CCAF in popluar color models

B0 CC AF
RGB 176 204 175
HSL 118° 22.14% 74.31%
HSB/HSV 118° 14.22% 80.00%
CMYK 13.73% 0.00% 14.22%
20.00%

Color #B0CCAF in popluar number systems.

HEX B0 CC AF
Decimal 176 204 175
Binary 10110000 11001100 10101111
Octal 260 314 257

Shades and tints

Shades of #B0CCAF

#B0CCAF
(176,204,175)
#A0BAA0
(160,186,160)
#90A891
(144,168,145)
#809682
(128,150,130)
#708473
(112,132,115)
#607264
(96,114,100)
#506055
(80,96,85)
#404E46
(64,78,70)
#303C37
(48,60,55)
#202A28
(32,42,40)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #B0CCAF

#B0CCAF
(176,204,175)
#B7D0B6
(183,208,182)
#BED4BD
(190,212,189)
#C5D8C4
(197,216,196)
#CCDCCB
(204,220,203)
#D3E0D2
(211,224,210)
#DAE4D9
(218,228,217)
#E1E8E0
(225,232,224)
#E8ECE7
(232,236,231)
#EFF0EE
(239,240,238)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CCAF; }

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

This text font color is #B0CCAF.

Background Color

.myBgColor { background-color: #B0CCAF; }

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

This div background color is #B0CCAF.

Border color

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

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

This div border color is #B0CCAF.

Opacity

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

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

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

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

This text has shadow with #B0CCAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CCAF.

Preview

Color preview on black background

This text has color #B0CCAF on black background.


Color preview on white background

This text has color #B0CCAF on white background.


Black color preview on #B0CCAF background

This text has black color on #B0CCAF background.


White color preview on #B0CCAF background

This text has white color on #B0CCAF background.


Related colors

Complementary color

Complementary color for #hex is #4F3350.


I love getcolorcode.com

Triadic colors

1 #AFB0CC and #CCAFB0 with #B0CCAF are triadic colors.

2 #AFCCB0 and #CCB0AF with #B0CCAF are triadic colors.