COLOR #B0929D

HEX: #B0929D
RGB: (176,146,157)

Color info

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

RGB color model

#B0929D color RGB value is (176,146,157).

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

RGB channels and saturation

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

176
146
157

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

Portions of RGB colors in percentages

R + G + B =
176 + 146 + 157 = 479 (100%)
R 176 of 479 ~ 36.74%
G 146 of 479 ~ 30.48%
B 157 of 479 ~ 32.78%

%36.74
%30.48
%32.78

CMYK color model

#B0929D color CMYK value is (0,17,11,31).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 10.80%
  • key color value is 30.98%
CMYK:
(0,17,11,31)
C0M17Y11K31 
(0%,17%,11%,31%)
(0.00/0.17/0.11/0.31)	

CMYK percentages

%0
%17.05
%10.8
%30.98

Codes

Color #B0929D in popluar color models

B0929D
RGB176146157
HSL338°15.96%63.14%
HSB/HSV338°17.05%69.02%
CMYK0.00%17.05%10.80%
30.98%

Color #B0929D in popluar number systems.

HEXB0929D
Decimal176146157
Binary101100001001001010011101
Octal260222235

Shades and tints

Shades of #B0929D

#B0929D
(176,146,157)
#A0858F
(160,133,143)
#907881
(144,120,129)
#806B73
(128,107,115)
#705E65
(112,94,101)
#605157
(96,81,87)
#504449
(80,68,73)
#40373B
(64,55,59)
#302A2D
(48,42,45)
#201D1F
(32,29,31)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #B0929D

#B0929D
(176,146,157)
#B79BA5
(183,155,165)
#BEA4AD
(190,164,173)
#C5ADB5
(197,173,181)
#CCB6BD
(204,182,189)
#D3BFC5
(211,191,197)
#DAC8CD
(218,200,205)
#E1D1D5
(225,209,213)
#E8DADD
(232,218,221)
#EFE3E5
(239,227,229)
#F6ECED
(246,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0929D; }

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

This text font color is #B0929D.


Background Color

.myBgColor { background-color: #B0929D; }

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

This div background color is #B0929D.


Border color

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

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

This div border color is #B0929D.


Opacity

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

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

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

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

This text has shadow with #B0929D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0929D on black background.


Color preview on white background

This text has color #B0929D on white background.



Black color preview on #B0929D background

This text has black color on #B0929D background.


White color preview on #B0929D background

This text has white color on #B0929D background.