COLOR #B08FB7

HEX: #B08FB7
RGB: (176,143,183)

Color info

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

RGB color model

#B08FB7 color RGB value is (176,143,183).

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

RGB channels and saturation

R 176 of 255 = 69%
G 143 of 255 = 56%
B 183 of 255 = 72%

176
143
183

R + G + B ~ 66%. #B08FB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 143 + 183 = 502 (100%)
R 176 of 502 ~ 35.06%
G 143 of 502 ~ 28.49%
B 183 of 502 ~ 36.45%

%35.06
%28.49
%36.45

CMYK color model

#B08FB7 color CMYK value is (4,22,0,28).

  • cyan value is 3.83%
  • magenta value is 21.86%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(4,22,0,28)
C4M22Y0K28 
(4%,22%,0%,28%)
(0.04/0.22/0.00/0.28)	

CMYK percentages

%3.83
%21.86
%0
%28.24

Codes

Color #B08FB7 in popluar color models

B08FB7
RGB176143183
HSL290°21.74%63.92%
HSB/HSV290°21.86%71.76%
CMYK3.83%21.86%0.00%
28.24%

Color #B08FB7 in popluar number systems.

HEXB08FB7
Decimal176143183
Binary101100001000111110110111
Octal260217267

Shades and tints

Shades of #B08FB7

#B08FB7
(176,143,183)
#A082A7
(160,130,167)
#907597
(144,117,151)
#806887
(128,104,135)
#705B77
(112,91,119)
#604E67
(96,78,103)
#504157
(80,65,87)
#403447
(64,52,71)
#302737
(48,39,55)
#201A27
(32,26,39)
#100D17
(16,13,23)
#000000
(0,0,0)

Tints of #B08FB7

#B08FB7
(176,143,183)
#B799BD
(183,153,189)
#BEA3C3
(190,163,195)
#C5ADC9
(197,173,201)
#CCB7CF
(204,183,207)
#D3C1D5
(211,193,213)
#DACBDB
(218,203,219)
#E1D5E1
(225,213,225)
#E8DFE7
(232,223,231)
#EFE9ED
(239,233,237)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08FB7; }

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

This text font color is #B08FB7.


Background Color

.myBgColor { background-color: #B08FB7; }

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

This div background color is #B08FB7.


Border color

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

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

This div border color is #B08FB7.


Opacity

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

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

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

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

This text has shadow with #B08FB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08FB7 on black background.


Color preview on white background

This text has color #B08FB7 on white background.



Black color preview on #B08FB7 background

This text has black color on #B08FB7 background.


White color preview on #B08FB7 background

This text has white color on #B08FB7 background.