COLOR #A9DAD2

HEX: #A9DAD2 RGB: (169,218,210)

Color info

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

RGB color model

#A9DAD2 color RGB value is (169,218,210).

RGB: (169,218,210) (66%, 85%, 82%)

RGB channels and saturation

R 169 of 255 = 66%
G 218 of 255 = 85%
B 210 of 255 = 82%

169
218
210

R + G + B ~ 78%. #A9DAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 218 + 210 = 597 (100%)
R 169 of 597 ~ 28.31%
G 218 of 597 ~ 36.52%
B 210 of 597 ~ 35.18'%

%28.31
%36.52
%35.18

CMYK color model

#A9DAD2 color CMYK value is (22,0,4,15).

  • cyan value is 22.48%
  • magenta value is 0.00%
  • yellow value is 3.67%
  • key color value is 14.51%
CMYK: (22,0,4,15) C22M0Y4K15 (22%,0%,4%,15%) (0.22/0.00/0.04/0.15) 

CMYK percentages

%22.48
%0
%3.67
%14.51

Codes

Color #A9DAD2 in popluar color models

A9 DA D2
RGB 169 218 210
HSL 170° 39.84% 75.88%
HSB/HSV 170° 22.48% 85.49%
CMYK 22.48% 0.00% 3.67%
14.51%

Color #A9DAD2 in popluar number systems.

HEX A9 DA D2
Decimal 169 218 210
Binary 10101001 11011010 11010010
Octal 251 332 322

Shades and tints

Shades of #A9DAD2

#A9DAD2
(169,218,210)
#9AC7BF
(154,199,191)
#8BB4AC
(139,180,172)
#7CA199
(124,161,153)
#6D8E86
(109,142,134)
#5E7B73
(94,123,115)
#4F6860
(79,104,96)
#40554D
(64,85,77)
#31423A
(49,66,58)
#222F27
(34,47,39)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #A9DAD2

#A9DAD2
(169,218,210)
#B0DDD6
(176,221,214)
#B7E0DA
(183,224,218)
#BEE3DE
(190,227,222)
#C5E6E2
(197,230,226)
#CCE9E6
(204,233,230)
#D3ECEA
(211,236,234)
#DAEFEE
(218,239,238)
#E1F2F2
(225,242,242)
#E8F5F6
(232,245,246)
#EFF8FA
(239,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DAD2 color. Also use rgb(169,218,210) instead hex code.

Text Font Color

.myTextColor { color: #A9DAD2; }

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

This text font color is #A9DAD2.

Background Color

.myBgColor { background-color: #A9DAD2; }

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

This div background color is #A9DAD2.

Border color

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

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

This div border color is #A9DAD2.

Opacity

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

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

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

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

This text has shadow with #A9DAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9DAD2.

Preview

Color preview on black background

This text has color #A9DAD2 on black background.


Color preview on white background

This text has color #A9DAD2 on white background.


Black color preview on #A9DAD2 background

This text has black color on #A9DAD2 background.


White color preview on #A9DAD2 background

This text has white color on #A9DAD2 background.


Related colors

Complementary color

Complementary color for #hex is #56252D.


I love getcolorcode.com

Triadic colors

1 #D2A9DA and #DAD2A9 with #A9DAD2 are triadic colors.

2 #D2DAA9 and #DAA9D2 with #A9DAD2 are triadic colors.