COLOR #B0999F

HEX: #B0999F RGB: (176,153,159)

Color info

#B0999F contains red, green and blue colors in about the same proportion. Web safe color of #B0999F is #999999 (or #999).

RGB color model

#B0999F color RGB value is (176,153,159).

RGB: (176,153,159) (69%, 60%, 62%)

RGB channels and saturation

R 176 of 255 = 69%
G 153 of 255 = 60%
B 159 of 255 = 62%

176
153
159

R + G + B ~ 64%. #B0999F is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 153 + 159 = 488 (100%)
R 176 of 488 ~ 36.07%
G 153 of 488 ~ 31.35%
B 159 of 488 ~ 32.58'%

%36.07
%31.35
%32.58

CMYK color model

#B0999F color CMYK value is (0,13,10,31).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 9.66%
  • key color value is 30.98%

CMYK: (0,13,10,31)
C0M13Y10K31 (0%, 13%, 10%, 31%)
(0.00 / 0.13 / 0.10 / 0.31)

CMYK percentages

%0
%13.07
%9.66
%30.98

Codes

Color #B0999F in popluar color models

B0 99 9F
RGB 176 153 159
HSL 344° 12.71% 64.51%
HSB/HSV 344° 13.07% 69.02%
CMYK 0.00% 13.07% 9.66%
30.98%

Color #B0999F in popluar number systems.

HEX B0 99 9F
Decimal 176 153 159
Binary 10110000 10011001 10011111
Octal 260 231 237

Shades and tints

Shades of #B0999F

#B0999F
(176,153,159)
#A08C91
(160,140,145)
#907F83
(144,127,131)
#807275
(128,114,117)
#706567
(112,101,103)
#605859
(96,88,89)
#504B4B
(80,75,75)
#403E3D
(64,62,61)
#30312F
(48,49,47)
#202421
(32,36,33)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #B0999F

#B0999F
(176,153,159)
#B7A2A7
(183,162,167)
#BEABAF
(190,171,175)
#C5B4B7
(197,180,183)
#CCBDBF
(204,189,191)
#D3C6C7
(211,198,199)
#DACFCF
(218,207,207)
#E1D8D7
(225,216,215)
#E8E1DF
(232,225,223)
#EFEAE7
(239,234,231)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0999F; }

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

This text font color is #B0999F.

Background Color

.myBgColor { background-color: #B0999F; }

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

This div background color is #B0999F.

Border color

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

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

This div border color is #B0999F.

Opacity

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

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

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

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

This text has shadow with #B0999F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0999F.

Preview

Color preview on black background

This text has color #B0999F on black background.


Color preview on white background

This text has color #B0999F on white background.


Black color preview on #B0999F background

This text has black color on #B0999F background.


White color preview on #B0999F background

This text has white color on #B0999F background.


Related colors

Complementary color

Complementary color for #hex is #4F6660.


I love getcolorcode.com

Triadic colors

1 #9FB099 and #999FB0 with #B0999F are triadic colors.

2 #9F99B0 and #99B09F with #B0999F are triadic colors.