COLOR #B08D8A

HEX: #B08D8A
RGB: (176,141,138)

Color info

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

RGB color model

#B08D8A color RGB value is (176,141,138).

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

RGB channels and saturation

R 176 of 255 = 69%
G 141 of 255 = 55%
B 138 of 255 = 54%

176
141
138

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

Portions of RGB colors in percentages

R + G + B =
176 + 141 + 138 = 455 (100%)
R 176 of 455 ~ 38.68%
G 141 of 455 ~ 30.99%
B 138 of 455 ~ 30.33%

%38.68
%30.99
%30.33

CMYK color model

#B08D8A color CMYK value is (0,20,22,31).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 21.59%
  • key color value is 30.98%
CMYK:
(0,20,22,31)
C0M20Y22K31 
(0%,20%,22%,31%)
(0.00/0.20/0.22/0.31)	

CMYK percentages

%0
%19.89
%21.59
%30.98

Codes

Color #B08D8A in popluar color models

B08D8A
RGB176141138
HSL19.39%61.57%
HSB/HSV21.59%69.02%
CMYK0.00%19.89%21.59%
30.98%

Color #B08D8A in popluar number systems.

HEXB08D8A
Decimal176141138
Binary101100001000110110001010
Octal260215212

Shades and tints

Shades of #B08D8A

#B08D8A
(176,141,138)
#A0817E
(160,129,126)
#907572
(144,117,114)
#806966
(128,105,102)
#705D5A
(112,93,90)
#60514E
(96,81,78)
#504542
(80,69,66)
#403936
(64,57,54)
#302D2A
(48,45,42)
#20211E
(32,33,30)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #B08D8A

#B08D8A
(176,141,138)
#B79794
(183,151,148)
#BEA19E
(190,161,158)
#C5ABA8
(197,171,168)
#CCB5B2
(204,181,178)
#D3BFBC
(211,191,188)
#DAC9C6
(218,201,198)
#E1D3D0
(225,211,208)
#E8DDDA
(232,221,218)
#EFE7E4
(239,231,228)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08D8A; }

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

This text font color is #B08D8A.


Background Color

.myBgColor { background-color: #B08D8A; }

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

This div background color is #B08D8A.


Border color

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

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

This div border color is #B08D8A.


Opacity

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

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

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

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

This text has shadow with #B08D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08D8A on black background.


Color preview on white background

This text has color #B08D8A on white background.



Black color preview on #B08D8A background

This text has black color on #B08D8A background.


White color preview on #B08D8A background

This text has white color on #B08D8A background.