COLOR #A9DAD5

HEX: #A9DAD5
RGB: (169,218,213)

Color info

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

RGB color model

#A9DAD5 color RGB value is (169,218,213).

  • red value is 169;
  • green value is 218;
  • blue value is 213.
RGB:
(169,218,213)
(66%,85%,84%)

RGB channels and saturation

R 169 of 255 = 66%
G 218 of 255 = 85%
B 213 of 255 = 84%

169
218
213

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

Portions of RGB colors in percentages

R + G + B =
169 + 218 + 213 = 600 (100%)
R 169 of 600 ~ 28.17%
G 218 of 600 ~ 36.33%
B 213 of 600 ~ 35.5%

%28.17
%36.33
%35.5

CMYK color model

#A9DAD5 color CMYK value is (22,0,2,15).

  • cyan value is 22.48%
  • magenta value is 0.00%
  • yellow value is 2.29%
  • key color value is 14.51%
CMYK:
(22,0,2,15)
C22M0Y2K15 
(22%,0%,2%,15%)
(0.22/0.00/0.02/0.15)	

CMYK percentages

%22.48
%0
%2.29
%14.51

Codes

Color #A9DAD5 in popluar color models

A9DAD5
RGB169218213
HSL174°39.84%75.88%
HSB/HSV174°22.48%85.49%
CMYK22.48%0.00%2.29%
14.51%

Color #A9DAD5 in popluar number systems.

HEXA9DAD5
Decimal169218213
Binary101010011101101011010101
Octal251332325

Shades and tints

Shades of #A9DAD5

#A9DAD5
(169,218,213)
#9AC7C2
(154,199,194)
#8BB4AF
(139,180,175)
#7CA19C
(124,161,156)
#6D8E89
(109,142,137)
#5E7B76
(94,123,118)
#4F6863
(79,104,99)
#405550
(64,85,80)
#31423D
(49,66,61)
#222F2A
(34,47,42)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #A9DAD5

#A9DAD5
(169,218,213)
#B0DDD8
(176,221,216)
#B7E0DB
(183,224,219)
#BEE3DE
(190,227,222)
#C5E6E1
(197,230,225)
#CCE9E4
(204,233,228)
#D3ECE7
(211,236,231)
#DAEFEA
(218,239,234)
#E1F2ED
(225,242,237)
#E8F5F0
(232,245,240)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DAD5; }

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

This text font color is #A9DAD5.


Background Color

.myBgColor { background-color: #A9DAD5; }

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

This div background color is #A9DAD5.


Border color

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

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

This div border color is #A9DAD5.


Opacity

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

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

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

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

This text has shadow with #A9DAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DAD5 on black background.


Color preview on white background

This text has color #A9DAD5 on white background.



Black color preview on #A9DAD5 background

This text has black color on #A9DAD5 background.


White color preview on #A9DAD5 background

This text has white color on #A9DAD5 background.