COLOR #B08D9A

HEX: #B08D9A
RGB: (176,141,154)

Color info

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

RGB color model

#B08D9A color RGB value is (176,141,154).

  • red value is 176;
  • green value is 141;
  • blue value is 154.
RGB:
(176,141,154)
(69%,55%,60%)

RGB channels and saturation

R 176 of 255 = 69%
G 141 of 255 = 55%
B 154 of 255 = 60%

176
141
154

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

Portions of RGB colors in percentages

R + G + B =
176 + 141 + 154 = 471 (100%)
R 176 of 471 ~ 37.37%
G 141 of 471 ~ 29.94%
B 154 of 471 ~ 32.7%

%37.37
%29.94
%32.7

CMYK color model

#B08D9A color CMYK value is (0,20,13,31).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 12.50%
  • key color value is 30.98%
CMYK:
(0,20,13,31)
C0M20Y13K31 
(0%,20%,13%,31%)
(0.00/0.20/0.13/0.31)	

CMYK percentages

%0
%19.89
%12.5
%30.98

Codes

Color #B08D9A in popluar color models

B08D9A
RGB176141154
HSL338°18.13%62.16%
HSB/HSV338°19.89%69.02%
CMYK0.00%19.89%12.50%
30.98%

Color #B08D9A in popluar number systems.

HEXB08D9A
Decimal176141154
Binary101100001000110110011010
Octal260215232

Shades and tints

Shades of #B08D9A

#B08D9A
(176,141,154)
#A0818C
(160,129,140)
#90757E
(144,117,126)
#806970
(128,105,112)
#705D62
(112,93,98)
#605154
(96,81,84)
#504546
(80,69,70)
#403938
(64,57,56)
#302D2A
(48,45,42)
#20211C
(32,33,28)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #B08D9A

#B08D9A
(176,141,154)
#B797A3
(183,151,163)
#BEA1AC
(190,161,172)
#C5ABB5
(197,171,181)
#CCB5BE
(204,181,190)
#D3BFC7
(211,191,199)
#DAC9D0
(218,201,208)
#E1D3D9
(225,211,217)
#E8DDE2
(232,221,226)
#EFE7EB
(239,231,235)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08D9A color. Also use rgb(176,141,154) instead hex code.

Text Font Color

.myTextColor { color: #B08D9A; }

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

This text font color is #B08D9A.


Background Color

.myBgColor { background-color: #B08D9A; }

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

This div background color is #B08D9A.


Border color

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

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

This div border color is #B08D9A.


Opacity

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

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

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

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

This text has shadow with #B08D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08D9A on black background.


Color preview on white background

This text has color #B08D9A on white background.



Black color preview on #B08D9A background

This text has black color on #B08D9A background.


White color preview on #B08D9A background

This text has white color on #B08D9A background.