COLOR #B08BB0

HEX: #B08BB0
RGB: (176,139,176)

Color info

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

RGB color model

#B08BB0 color RGB value is (176,139,176).

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

RGB channels and saturation

R 176 of 255 = 69%
G 139 of 255 = 55%
B 176 of 255 = 69%

176
139
176

R + G + B ~ 64%. #B08BB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 139 + 176 = 491 (100%)
R 176 of 491 ~ 35.85%
G 139 of 491 ~ 28.31%
B 176 of 491 ~ 35.85%

%35.85
%28.31
%35.85

CMYK color model

#B08BB0 color CMYK value is (0,21,0,31).

  • cyan value is 0.00%
  • magenta value is 21.02%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(0,21,0,31)
C0M21Y0K31 
(0%,21%,0%,31%)
(0.00/0.21/0.00/0.31)	

CMYK percentages

%0
%21.02
%0
%30.98

Codes

Color #B08BB0 in popluar color models

B08BB0
RGB176139176
HSL300°18.97%61.76%
HSB/HSV300°21.02%69.02%
CMYK0.00%21.02%0.00%
30.98%

Color #B08BB0 in popluar number systems.

HEXB08BB0
Decimal176139176
Binary101100001000101110110000
Octal260213260

Shades and tints

Shades of #B08BB0

#B08BB0
(176,139,176)
#A07FA0
(160,127,160)
#907390
(144,115,144)
#806780
(128,103,128)
#705B70
(112,91,112)
#604F60
(96,79,96)
#504350
(80,67,80)
#403740
(64,55,64)
#302B30
(48,43,48)
#201F20
(32,31,32)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #B08BB0

#B08BB0
(176,139,176)
#B795B7
(183,149,183)
#BE9FBE
(190,159,190)
#C5A9C5
(197,169,197)
#CCB3CC
(204,179,204)
#D3BDD3
(211,189,211)
#DAC7DA
(218,199,218)
#E1D1E1
(225,209,225)
#E8DBE8
(232,219,232)
#EFE5EF
(239,229,239)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08BB0; }

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

This text font color is #B08BB0.


Background Color

.myBgColor { background-color: #B08BB0; }

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

This div background color is #B08BB0.


Border color

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

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

This div border color is #B08BB0.


Opacity

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

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

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

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

This text has shadow with #B08BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08BB0 on black background.


Color preview on white background

This text has color #B08BB0 on white background.



Black color preview on #B08BB0 background

This text has black color on #B08BB0 background.


White color preview on #B08BB0 background

This text has white color on #B08BB0 background.