COLOR #B09FAC

HEX: #B09FAC RGB: (176,159,172)

Color info

#B09FAC contains red, green and blue colors in about the same proportion. Web safe color of #B09FAC is #999999 (or #999).

RGB color model

#B09FAC color RGB value is (176,159,172).

RGB: (176,159,172) (69%, 62%, 67%)

RGB channels and saturation

R 176 of 255 = 69%
G 159 of 255 = 62%
B 172 of 255 = 67%

176
159
172

R + G + B ~ 66%. #B09FAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 159 + 172 = 507 (100%)
R 176 of 507 ~ 34.71%
G 159 of 507 ~ 31.36%
B 172 of 507 ~ 33.93'%

%34.71
%31.36
%33.93

CMYK color model

#B09FAC color CMYK value is (0,10,2,31).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 2.27%
  • key color value is 30.98%
CMYK: (0,10,2,31) C0M10Y2K31 (0%,10%,2%,31%) (0.00/0.10/0.02/0.31) 

CMYK percentages

%0
%9.66
%2.27
%30.98

Codes

Color #B09FAC in popluar color models

B0 9F AC
RGB 176 159 172
HSL 314° 9.71% 65.69%
HSB/HSV 314° 9.66% 69.02%
CMYK 0.00% 9.66% 2.27%
30.98%

Color #B09FAC in popluar number systems.

HEX B0 9F AC
Decimal 176 159 172
Binary 10110000 10011111 10101100
Octal 260 237 254

Shades and tints

Shades of #B09FAC

#B09FAC
(176,159,172)
#A0919D
(160,145,157)
#90838E
(144,131,142)
#80757F
(128,117,127)
#706770
(112,103,112)
#605961
(96,89,97)
#504B52
(80,75,82)
#403D43
(64,61,67)
#302F34
(48,47,52)
#202125
(32,33,37)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #B09FAC

#B09FAC
(176,159,172)
#B7A7B3
(183,167,179)
#BEAFBA
(190,175,186)
#C5B7C1
(197,183,193)
#CCBFC8
(204,191,200)
#D3C7CF
(211,199,207)
#DACFD6
(218,207,214)
#E1D7DD
(225,215,221)
#E8DFE4
(232,223,228)
#EFE7EB
(239,231,235)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09FAC; }

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

This text font color is #B09FAC.

Background Color

.myBgColor { background-color: #B09FAC; }

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

This div background color is #B09FAC.

Border color

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

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

This div border color is #B09FAC.

Opacity

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

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

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

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

This text has shadow with #B09FAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09FAC.

Preview

Color preview on black background

This text has color #B09FAC on black background.


Color preview on white background

This text has color #B09FAC on white background.


Black color preview on #B09FAC background

This text has black color on #B09FAC background.


White color preview on #B09FAC background

This text has white color on #B09FAC background.


Related colors

Complementary color

Complementary color for #hex is #4F6053.


I love getcolorcode.com

Triadic colors

1 #ACB09F and #9FACB0 with #B09FAC are triadic colors.

2 #AC9FB0 and #9FB0AC with #B09FAC are triadic colors.