COLOR #A09DA6

HEX: #A09DA6
RGB: (160,157,166)

Color info

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

RGB color model

#A09DA6 color RGB value is (160,157,166).

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

RGB channels and saturation

R 160 of 255 = 63%
G 157 of 255 = 62%
B 166 of 255 = 65%

160
157
166

R + G + B ~ 63%. #A09DA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 157 + 166 = 483 (100%)
R 160 of 483 ~ 33.13%
G 157 of 483 ~ 32.51%
B 166 of 483 ~ 34.37%

%33.13
%32.51
%34.37

CMYK color model

#A09DA6 color CMYK value is (4,5,0,35).

  • cyan value is 3.61%
  • magenta value is 5.42%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(4,5,0,35)
C4M5Y0K35 
(4%,5%,0%,35%)
(0.04/0.05/0.00/0.35)	

CMYK percentages

%3.61
%5.42
%0
%34.9

Codes

Color #A09DA6 in popluar color models

A09DA6
RGB160157166
HSL260°4.81%63.33%
HSB/HSV260°5.42%65.10%
CMYK3.61%5.42%0.00%
34.90%

Color #A09DA6 in popluar number systems.

HEXA09DA6
Decimal160157166
Binary101000001001110110100110
Octal240235246

Shades and tints

Shades of #A09DA6

#A09DA6
(160,157,166)
#928F97
(146,143,151)
#848188
(132,129,136)
#767379
(118,115,121)
#68656A
(104,101,106)
#5A575B
(90,87,91)
#4C494C
(76,73,76)
#3E3B3D
(62,59,61)
#302D2E
(48,45,46)
#221F1F
(34,31,31)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #A09DA6

#A09DA6
(160,157,166)
#A8A5AE
(168,165,174)
#B0ADB6
(176,173,182)
#B8B5BE
(184,181,190)
#C0BDC6
(192,189,198)
#C8C5CE
(200,197,206)
#D0CDD6
(208,205,214)
#D8D5DE
(216,213,222)
#E0DDE6
(224,221,230)
#E8E5EE
(232,229,238)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09DA6; }

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

This text font color is #A09DA6.


Background Color

.myBgColor { background-color: #A09DA6; }

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

This div background color is #A09DA6.


Border color

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

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

This div border color is #A09DA6.


Opacity

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

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

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

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

This text has shadow with #A09DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09DA6 on black background.


Color preview on white background

This text has color #A09DA6 on white background.



Black color preview on #A09DA6 background

This text has black color on #A09DA6 background.


White color preview on #A09DA6 background

This text has white color on #A09DA6 background.