COLOR #B08DD6

HEX: #B08DD6
RGB: (176,141,214)

Color info

#B08DD6 contains mainly red and blue colors. Web safe color of #B08DD6 is #9999CC (or #99C).

RGB color model

#B08DD6 color RGB value is (176,141,214).

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

RGB channels and saturation

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

176
141
214

R + G + B ~ 69%. #B08DD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 141 + 214 = 531 (100%)
R 176 of 531 ~ 33.15%
G 141 of 531 ~ 26.55%
B 214 of 531 ~ 40.3%

%33.15
%26.55
%40.3

CMYK color model

#B08DD6 color CMYK value is (18,34,0,16).

  • cyan value is 17.76%
  • magenta value is 34.11%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(18,34,0,16)
C18M34Y0K16 
(18%,34%,0%,16%)
(0.18/0.34/0.00/0.16)	

CMYK percentages

%17.76
%34.11
%0
%16.08

Codes

Color #B08DD6 in popluar color models

B08DD6
RGB176141214
HSL269°47.10%69.61%
HSB/HSV269°34.11%83.92%
CMYK17.76%34.11%0.00%
16.08%

Color #B08DD6 in popluar number systems.

HEXB08DD6
Decimal176141214
Binary101100001000110111010110
Octal260215326

Shades and tints

Shades of #B08DD6

#B08DD6
(176,141,214)
#A081C3
(160,129,195)
#9075B0
(144,117,176)
#80699D
(128,105,157)
#705D8A
(112,93,138)
#605177
(96,81,119)
#504564
(80,69,100)
#403951
(64,57,81)
#302D3E
(48,45,62)
#20212B
(32,33,43)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #B08DD6

#B08DD6
(176,141,214)
#B797D9
(183,151,217)
#BEA1DC
(190,161,220)
#C5ABDF
(197,171,223)
#CCB5E2
(204,181,226)
#D3BFE5
(211,191,229)
#DAC9E8
(218,201,232)
#E1D3EB
(225,211,235)
#E8DDEE
(232,221,238)
#EFE7F1
(239,231,241)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08DD6; }

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

This text font color is #B08DD6.


Background Color

.myBgColor { background-color: #B08DD6; }

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

This div background color is #B08DD6.


Border color

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

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

This div border color is #B08DD6.


Opacity

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

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

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

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

This text has shadow with #B08DD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08DD6 on black background.


Color preview on white background

This text has color #B08DD6 on white background.



Black color preview on #B08DD6 background

This text has black color on #B08DD6 background.


White color preview on #B08DD6 background

This text has white color on #B08DD6 background.