COLOR #B09AA0

HEX: #B09AA0
RGB: (176,154,160)

Color info

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

RGB color model

#B09AA0 color RGB value is (176,154,160).

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

RGB channels and saturation

R 176 of 255 = 69%
G 154 of 255 = 60%
B 160 of 255 = 63%

176
154
160

R + G + B ~ 64%. #B09AA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 154 + 160 = 490 (100%)
R 176 of 490 ~ 35.92%
G 154 of 490 ~ 31.43%
B 160 of 490 ~ 32.65%

%35.92
%31.43
%32.65

CMYK color model

#B09AA0 color CMYK value is (0,13,9,31).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 9.09%
  • key color value is 30.98%
CMYK:
(0,13,9,31)
C0M13Y9K31 
(0%,13%,9%,31%)
(0.00/0.13/0.09/0.31)	

CMYK percentages

%0
%12.5
%9.09
%30.98

Codes

Color #B09AA0 in popluar color models

B09AA0
RGB176154160
HSL344°12.22%64.71%
HSB/HSV344°12.50%69.02%
CMYK0.00%12.50%9.09%
30.98%

Color #B09AA0 in popluar number systems.

HEXB09AA0
Decimal176154160
Binary101100001001101010100000
Octal260232240

Shades and tints

Shades of #B09AA0

#B09AA0
(176,154,160)
#A08C92
(160,140,146)
#907E84
(144,126,132)
#807076
(128,112,118)
#706268
(112,98,104)
#60545A
(96,84,90)
#50464C
(80,70,76)
#40383E
(64,56,62)
#302A30
(48,42,48)
#201C22
(32,28,34)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #B09AA0

#B09AA0
(176,154,160)
#B7A3A8
(183,163,168)
#BEACB0
(190,172,176)
#C5B5B8
(197,181,184)
#CCBEC0
(204,190,192)
#D3C7C8
(211,199,200)
#DAD0D0
(218,208,208)
#E1D9D8
(225,217,216)
#E8E2E0
(232,226,224)
#EFEBE8
(239,235,232)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09AA0; }

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

This text font color is #B09AA0.


Background Color

.myBgColor { background-color: #B09AA0; }

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

This div background color is #B09AA0.


Border color

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

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

This div border color is #B09AA0.


Opacity

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

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

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

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

This text has shadow with #B09AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09AA0 on black background.


Color preview on white background

This text has color #B09AA0 on white background.



Black color preview on #B09AA0 background

This text has black color on #B09AA0 background.


White color preview on #B09AA0 background

This text has white color on #B09AA0 background.