COLOR #B08DB7

HEX: #B08DB7
RGB: (176,141,183)

Color info

#B08DB7 contains red, green and blue colors in about the same proportion. Web safe color of #B08DB7 is #9999CC (or #99C).

RGB color model

#B08DB7 color RGB value is (176,141,183).

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

RGB channels and saturation

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

176
141
183

R + G + B ~ 65%. #B08DB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 141 + 183 = 500 (100%)
R 176 of 500 ~ 35.2%
G 141 of 500 ~ 28.2%
B 183 of 500 ~ 36.6%

%35.2
%28.2
%36.6

CMYK color model

#B08DB7 color CMYK value is (4,23,0,28).

  • cyan value is 3.83%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(4,23,0,28)
C4M23Y0K28 
(4%,23%,0%,28%)
(0.04/0.23/0.00/0.28)	

CMYK percentages

%3.83
%22.95
%0
%28.24

Codes

Color #B08DB7 in popluar color models

B08DB7
RGB176141183
HSL290°22.58%63.53%
HSB/HSV290°22.95%71.76%
CMYK3.83%22.95%0.00%
28.24%

Color #B08DB7 in popluar number systems.

HEXB08DB7
Decimal176141183
Binary101100001000110110110111
Octal260215267

Shades and tints

Shades of #B08DB7

#B08DB7
(176,141,183)
#A081A7
(160,129,167)
#907597
(144,117,151)
#806987
(128,105,135)
#705D77
(112,93,119)
#605167
(96,81,103)
#504557
(80,69,87)
#403947
(64,57,71)
#302D37
(48,45,55)
#202127
(32,33,39)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #B08DB7

#B08DB7
(176,141,183)
#B797BD
(183,151,189)
#BEA1C3
(190,161,195)
#C5ABC9
(197,171,201)
#CCB5CF
(204,181,207)
#D3BFD5
(211,191,213)
#DAC9DB
(218,201,219)
#E1D3E1
(225,211,225)
#E8DDE7
(232,221,231)
#EFE7ED
(239,231,237)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08DB7; }

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

This text font color is #B08DB7.


Background Color

.myBgColor { background-color: #B08DB7; }

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

This div background color is #B08DB7.


Border color

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

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

This div border color is #B08DB7.


Opacity

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

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

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

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

This text has shadow with #B08DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08DB7 on black background.


Color preview on white background

This text has color #B08DB7 on white background.



Black color preview on #B08DB7 background

This text has black color on #B08DB7 background.


White color preview on #B08DB7 background

This text has white color on #B08DB7 background.