COLOR #B08097

HEX: #B08097
RGB: (176,128,151)

Color info

#B08097 contains red, green and blue colors in about the same proportion. Web safe color of #B08097 is #996699 (or #969).

RGB color model

#B08097 color RGB value is (176,128,151).

  • red value is 176;
  • green value is 128;
  • blue value is 151.
RGB:
(176,128,151)
(69%,50%,59%)

RGB channels and saturation

R 176 of 255 = 69%
G 128 of 255 = 50%
B 151 of 255 = 59%

176
128
151

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

Portions of RGB colors in percentages

R + G + B =
176 + 128 + 151 = 455 (100%)
R 176 of 455 ~ 38.68%
G 128 of 455 ~ 28.13%
B 151 of 455 ~ 33.19%

%38.68
%28.13
%33.19

CMYK color model

#B08097 color CMYK value is (0,27,14,31).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 14.20%
  • key color value is 30.98%
CMYK:
(0,27,14,31)
C0M27Y14K31 
(0%,27%,14%,31%)
(0.00/0.27/0.14/0.31)	

CMYK percentages

%0
%27.27
%14.2
%30.98

Codes

Color #B08097 in popluar color models

B08097
RGB176128151
HSL331°23.30%59.61%
HSB/HSV331°27.27%69.02%
CMYK0.00%27.27%14.20%
30.98%

Color #B08097 in popluar number systems.

HEXB08097
Decimal176128151
Binary101100001000000010010111
Octal260200227

Shades and tints

Shades of #B08097

#B08097
(176,128,151)
#A0758A
(160,117,138)
#906A7D
(144,106,125)
#805F70
(128,95,112)
#705463
(112,84,99)
#604956
(96,73,86)
#503E49
(80,62,73)
#40333C
(64,51,60)
#30282F
(48,40,47)
#201D22
(32,29,34)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #B08097

#B08097
(176,128,151)
#B78BA0
(183,139,160)
#BE96A9
(190,150,169)
#C5A1B2
(197,161,178)
#CCACBB
(204,172,187)
#D3B7C4
(211,183,196)
#DAC2CD
(218,194,205)
#E1CDD6
(225,205,214)
#E8D8DF
(232,216,223)
#EFE3E8
(239,227,232)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08097 color. Also use rgb(176,128,151) instead hex code.

Text Font Color

.myTextColor { color: #B08097; }

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

This text font color is #B08097.


Background Color

.myBgColor { background-color: #B08097; }

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

This div background color is #B08097.


Border color

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

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

This div border color is #B08097.


Opacity

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

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

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

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

This text has shadow with #B08097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08097 on black background.


Color preview on white background

This text has color #B08097 on white background.



Black color preview on #B08097 background

This text has black color on #B08097 background.


White color preview on #B08097 background

This text has white color on #B08097 background.