COLOR #B08E9B

HEX: #B08E9B
RGB: (176,142,155)

Color info

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

RGB color model

#B08E9B color RGB value is (176,142,155).

  • red value is 176;
  • green value is 142;
  • blue value is 155.
RGB:
(176,142,155)
(69%,56%,61%)

RGB channels and saturation

R 176 of 255 = 69%
G 142 of 255 = 56%
B 155 of 255 = 61%

176
142
155

R + G + B ~ 62%. #B08E9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 142 + 155 = 473 (100%)
R 176 of 473 ~ 37.21%
G 142 of 473 ~ 30.02%
B 155 of 473 ~ 32.77%

%37.21
%30.02
%32.77

CMYK color model

#B08E9B color CMYK value is (0,19,12,31).

  • cyan value is 0.00%
  • magenta value is 19.32%
  • yellow value is 11.93%
  • key color value is 30.98%
CMYK:
(0,19,12,31)
C0M19Y12K31 
(0%,19%,12%,31%)
(0.00/0.19/0.12/0.31)	

CMYK percentages

%0
%19.32
%11.93
%30.98

Codes

Color #B08E9B in popluar color models

B08E9B
RGB176142155
HSL337°17.71%62.35%
HSB/HSV337°19.32%69.02%
CMYK0.00%19.32%11.93%
30.98%

Color #B08E9B in popluar number systems.

HEXB08E9B
Decimal176142155
Binary101100001000111010011011
Octal260216233

Shades and tints

Shades of #B08E9B

#B08E9B
(176,142,155)
#A0828D
(160,130,141)
#90767F
(144,118,127)
#806A71
(128,106,113)
#705E63
(112,94,99)
#605255
(96,82,85)
#504647
(80,70,71)
#403A39
(64,58,57)
#302E2B
(48,46,43)
#20221D
(32,34,29)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #B08E9B

#B08E9B
(176,142,155)
#B798A4
(183,152,164)
#BEA2AD
(190,162,173)
#C5ACB6
(197,172,182)
#CCB6BF
(204,182,191)
#D3C0C8
(211,192,200)
#DACAD1
(218,202,209)
#E1D4DA
(225,212,218)
#E8DEE3
(232,222,227)
#EFE8EC
(239,232,236)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08E9B color. Also use rgb(176,142,155) instead hex code.

Text Font Color

.myTextColor { color: #B08E9B; }

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

This text font color is #B08E9B.


Background Color

.myBgColor { background-color: #B08E9B; }

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

This div background color is #B08E9B.


Border color

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

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

This div border color is #B08E9B.


Opacity

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

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

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

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

This text has shadow with #B08E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08E9B on black background.


Color preview on white background

This text has color #B08E9B on white background.



Black color preview on #B08E9B background

This text has black color on #B08E9B background.


White color preview on #B08E9B background

This text has white color on #B08E9B background.