COLOR #B08FC8

HEX: #B08FC8
RGB: (176,143,200)

Color info

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

RGB color model

#B08FC8 color RGB value is (176,143,200).

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

RGB channels and saturation

R 176 of 255 = 69%
G 143 of 255 = 56%
B 200 of 255 = 78%

176
143
200

R + G + B ~ 68%. #B08FC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 143 + 200 = 519 (100%)
R 176 of 519 ~ 33.91%
G 143 of 519 ~ 27.55%
B 200 of 519 ~ 38.54%

%33.91
%27.55
%38.54

CMYK color model

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

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

CMYK percentages

%12
%28.5
%0
%21.57

Codes

Color #B08FC8 in popluar color models

B08FC8
RGB176143200
HSL275°34.13%67.25%
HSB/HSV275°28.50%78.43%
CMYK12.00%28.50%0.00%
21.57%

Color #B08FC8 in popluar number systems.

HEXB08FC8
Decimal176143200
Binary101100001000111111001000
Octal260217310

Shades and tints

Shades of #B08FC8

#B08FC8
(176,143,200)
#A082B6
(160,130,182)
#9075A4
(144,117,164)
#806892
(128,104,146)
#705B80
(112,91,128)
#604E6E
(96,78,110)
#50415C
(80,65,92)
#40344A
(64,52,74)
#302738
(48,39,56)
#201A26
(32,26,38)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #B08FC8

#B08FC8
(176,143,200)
#B799CD
(183,153,205)
#BEA3D2
(190,163,210)
#C5ADD7
(197,173,215)
#CCB7DC
(204,183,220)
#D3C1E1
(211,193,225)
#DACBE6
(218,203,230)
#E1D5EB
(225,213,235)
#E8DFF0
(232,223,240)
#EFE9F5
(239,233,245)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08FC8; }

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

This text font color is #B08FC8.


Background Color

.myBgColor { background-color: #B08FC8; }

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

This div background color is #B08FC8.


Border color

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

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

This div border color is #B08FC8.


Opacity

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

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

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

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

This text has shadow with #B08FC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08FC8 on black background.


Color preview on white background

This text has color #B08FC8 on white background.



Black color preview on #B08FC8 background

This text has black color on #B08FC8 background.


White color preview on #B08FC8 background

This text has white color on #B08FC8 background.