COLOR #B08DC7

HEX: #B08DC7
RGB: (176,141,199)

Color info

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

RGB color model

#B08DC7 color RGB value is (176,141,199).

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

RGB channels and saturation

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

176
141
199

R + G + B ~ 67%. #B08DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 141 + 199 = 516 (100%)
R 176 of 516 ~ 34.11%
G 141 of 516 ~ 27.33%
B 199 of 516 ~ 38.57%

%34.11
%27.33
%38.57

CMYK color model

#B08DC7 color CMYK value is (12,29,0,22).

  • cyan value is 11.56%
  • magenta value is 29.15%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(12,29,0,22)
C12M29Y0K22 
(12%,29%,0%,22%)
(0.12/0.29/0.00/0.22)	

CMYK percentages

%11.56
%29.15
%0
%21.96

Codes

Color #B08DC7 in popluar color models

B08DC7
RGB176141199
HSL276°34.12%66.67%
HSB/HSV276°29.15%78.04%
CMYK11.56%29.15%0.00%
21.96%

Color #B08DC7 in popluar number systems.

HEXB08DC7
Decimal176141199
Binary101100001000110111000111
Octal260215307

Shades and tints

Shades of #B08DC7

#B08DC7
(176,141,199)
#A081B5
(160,129,181)
#9075A3
(144,117,163)
#806991
(128,105,145)
#705D7F
(112,93,127)
#60516D
(96,81,109)
#50455B
(80,69,91)
#403949
(64,57,73)
#302D37
(48,45,55)
#202125
(32,33,37)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #B08DC7

#B08DC7
(176,141,199)
#B797CC
(183,151,204)
#BEA1D1
(190,161,209)
#C5ABD6
(197,171,214)
#CCB5DB
(204,181,219)
#D3BFE0
(211,191,224)
#DAC9E5
(218,201,229)
#E1D3EA
(225,211,234)
#E8DDEF
(232,221,239)
#EFE7F4
(239,231,244)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08DC7; }

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

This text font color is #B08DC7.


Background Color

.myBgColor { background-color: #B08DC7; }

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

This div background color is #B08DC7.


Border color

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

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

This div border color is #B08DC7.


Opacity

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

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

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

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

This text has shadow with #B08DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08DC7 on black background.


Color preview on white background

This text has color #B08DC7 on white background.



Black color preview on #B08DC7 background

This text has black color on #B08DC7 background.


White color preview on #B08DC7 background

This text has white color on #B08DC7 background.