COLOR #B08FB6

HEX: #B08FB6
RGB: (176,143,182)

Color info

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

RGB color model

#B08FB6 color RGB value is (176,143,182).

  • red value is 176;
  • green value is 143;
  • blue value is 182.
RGB:
(176,143,182)
(69%,56%,71%)

RGB channels and saturation

R 176 of 255 = 69%
G 143 of 255 = 56%
B 182 of 255 = 71%

176
143
182

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

Portions of RGB colors in percentages

R + G + B =
176 + 143 + 182 = 501 (100%)
R 176 of 501 ~ 35.13%
G 143 of 501 ~ 28.54%
B 182 of 501 ~ 36.33%

%35.13
%28.54
%36.33

CMYK color model

#B08FB6 color CMYK value is (3,21,0,29).

  • cyan value is 3.30%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(3,21,0,29)
C3M21Y0K29 
(3%,21%,0%,29%)
(0.03/0.21/0.00/0.29)	

CMYK percentages

%3.3
%21.43
%0
%28.63

Codes

Color #B08FB6 in popluar color models

B08FB6
RGB176143182
HSL291°21.08%63.73%
HSB/HSV291°21.43%71.37%
CMYK3.30%21.43%0.00%
28.63%

Color #B08FB6 in popluar number systems.

HEXB08FB6
Decimal176143182
Binary101100001000111110110110
Octal260217266

Shades and tints

Shades of #B08FB6

#B08FB6
(176,143,182)
#A082A6
(160,130,166)
#907596
(144,117,150)
#806886
(128,104,134)
#705B76
(112,91,118)
#604E66
(96,78,102)
#504156
(80,65,86)
#403446
(64,52,70)
#302736
(48,39,54)
#201A26
(32,26,38)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #B08FB6

#B08FB6
(176,143,182)
#B799BC
(183,153,188)
#BEA3C2
(190,163,194)
#C5ADC8
(197,173,200)
#CCB7CE
(204,183,206)
#D3C1D4
(211,193,212)
#DACBDA
(218,203,218)
#E1D5E0
(225,213,224)
#E8DFE6
(232,223,230)
#EFE9EC
(239,233,236)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08FB6; }

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

This text font color is #B08FB6.


Background Color

.myBgColor { background-color: #B08FB6; }

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

This div background color is #B08FB6.


Border color

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

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

This div border color is #B08FB6.


Opacity

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

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

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

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

This text has shadow with #B08FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08FB6 on black background.


Color preview on white background

This text has color #B08FB6 on white background.



Black color preview on #B08FB6 background

This text has black color on #B08FB6 background.


White color preview on #B08FB6 background

This text has white color on #B08FB6 background.