COLOR #A9CAAD

HEX: #A9CAAD
RGB: (169,202,173)

Color info

#A9CAAD contains red, green and blue colors in about the same proportion. Web safe color of #A9CAAD is #99CC99 (or #9C9).

RGB color model

#A9CAAD color RGB value is (169,202,173).

  • red value is 169;
  • green value is 202;
  • blue value is 173.
RGB:
(169,202,173)
(66%,79%,68%)

RGB channels and saturation

R 169 of 255 = 66%
G 202 of 255 = 79%
B 173 of 255 = 68%

169
202
173

R + G + B ~ 71%. #A9CAAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 202 + 173 = 544 (100%)
R 169 of 544 ~ 31.07%
G 202 of 544 ~ 37.13%
B 173 of 544 ~ 31.8%

%31.07
%37.13
%31.8

CMYK color model

#A9CAAD color CMYK value is (16,0,14,21).

  • cyan value is 16.34%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 20.78%
CMYK:
(16,0,14,21)
C16M0Y14K21 
(16%,0%,14%,21%)
(0.16/0.00/0.14/0.21)	

CMYK percentages

%16.34
%0
%14.36
%20.78

Codes

Color #A9CAAD in popluar color models

A9CAAD
RGB169202173
HSL127°23.74%72.75%
HSB/HSV127°16.34%79.22%
CMYK16.34%0.00%14.36%
20.78%

Color #A9CAAD in popluar number systems.

HEXA9CAAD
Decimal169202173
Binary101010011100101010101101
Octal251312255

Shades and tints

Shades of #A9CAAD

#A9CAAD
(169,202,173)
#9AB89E
(154,184,158)
#8BA68F
(139,166,143)
#7C9480
(124,148,128)
#6D8271
(109,130,113)
#5E7062
(94,112,98)
#4F5E53
(79,94,83)
#404C44
(64,76,68)
#313A35
(49,58,53)
#222826
(34,40,38)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #A9CAAD

#A9CAAD
(169,202,173)
#B0CEB4
(176,206,180)
#B7D2BB
(183,210,187)
#BED6C2
(190,214,194)
#C5DAC9
(197,218,201)
#CCDED0
(204,222,208)
#D3E2D7
(211,226,215)
#DAE6DE
(218,230,222)
#E1EAE5
(225,234,229)
#E8EEEC
(232,238,236)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CAAD color. Also use rgb(169,202,173) instead hex code.

Text Font Color

.myTextColor { color: #A9CAAD; }

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

This text font color is #A9CAAD.


Background Color

.myBgColor { background-color: #A9CAAD; }

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

This div background color is #A9CAAD.


Border color

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

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

This div border color is #A9CAAD.


Opacity

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

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

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

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

This text has shadow with #A9CAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CAAD on black background.


Color preview on white background

This text has color #A9CAAD on white background.



Black color preview on #A9CAAD background

This text has black color on #A9CAAD background.


White color preview on #A9CAAD background

This text has white color on #A9CAAD background.