COLOR #B09FCF

HEX: #B09FCF RGB: (176,159,207)

Color info

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

RGB color model

#B09FCF color RGB value is (176,159,207).

RGB: (176,159,207) (69%, 62%, 81%)

RGB channels and saturation

R 176 of 255 = 69%
G 159 of 255 = 62%
B 207 of 255 = 81%

176
159
207

R + G + B ~ 71%. #B09FCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 159 + 207 = 542 (100%)
R 176 of 542 ~ 32.47%
G 159 of 542 ~ 29.34%
B 207 of 542 ~ 38.19'%

%32.47
%29.34
%38.19

CMYK color model

#B09FCF color CMYK value is (15,23,0,19).

  • cyan value is 14.98%
  • magenta value is 23.19%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (15,23,0,19)
C15M23Y0K19 (15%, 23%, 0%, 19%)
(0.15 / 0.23 / 0.00 / 0.19)

CMYK percentages

%14.98
%23.19
%0
%18.82

Codes

Color #B09FCF in popluar color models

B0 9F CF
RGB 176 159 207
HSL 261° 33.33% 71.76%
HSB/HSV 261° 23.19% 81.18%
CMYK 14.98% 23.19% 0.00%
18.82%

Color #B09FCF in popluar number systems.

HEX B0 9F CF
Decimal 176 159 207
Binary 10110000 10011111 11001111
Octal 260 237 317

Shades and tints

Shades of #B09FCF

#B09FCF
(176,159,207)
#A091BD
(160,145,189)
#9083AB
(144,131,171)
#807599
(128,117,153)
#706787
(112,103,135)
#605975
(96,89,117)
#504B63
(80,75,99)
#403D51
(64,61,81)
#302F3F
(48,47,63)
#20212D
(32,33,45)
#10131B
(16,19,27)
#000000
(0,0,0)

Tints of #B09FCF

#B09FCF
(176,159,207)
#B7A7D3
(183,167,211)
#BEAFD7
(190,175,215)
#C5B7DB
(197,183,219)
#CCBFDF
(204,191,223)
#D3C7E3
(211,199,227)
#DACFE7
(218,207,231)
#E1D7EB
(225,215,235)
#E8DFEF
(232,223,239)
#EFE7F3
(239,231,243)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09FCF; }

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

This text font color is #B09FCF.

Background Color

.myBgColor { background-color: #B09FCF; }

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

This div background color is #B09FCF.

Border color

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

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

This div border color is #B09FCF.

Opacity

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

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

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

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

This text has shadow with #B09FCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09FCF.

Preview

Color preview on black background

This text has color #B09FCF on black background.


Color preview on white background

This text has color #B09FCF on white background.


Black color preview on #B09FCF background

This text has black color on #B09FCF background.


White color preview on #B09FCF background

This text has white color on #B09FCF background.


Related colors

Complementary color

Complementary color for #hex is #4F6030.


I love getcolorcode.com

Triadic colors

1 #CFB09F and #9FCFB0 with #B09FCF are triadic colors.

2 #CF9FB0 and #9FB0CF with #B09FCF are triadic colors.