COLOR #B09AAF

HEX: #B09AAF
RGB: (176,154,175)

Color info

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

RGB color model

#B09AAF color RGB value is (176,154,175).

  • red value is 176;
  • green value is 154;
  • blue value is 175.
RGB:
(176,154,175)
(69%,60%,69%)

RGB channels and saturation

R 176 of 255 = 69%
G 154 of 255 = 60%
B 175 of 255 = 69%

176
154
175

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

Portions of RGB colors in percentages

R + G + B =
176 + 154 + 175 = 505 (100%)
R 176 of 505 ~ 34.85%
G 154 of 505 ~ 30.5%
B 175 of 505 ~ 34.65%

%34.85
%30.5
%34.65

CMYK color model

#B09AAF color CMYK value is (0,13,1,31).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 0.57%
  • key color value is 30.98%
CMYK:
(0,13,1,31)
C0M13Y1K31 
(0%,13%,1%,31%)
(0.00/0.13/0.01/0.31)	

CMYK percentages

%0
%12.5
%0.57
%30.98

Codes

Color #B09AAF in popluar color models

B09AAF
RGB176154175
HSL303°12.22%64.71%
HSB/HSV303°12.50%69.02%
CMYK0.00%12.50%0.57%
30.98%

Color #B09AAF in popluar number systems.

HEXB09AAF
Decimal176154175
Binary101100001001101010101111
Octal260232257

Shades and tints

Shades of #B09AAF

#B09AAF
(176,154,175)
#A08CA0
(160,140,160)
#907E91
(144,126,145)
#807082
(128,112,130)
#706273
(112,98,115)
#605464
(96,84,100)
#504655
(80,70,85)
#403846
(64,56,70)
#302A37
(48,42,55)
#201C28
(32,28,40)
#100E19
(16,14,25)
#000000
(0,0,0)

Tints of #B09AAF

#B09AAF
(176,154,175)
#B7A3B6
(183,163,182)
#BEACBD
(190,172,189)
#C5B5C4
(197,181,196)
#CCBECB
(204,190,203)
#D3C7D2
(211,199,210)
#DAD0D9
(218,208,217)
#E1D9E0
(225,217,224)
#E8E2E7
(232,226,231)
#EFEBEE
(239,235,238)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09AAF color. Also use rgb(176,154,175) instead hex code.

Text Font Color

.myTextColor { color: #B09AAF; }

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

This text font color is #B09AAF.


Background Color

.myBgColor { background-color: #B09AAF; }

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

This div background color is #B09AAF.


Border color

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

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

This div border color is #B09AAF.


Opacity

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

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

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

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

This text has shadow with #B09AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09AAF on black background.


Color preview on white background

This text has color #B09AAF on white background.



Black color preview on #B09AAF background

This text has black color on #B09AAF background.


White color preview on #B09AAF background

This text has white color on #B09AAF background.