COLOR #B08FC5

HEX: #B08FC5
RGB: (176,143,197)

Color info

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

RGB color model

#B08FC5 color RGB value is (176,143,197).

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

RGB channels and saturation

R 176 of 255 = 69%
G 143 of 255 = 56%
B 197 of 255 = 77%

176
143
197

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

Portions of RGB colors in percentages

R + G + B =
176 + 143 + 197 = 516 (100%)
R 176 of 516 ~ 34.11%
G 143 of 516 ~ 27.71%
B 197 of 516 ~ 38.18%

%34.11
%27.71
%38.18

CMYK color model

#B08FC5 color CMYK value is (11,27,0,23).

  • cyan value is 10.66%
  • magenta value is 27.41%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(11,27,0,23)
C11M27Y0K23 
(11%,27%,0%,23%)
(0.11/0.27/0.00/0.23)	

CMYK percentages

%10.66
%27.41
%0
%22.75

Codes

Color #B08FC5 in popluar color models

B08FC5
RGB176143197
HSL277°31.76%66.67%
HSB/HSV277°27.41%77.25%
CMYK10.66%27.41%0.00%
22.75%

Color #B08FC5 in popluar number systems.

HEXB08FC5
Decimal176143197
Binary101100001000111111000101
Octal260217305

Shades and tints

Shades of #B08FC5

#B08FC5
(176,143,197)
#A082B4
(160,130,180)
#9075A3
(144,117,163)
#806892
(128,104,146)
#705B81
(112,91,129)
#604E70
(96,78,112)
#50415F
(80,65,95)
#40344E
(64,52,78)
#30273D
(48,39,61)
#201A2C
(32,26,44)
#100D1B
(16,13,27)
#000000
(0,0,0)

Tints of #B08FC5

#B08FC5
(176,143,197)
#B799CA
(183,153,202)
#BEA3CF
(190,163,207)
#C5ADD4
(197,173,212)
#CCB7D9
(204,183,217)
#D3C1DE
(211,193,222)
#DACBE3
(218,203,227)
#E1D5E8
(225,213,232)
#E8DFED
(232,223,237)
#EFE9F2
(239,233,242)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08FC5; }

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

This text font color is #B08FC5.


Background Color

.myBgColor { background-color: #B08FC5; }

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

This div background color is #B08FC5.


Border color

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

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

This div border color is #B08FC5.


Opacity

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

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

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

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

This text has shadow with #B08FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08FC5 on black background.


Color preview on white background

This text has color #B08FC5 on white background.



Black color preview on #B08FC5 background

This text has black color on #B08FC5 background.


White color preview on #B08FC5 background

This text has white color on #B08FC5 background.