COLOR #A9D9F7

HEX: #A9D9F7
RGB: (169,217,247)

Color info

#A9D9F7 contains mainly green and blue colors. Web safe color of #A9D9F7 is #99CCFF (or #9CF).

RGB color model

#A9D9F7 color RGB value is (169,217,247).

  • red value is 169;
  • green value is 217;
  • blue value is 247.
RGB:
(169,217,247)
(66%,85%,97%)

RGB channels and saturation

R 169 of 255 = 66%
G 217 of 255 = 85%
B 247 of 255 = 97%

169
217
247

R + G + B ~ 83%. #A9D9F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 217 + 247 = 633 (100%)
R 169 of 633 ~ 26.7%
G 217 of 633 ~ 34.28%
B 247 of 633 ~ 39.02%

%26.7
%34.28
%39.02

CMYK color model

#A9D9F7 color CMYK value is (32,12,0,3).

  • cyan value is 31.58%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(32,12,0,3)
C32M12Y0K3 
(32%,12%,0%,3%)
(0.32/0.12/0.00/0.03)	

CMYK percentages

%31.58
%12.15
%0
%3.14

Codes

Color #A9D9F7 in popluar color models

A9D9F7
RGB169217247
HSL203°82.98%81.57%
HSB/HSV203°31.58%96.86%
CMYK31.58%12.15%0.00%
3.14%

Color #A9D9F7 in popluar number systems.

HEXA9D9F7
Decimal169217247
Binary101010011101100111110111
Octal251331367

Shades and tints

Shades of #A9D9F7

#A9D9F7
(169,217,247)
#9AC6E1
(154,198,225)
#8BB3CB
(139,179,203)
#7CA0B5
(124,160,181)
#6D8D9F
(109,141,159)
#5E7A89
(94,122,137)
#4F6773
(79,103,115)
#40545D
(64,84,93)
#314147
(49,65,71)
#222E31
(34,46,49)
#131B1B
(19,27,27)
#000000
(0,0,0)

Tints of #A9D9F7

#A9D9F7
(169,217,247)
#B0DCF7
(176,220,247)
#B7DFF7
(183,223,247)
#BEE2F7
(190,226,247)
#C5E5F7
(197,229,247)
#CCE8F7
(204,232,247)
#D3EBF7
(211,235,247)
#DAEEF7
(218,238,247)
#E1F1F7
(225,241,247)
#E8F4F7
(232,244,247)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D9F7 color. Also use rgb(169,217,247) instead hex code.

Text Font Color

.myTextColor { color: #A9D9F7; }

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

This text font color is #A9D9F7.


Background Color

.myBgColor { background-color: #A9D9F7; }

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

This div background color is #A9D9F7.


Border color

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

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

This div border color is #A9D9F7.


Opacity

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

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

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

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

This text has shadow with #A9D9F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D9F7 on black background.


Color preview on white background

This text has color #A9D9F7 on white background.



Black color preview on #A9D9F7 background

This text has black color on #A9D9F7 background.


White color preview on #A9D9F7 background

This text has white color on #A9D9F7 background.