COLOR #B09FAD

HEX: #B09FAD RGB: (176,159,173)

Color info

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

RGB color model

#B09FAD color RGB value is (176,159,173).

RGB: (176,159,173) (69%, 62%, 68%)

RGB channels and saturation

R 176 of 255 = 69%
G 159 of 255 = 62%
B 173 of 255 = 68%

176
159
173

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

Portions of RGB colors in percentages

R + G + B = 176 + 159 + 173 = 508 (100%)
R 176 of 508 ~ 34.65%
G 159 of 508 ~ 31.3%
B 173 of 508 ~ 34.06'%

%34.65
%31.3
%34.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 1.70%
  • 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
%1.7
%30.98

Codes

Color #B09FAD in popluar color models

B0 9F AD
RGB 176 159 173
HSL 311° 9.71% 65.69%
HSB/HSV 311° 9.66% 69.02%
CMYK 0.00% 9.66% 1.70%
30.98%

Color #B09FAD in popluar number systems.

HEX B0 9F AD
Decimal 176 159 173
Binary 10110000 10011111 10101101
Octal 260 237 255

Shades and tints

Shades of #B09FAD

#B09FAD
(176,159,173)
#A0919E
(160,145,158)
#90838F
(144,131,143)
#807580
(128,117,128)
#706771
(112,103,113)
#605962
(96,89,98)
#504B53
(80,75,83)
#403D44
(64,61,68)
#302F35
(48,47,53)
#202126
(32,33,38)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #B09FAD

#B09FAD
(176,159,173)
#B7A7B4
(183,167,180)
#BEAFBB
(190,175,187)
#C5B7C2
(197,183,194)
#CCBFC9
(204,191,201)
#D3C7D0
(211,199,208)
#DACFD7
(218,207,215)
#E1D7DE
(225,215,222)
#E8DFE5
(232,223,229)
#EFE7EC
(239,231,236)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09FAD; }

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

This text font color is #B09FAD.

Background Color

.myBgColor { background-color: #B09FAD; }

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

This div background color is #B09FAD.

Border color

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

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

This div border color is #B09FAD.

Opacity

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

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

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

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

This text has shadow with #B09FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09FAD.

Preview

Color preview on black background

This text has color #B09FAD on black background.


Color preview on white background

This text has color #B09FAD on white background.


Black color preview on #B09FAD background

This text has black color on #B09FAD background.


White color preview on #B09FAD background

This text has white color on #B09FAD background.


Related colors

Complementary color

Complementary color for #hex is #4F6052.


I love getcolorcode.com

Triadic colors

1 #ADB09F and #9FADB0 with #B09FAD are triadic colors.

2 #AD9FB0 and #9FB0AD with #B09FAD are triadic colors.