COLOR #B08DB0

HEX: #B08DB0
RGB: (176,141,176)

Color info

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

RGB color model

#B08DB0 color RGB value is (176,141,176).

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

RGB channels and saturation

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

176
141
176

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

Portions of RGB colors in percentages

R + G + B =
176 + 141 + 176 = 493 (100%)
R 176 of 493 ~ 35.7%
G 141 of 493 ~ 28.6%
B 176 of 493 ~ 35.7%

%35.7
%28.6
%35.7

CMYK color model

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

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

CMYK percentages

%0
%19.89
%0
%30.98

Codes

Color #B08DB0 in popluar color models

B08DB0
RGB176141176
HSL300°18.13%62.16%
HSB/HSV300°19.89%69.02%
CMYK0.00%19.89%0.00%
30.98%

Color #B08DB0 in popluar number systems.

HEXB08DB0
Decimal176141176
Binary101100001000110110110000
Octal260215260

Shades and tints

Shades of #B08DB0

#B08DB0
(176,141,176)
#A081A0
(160,129,160)
#907590
(144,117,144)
#806980
(128,105,128)
#705D70
(112,93,112)
#605160
(96,81,96)
#504550
(80,69,80)
#403940
(64,57,64)
#302D30
(48,45,48)
#202120
(32,33,32)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #B08DB0

#B08DB0
(176,141,176)
#B797B7
(183,151,183)
#BEA1BE
(190,161,190)
#C5ABC5
(197,171,197)
#CCB5CC
(204,181,204)
#D3BFD3
(211,191,211)
#DAC9DA
(218,201,218)
#E1D3E1
(225,211,225)
#E8DDE8
(232,221,232)
#EFE7EF
(239,231,239)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08DB0; }

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

This text font color is #B08DB0.


Background Color

.myBgColor { background-color: #B08DB0; }

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

This div background color is #B08DB0.


Border color

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

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

This div border color is #B08DB0.


Opacity

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

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

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

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

This text has shadow with #B08DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08DB0 on black background.


Color preview on white background

This text has color #B08DB0 on white background.



Black color preview on #B08DB0 background

This text has black color on #B08DB0 background.


White color preview on #B08DB0 background

This text has white color on #B08DB0 background.