COLOR #B0898F

HEX: #B0898F
RGB: (176,137,143)

Color info

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

RGB color model

#B0898F color RGB value is (176,137,143).

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

RGB channels and saturation

R 176 of 255 = 69%
G 137 of 255 = 54%
B 143 of 255 = 56%

176
137
143

R + G + B ~ 60%. #B0898F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 137 + 143 = 456 (100%)
R 176 of 456 ~ 38.6%
G 137 of 456 ~ 30.04%
B 143 of 456 ~ 31.36%

%38.6
%30.04
%31.36

CMYK color model

#B0898F color CMYK value is (0,22,19,31).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 18.75%
  • key color value is 30.98%
CMYK:
(0,22,19,31)
C0M22Y19K31 
(0%,22%,19%,31%)
(0.00/0.22/0.19/0.31)	

CMYK percentages

%0
%22.16
%18.75
%30.98

Codes

Color #B0898F in popluar color models

B0898F
RGB176137143
HSL351°19.80%61.37%
HSB/HSV351°22.16%69.02%
CMYK0.00%22.16%18.75%
30.98%

Color #B0898F in popluar number systems.

HEXB0898F
Decimal176137143
Binary101100001000100110001111
Octal260211217

Shades and tints

Shades of #B0898F

#B0898F
(176,137,143)
#A07D82
(160,125,130)
#907175
(144,113,117)
#806568
(128,101,104)
#70595B
(112,89,91)
#604D4E
(96,77,78)
#504141
(80,65,65)
#403534
(64,53,52)
#302927
(48,41,39)
#201D1A
(32,29,26)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #B0898F

#B0898F
(176,137,143)
#B79399
(183,147,153)
#BE9DA3
(190,157,163)
#C5A7AD
(197,167,173)
#CCB1B7
(204,177,183)
#D3BBC1
(211,187,193)
#DAC5CB
(218,197,203)
#E1CFD5
(225,207,213)
#E8D9DF
(232,217,223)
#EFE3E9
(239,227,233)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0898F; }

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

This text font color is #B0898F.


Background Color

.myBgColor { background-color: #B0898F; }

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

This div background color is #B0898F.


Border color

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

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

This div border color is #B0898F.


Opacity

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

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

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

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

This text has shadow with #B0898F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0898F on black background.


Color preview on white background

This text has color #B0898F on white background.



Black color preview on #B0898F background

This text has black color on #B0898F background.


White color preview on #B0898F background

This text has white color on #B0898F background.