COLOR #B09FC1

HEX: #B09FC1
RGB: (176,159,193)

Color info

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

RGB color model

#B09FC1 color RGB value is (176,159,193).

  • red value is 176;
  • green value is 159;
  • blue value is 193.
RGB:
(176,159,193)
(69%,62%,76%)

RGB channels and saturation

R 176 of 255 = 69%
G 159 of 255 = 62%
B 193 of 255 = 76%

176
159
193

R + G + B ~ 69%. #B09FC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 159 + 193 = 528 (100%)
R 176 of 528 ~ 33.33%
G 159 of 528 ~ 30.11%
B 193 of 528 ~ 36.55%

%33.33
%30.11
%36.55

CMYK color model

#B09FC1 color CMYK value is (9,18,0,24).

  • cyan value is 8.81%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(9,18,0,24)
C9M18Y0K24 
(9%,18%,0%,24%)
(0.09/0.18/0.00/0.24)	

CMYK percentages

%8.81
%17.62
%0
%24.31

Codes

Color #B09FC1 in popluar color models

B09FC1
RGB176159193
HSL270°21.52%69.02%
HSB/HSV270°17.62%75.69%
CMYK8.81%17.62%0.00%
24.31%

Color #B09FC1 in popluar number systems.

HEXB09FC1
Decimal176159193
Binary101100001001111111000001
Octal260237301

Shades and tints

Shades of #B09FC1

#B09FC1
(176,159,193)
#A091B0
(160,145,176)
#90839F
(144,131,159)
#80758E
(128,117,142)
#70677D
(112,103,125)
#60596C
(96,89,108)
#504B5B
(80,75,91)
#403D4A
(64,61,74)
#302F39
(48,47,57)
#202128
(32,33,40)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #B09FC1

#B09FC1
(176,159,193)
#B7A7C6
(183,167,198)
#BEAFCB
(190,175,203)
#C5B7D0
(197,183,208)
#CCBFD5
(204,191,213)
#D3C7DA
(211,199,218)
#DACFDF
(218,207,223)
#E1D7E4
(225,215,228)
#E8DFE9
(232,223,233)
#EFE7EE
(239,231,238)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09FC1 color. Also use rgb(176,159,193) instead hex code.

Text Font Color

.myTextColor { color: #B09FC1; }

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

This text font color is #B09FC1.


Background Color

.myBgColor { background-color: #B09FC1; }

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

This div background color is #B09FC1.


Border color

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

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

This div border color is #B09FC1.


Opacity

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

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

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

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

This text has shadow with #B09FC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09FC1 on black background.


Color preview on white background

This text has color #B09FC1 on white background.



Black color preview on #B09FC1 background

This text has black color on #B09FC1 background.


White color preview on #B09FC1 background

This text has white color on #B09FC1 background.