COLOR #B0929F

HEX: #B0929F
RGB: (176,146,159)

Color info

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

RGB color model

#B0929F color RGB value is (176,146,159).

  • red value is 176;
  • green value is 146;
  • blue value is 159.
RGB:
(176,146,159)
(69%,57%,62%)

RGB channels and saturation

R 176 of 255 = 69%
G 146 of 255 = 57%
B 159 of 255 = 62%

176
146
159

R + G + B ~ 63%. #B0929F is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 146 + 159 = 481 (100%)
R 176 of 481 ~ 36.59%
G 146 of 481 ~ 30.35%
B 159 of 481 ~ 33.06%

%36.59
%30.35
%33.06

CMYK color model

#B0929F color CMYK value is (0,17,10,31).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK:
(0,17,10,31)
C0M17Y10K31 
(0%,17%,10%,31%)
(0.00/0.17/0.10/0.31)	

CMYK percentages

%0
%17.05
%9.66
%30.98

Codes

Color #B0929F in popluar color models

B0929F
RGB176146159
HSL334°15.96%63.14%
HSB/HSV334°17.05%69.02%
CMYK0.00%17.05%9.66%
30.98%

Color #B0929F in popluar number systems.

HEXB0929F
Decimal176146159
Binary101100001001001010011111
Octal260222237

Shades and tints

Shades of #B0929F

#B0929F
(176,146,159)
#A08591
(160,133,145)
#907883
(144,120,131)
#806B75
(128,107,117)
#705E67
(112,94,103)
#605159
(96,81,89)
#50444B
(80,68,75)
#40373D
(64,55,61)
#302A2F
(48,42,47)
#201D21
(32,29,33)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #B0929F

#B0929F
(176,146,159)
#B79BA7
(183,155,167)
#BEA4AF
(190,164,175)
#C5ADB7
(197,173,183)
#CCB6BF
(204,182,191)
#D3BFC7
(211,191,199)
#DAC8CF
(218,200,207)
#E1D1D7
(225,209,215)
#E8DADF
(232,218,223)
#EFE3E7
(239,227,231)
#F6ECEF
(246,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0929F; }

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

This text font color is #B0929F.


Background Color

.myBgColor { background-color: #B0929F; }

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

This div background color is #B0929F.


Border color

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

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

This div border color is #B0929F.


Opacity

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

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

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

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

This text has shadow with #B0929F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0929F on black background.


Color preview on white background

This text has color #B0929F on white background.



Black color preview on #B0929F background

This text has black color on #B0929F background.


White color preview on #B0929F background

This text has white color on #B0929F background.