COLOR #A0B09D

HEX: #A0B09D
RGB: (160,176,157)

Color info

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

RGB color model

#A0B09D color RGB value is (160,176,157).

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

RGB channels and saturation

R 160 of 255 = 63%
G 176 of 255 = 69%
B 157 of 255 = 62%

160
176
157

R + G + B ~ 65%. #A0B09D is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 176 + 157 = 493 (100%)
R 160 of 493 ~ 32.45%
G 176 of 493 ~ 35.7%
B 157 of 493 ~ 31.85%

%32.45
%35.7
%31.85

CMYK color model

#A0B09D color CMYK value is (9,0,11,31).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 30.98%
CMYK:
(9,0,11,31)
C9M0Y11K31 
(9%,0%,11%,31%)
(0.09/0.00/0.11/0.31)	

CMYK percentages

%9.09
%0
%10.8
%30.98

Codes

Color #A0B09D in popluar color models

A0B09D
RGB160176157
HSL111°10.73%65.29%
HSB/HSV111°10.80%69.02%
CMYK9.09%0.00%10.80%
30.98%

Color #A0B09D in popluar number systems.

HEXA0B09D
Decimal160176157
Binary101000001011000010011101
Octal240260235

Shades and tints

Shades of #A0B09D

#A0B09D
(160,176,157)
#92A08F
(146,160,143)
#849081
(132,144,129)
#768073
(118,128,115)
#687065
(104,112,101)
#5A6057
(90,96,87)
#4C5049
(76,80,73)
#3E403B
(62,64,59)
#30302D
(48,48,45)
#22201F
(34,32,31)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #A0B09D

#A0B09D
(160,176,157)
#A8B7A5
(168,183,165)
#B0BEAD
(176,190,173)
#B8C5B5
(184,197,181)
#C0CCBD
(192,204,189)
#C8D3C5
(200,211,197)
#D0DACD
(208,218,205)
#D8E1D5
(216,225,213)
#E0E8DD
(224,232,221)
#E8EFE5
(232,239,229)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B09D; }

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

This text font color is #A0B09D.


Background Color

.myBgColor { background-color: #A0B09D; }

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

This div background color is #A0B09D.


Border color

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

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

This div border color is #A0B09D.


Opacity

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

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

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

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

This text has shadow with #A0B09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B09D on black background.


Color preview on white background

This text has color #A0B09D on white background.



Black color preview on #A0B09D background

This text has black color on #A0B09D background.


White color preview on #A0B09D background

This text has white color on #A0B09D background.