COLOR #B0899C

HEX: #B0899C
RGB: (176,137,156)

Color info

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

RGB color model

#B0899C color RGB value is (176,137,156).

  • red value is 176;
  • green value is 137;
  • blue value is 156.
RGB:
(176,137,156)
(69%,54%,61%)

RGB channels and saturation

R 176 of 255 = 69%
G 137 of 255 = 54%
B 156 of 255 = 61%

176
137
156

R + G + B ~ 61%. #B0899C is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 137 + 156 = 469 (100%)
R 176 of 469 ~ 37.53%
G 137 of 469 ~ 29.21%
B 156 of 469 ~ 33.26%

%37.53
%29.21
%33.26

CMYK color model

#B0899C color CMYK value is (0,22,11,31).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 11.36%
  • key color value is 30.98%
CMYK:
(0,22,11,31)
C0M22Y11K31 
(0%,22%,11%,31%)
(0.00/0.22/0.11/0.31)	

CMYK percentages

%0
%22.16
%11.36
%30.98

Codes

Color #B0899C in popluar color models

B0899C
RGB176137156
HSL331°19.80%61.37%
HSB/HSV331°22.16%69.02%
CMYK0.00%22.16%11.36%
30.98%

Color #B0899C in popluar number systems.

HEXB0899C
Decimal176137156
Binary101100001000100110011100
Octal260211234

Shades and tints

Shades of #B0899C

#B0899C
(176,137,156)
#A07D8E
(160,125,142)
#907180
(144,113,128)
#806572
(128,101,114)
#705964
(112,89,100)
#604D56
(96,77,86)
#504148
(80,65,72)
#40353A
(64,53,58)
#30292C
(48,41,44)
#201D1E
(32,29,30)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #B0899C

#B0899C
(176,137,156)
#B793A5
(183,147,165)
#BE9DAE
(190,157,174)
#C5A7B7
(197,167,183)
#CCB1C0
(204,177,192)
#D3BBC9
(211,187,201)
#DAC5D2
(218,197,210)
#E1CFDB
(225,207,219)
#E8D9E4
(232,217,228)
#EFE3ED
(239,227,237)
#F6EDF6
(246,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0899C color. Also use rgb(176,137,156) instead hex code.

Text Font Color

.myTextColor { color: #B0899C; }

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

This text font color is #B0899C.


Background Color

.myBgColor { background-color: #B0899C; }

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

This div background color is #B0899C.


Border color

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

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

This div border color is #B0899C.


Opacity

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

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

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

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

This text has shadow with #B0899C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0899C on black background.


Color preview on white background

This text has color #B0899C on white background.



Black color preview on #B0899C background

This text has black color on #B0899C background.


White color preview on #B0899C background

This text has white color on #B0899C background.