COLOR #B08998

HEX: #B08998
RGB: (176,137,152)

Color info

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

RGB color model

#B08998 color RGB value is (176,137,152).

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

RGB channels and saturation

R 176 of 255 = 69%
G 137 of 255 = 54%
B 152 of 255 = 60%

176
137
152

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

Portions of RGB colors in percentages

R + G + B =
176 + 137 + 152 = 465 (100%)
R 176 of 465 ~ 37.85%
G 137 of 465 ~ 29.46%
B 152 of 465 ~ 32.69%

%37.85
%29.46
%32.69

CMYK color model

#B08998 color CMYK value is (0,22,14,31).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 13.64%
  • key color value is 30.98%
CMYK:
(0,22,14,31)
C0M22Y14K31 
(0%,22%,14%,31%)
(0.00/0.22/0.14/0.31)	

CMYK percentages

%0
%22.16
%13.64
%30.98

Codes

Color #B08998 in popluar color models

B08998
RGB176137152
HSL337°19.80%61.37%
HSB/HSV337°22.16%69.02%
CMYK0.00%22.16%13.64%
30.98%

Color #B08998 in popluar number systems.

HEXB08998
Decimal176137152
Binary101100001000100110011000
Octal260211230

Shades and tints

Shades of #B08998

#B08998
(176,137,152)
#A07D8B
(160,125,139)
#90717E
(144,113,126)
#806571
(128,101,113)
#705964
(112,89,100)
#604D57
(96,77,87)
#50414A
(80,65,74)
#40353D
(64,53,61)
#302930
(48,41,48)
#201D23
(32,29,35)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #B08998

#B08998
(176,137,152)
#B793A1
(183,147,161)
#BE9DAA
(190,157,170)
#C5A7B3
(197,167,179)
#CCB1BC
(204,177,188)
#D3BBC5
(211,187,197)
#DAC5CE
(218,197,206)
#E1CFD7
(225,207,215)
#E8D9E0
(232,217,224)
#EFE3E9
(239,227,233)
#F6EDF2
(246,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08998; }

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

This text font color is #B08998.


Background Color

.myBgColor { background-color: #B08998; }

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

This div background color is #B08998.


Border color

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

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

This div border color is #B08998.


Opacity

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

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

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

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

This text has shadow with #B08998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08998 on black background.


Color preview on white background

This text has color #B08998 on white background.



Black color preview on #B08998 background

This text has black color on #B08998 background.


White color preview on #B08998 background

This text has white color on #B08998 background.