COLOR #B09FBE

HEX: #B09FBE
RGB: (176,159,190)

Color info

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

RGB color model

#B09FBE color RGB value is (176,159,190).

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

RGB channels and saturation

R 176 of 255 = 69%
G 159 of 255 = 62%
B 190 of 255 = 75%

176
159
190

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

Portions of RGB colors in percentages

R + G + B =
176 + 159 + 190 = 525 (100%)
R 176 of 525 ~ 33.52%
G 159 of 525 ~ 30.29%
B 190 of 525 ~ 36.19%

%33.52
%30.29
%36.19

CMYK color model

#B09FBE color CMYK value is (7,16,0,25).

  • cyan value is 7.37%
  • magenta value is 16.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(7,16,0,25)
C7M16Y0K25 
(7%,16%,0%,25%)
(0.07/0.16/0.00/0.25)	

CMYK percentages

%7.37
%16.32
%0
%25.49

Codes

Color #B09FBE in popluar color models

B09FBE
RGB176159190
HSL273°19.25%68.43%
HSB/HSV273°16.32%74.51%
CMYK7.37%16.32%0.00%
25.49%

Color #B09FBE in popluar number systems.

HEXB09FBE
Decimal176159190
Binary101100001001111110111110
Octal260237276

Shades and tints

Shades of #B09FBE

#B09FBE
(176,159,190)
#A091AD
(160,145,173)
#90839C
(144,131,156)
#80758B
(128,117,139)
#70677A
(112,103,122)
#605969
(96,89,105)
#504B58
(80,75,88)
#403D47
(64,61,71)
#302F36
(48,47,54)
#202125
(32,33,37)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #B09FBE

#B09FBE
(176,159,190)
#B7A7C3
(183,167,195)
#BEAFC8
(190,175,200)
#C5B7CD
(197,183,205)
#CCBFD2
(204,191,210)
#D3C7D7
(211,199,215)
#DACFDC
(218,207,220)
#E1D7E1
(225,215,225)
#E8DFE6
(232,223,230)
#EFE7EB
(239,231,235)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09FBE; }

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

This text font color is #B09FBE.


Background Color

.myBgColor { background-color: #B09FBE; }

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

This div background color is #B09FBE.


Border color

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

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

This div border color is #B09FBE.


Opacity

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

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

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

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

This text has shadow with #B09FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09FBE on black background.


Color preview on white background

This text has color #B09FBE on white background.



Black color preview on #B09FBE background

This text has black color on #B09FBE background.


White color preview on #B09FBE background

This text has white color on #B09FBE background.