COLOR #B0BD9F

HEX: #B0BD9F RGB: (176,189,159)

Color info

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

RGB color model

#B0BD9F color RGB value is (176,189,159).

RGB: (176,189,159) (69%, 74%, 62%)

RGB channels and saturation

R 176 of 255 = 69%
G 189 of 255 = 74%
B 159 of 255 = 62%

176
189
159

R + G + B ~ 68%. #B0BD9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 189 + 159 = 524 (100%)
R 176 of 524 ~ 33.59%
G 189 of 524 ~ 36.07%
B 159 of 524 ~ 30.34'%

%33.59
%36.07
%30.34

CMYK color model

#B0BD9F color CMYK value is (7,0,16,26).

  • cyan value is 6.88%
  • magenta value is 0.00%
  • yellow value is 15.87%
  • key color value is 25.88%

CMYK: (7,0,16,26)
C7M0Y16K26 (7%, 0%, 16%, 26%)
(0.07 / 0.00 / 0.16 / 0.26)

CMYK percentages

%6.88
%0
%15.87
%25.88

Codes

Color #B0BD9F in popluar color models

B0 BD 9F
RGB 176 189 159
HSL 86° 18.52% 68.24%
HSB/HSV 86° 15.87% 74.12%
CMYK 6.88% 0.00% 15.87%
25.88%

Color #B0BD9F in popluar number systems.

HEX B0 BD 9F
Decimal 176 189 159
Binary 10110000 10111101 10011111
Octal 260 275 237

Shades and tints

Shades of #B0BD9F

#B0BD9F
(176,189,159)
#A0AC91
(160,172,145)
#909B83
(144,155,131)
#808A75
(128,138,117)
#707967
(112,121,103)
#606859
(96,104,89)
#50574B
(80,87,75)
#40463D
(64,70,61)
#30352F
(48,53,47)
#202421
(32,36,33)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #B0BD9F

#B0BD9F
(176,189,159)
#B7C3A7
(183,195,167)
#BEC9AF
(190,201,175)
#C5CFB7
(197,207,183)
#CCD5BF
(204,213,191)
#D3DBC7
(211,219,199)
#DAE1CF
(218,225,207)
#E1E7D7
(225,231,215)
#E8EDDF
(232,237,223)
#EFF3E7
(239,243,231)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BD9F; }

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

This text font color is #B0BD9F.

Background Color

.myBgColor { background-color: #B0BD9F; }

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

This div background color is #B0BD9F.

Border color

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

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

This div border color is #B0BD9F.

Opacity

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

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

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

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

This text has shadow with #B0BD9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BD9F.

Preview

Color preview on black background

This text has color #B0BD9F on black background.


Color preview on white background

This text has color #B0BD9F on white background.


Black color preview on #B0BD9F background

This text has black color on #B0BD9F background.


White color preview on #B0BD9F background

This text has white color on #B0BD9F background.


Related colors

Complementary color

Complementary color for #hex is #4F4260.


I love getcolorcode.com

Triadic colors

1 #9FB0BD and #BD9FB0 with #B0BD9F are triadic colors.

2 #9FBDB0 and #BDB09F with #B0BD9F are triadic colors.