COLOR #B0909D

HEX: #B0909D
RGB: (176,144,157)

Color info

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

RGB color model

#B0909D color RGB value is (176,144,157).

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

RGB channels and saturation

R 176 of 255 = 69%
G 144 of 255 = 56%
B 157 of 255 = 62%

176
144
157

R + G + B ~ 62%. #B0909D is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 144 + 157 = 477 (100%)
R 176 of 477 ~ 36.9%
G 144 of 477 ~ 30.19%
B 157 of 477 ~ 32.91%

%36.9
%30.19
%32.91

CMYK color model

#B0909D color CMYK value is (0,18,11,31).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 10.80%
  • key color value is 30.98%
CMYK:
(0,18,11,31)
C0M18Y11K31 
(0%,18%,11%,31%)
(0.00/0.18/0.11/0.31)	

CMYK percentages

%0
%18.18
%10.8
%30.98

Codes

Color #B0909D in popluar color models

B0909D
RGB176144157
HSL336°16.84%62.75%
HSB/HSV336°18.18%69.02%
CMYK0.00%18.18%10.80%
30.98%

Color #B0909D in popluar number systems.

HEXB0909D
Decimal176144157
Binary101100001001000010011101
Octal260220235

Shades and tints

Shades of #B0909D

#B0909D
(176,144,157)
#A0838F
(160,131,143)
#907681
(144,118,129)
#806973
(128,105,115)
#705C65
(112,92,101)
#604F57
(96,79,87)
#504249
(80,66,73)
#40353B
(64,53,59)
#30282D
(48,40,45)
#201B1F
(32,27,31)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #B0909D

#B0909D
(176,144,157)
#B79AA5
(183,154,165)
#BEA4AD
(190,164,173)
#C5AEB5
(197,174,181)
#CCB8BD
(204,184,189)
#D3C2C5
(211,194,197)
#DACCCD
(218,204,205)
#E1D6D5
(225,214,213)
#E8E0DD
(232,224,221)
#EFEAE5
(239,234,229)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0909D; }

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

This text font color is #B0909D.


Background Color

.myBgColor { background-color: #B0909D; }

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

This div background color is #B0909D.


Border color

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

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

This div border color is #B0909D.


Opacity

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

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

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

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

This text has shadow with #B0909D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0909D on black background.


Color preview on white background

This text has color #B0909D on white background.



Black color preview on #B0909D background

This text has black color on #B0909D background.


White color preview on #B0909D background

This text has white color on #B0909D background.