COLOR #A9DAD7

HEX: #A9DAD7
RGB: (169,218,215)

Color info

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

RGB color model

#A9DAD7 color RGB value is (169,218,215).

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

RGB channels and saturation

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

169
218
215

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

Portions of RGB colors in percentages

R + G + B =
169 + 218 + 215 = 602 (100%)
R 169 of 602 ~ 28.07%
G 218 of 602 ~ 36.21%
B 215 of 602 ~ 35.71%

%28.07
%36.21
%35.71

CMYK color model

#A9DAD7 color CMYK value is (22,0,1,15).

  • cyan value is 22.48%
  • magenta value is 0.00%
  • yellow value is 1.38%
  • key color value is 14.51%
CMYK:
(22,0,1,15)
C22M0Y1K15 
(22%,0%,1%,15%)
(0.22/0.00/0.01/0.15)	

CMYK percentages

%22.48
%0
%1.38
%14.51

Codes

Color #A9DAD7 in popluar color models

A9DAD7
RGB169218215
HSL176°39.84%75.88%
HSB/HSV176°22.48%85.49%
CMYK22.48%0.00%1.38%
14.51%

Color #A9DAD7 in popluar number systems.

HEXA9DAD7
Decimal169218215
Binary101010011101101011010111
Octal251332327

Shades and tints

Shades of #A9DAD7

#A9DAD7
(169,218,215)
#9AC7C4
(154,199,196)
#8BB4B1
(139,180,177)
#7CA19E
(124,161,158)
#6D8E8B
(109,142,139)
#5E7B78
(94,123,120)
#4F6865
(79,104,101)
#405552
(64,85,82)
#31423F
(49,66,63)
#222F2C
(34,47,44)
#131C19
(19,28,25)
#000000
(0,0,0)

Tints of #A9DAD7

#A9DAD7
(169,218,215)
#B0DDDA
(176,221,218)
#B7E0DD
(183,224,221)
#BEE3E0
(190,227,224)
#C5E6E3
(197,230,227)
#CCE9E6
(204,233,230)
#D3ECE9
(211,236,233)
#DAEFEC
(218,239,236)
#E1F2EF
(225,242,239)
#E8F5F2
(232,245,242)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DAD7; }

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

This text font color is #A9DAD7.


Background Color

.myBgColor { background-color: #A9DAD7; }

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

This div background color is #A9DAD7.


Border color

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

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

This div border color is #A9DAD7.


Opacity

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

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

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

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

This text has shadow with #A9DAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DAD7 on black background.


Color preview on white background

This text has color #A9DAD7 on white background.



Black color preview on #A9DAD7 background

This text has black color on #A9DAD7 background.


White color preview on #A9DAD7 background

This text has white color on #A9DAD7 background.