COLOR #A9D7F7

HEX: #A9D7F7
RGB: (169,215,247)

Color info

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

RGB color model

#A9D7F7 color RGB value is (169,215,247).

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

RGB channels and saturation

R 169 of 255 = 66%
G 215 of 255 = 84%
B 247 of 255 = 97%

169
215
247

R + G + B ~ 82%. #A9D7F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 215 + 247 = 631 (100%)
R 169 of 631 ~ 26.78%
G 215 of 631 ~ 34.07%
B 247 of 631 ~ 39.14%

%26.78
%34.07
%39.14

CMYK color model

#A9D7F7 color CMYK value is (32,13,0,3).

  • cyan value is 31.58%
  • magenta value is 12.96%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(32,13,0,3)
C32M13Y0K3 
(32%,13%,0%,3%)
(0.32/0.13/0.00/0.03)	

CMYK percentages

%31.58
%12.96
%0
%3.14

Codes

Color #A9D7F7 in popluar color models

A9D7F7
RGB169215247
HSL205°82.98%81.57%
HSB/HSV205°31.58%96.86%
CMYK31.58%12.96%0.00%
3.14%

Color #A9D7F7 in popluar number systems.

HEXA9D7F7
Decimal169215247
Binary101010011101011111110111
Octal251327367

Shades and tints

Shades of #A9D7F7

#A9D7F7
(169,215,247)
#9AC4E1
(154,196,225)
#8BB1CB
(139,177,203)
#7C9EB5
(124,158,181)
#6D8B9F
(109,139,159)
#5E7889
(94,120,137)
#4F6573
(79,101,115)
#40525D
(64,82,93)
#313F47
(49,63,71)
#222C31
(34,44,49)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #A9D7F7

#A9D7F7
(169,215,247)
#B0DAF7
(176,218,247)
#B7DDF7
(183,221,247)
#BEE0F7
(190,224,247)
#C5E3F7
(197,227,247)
#CCE6F7
(204,230,247)
#D3E9F7
(211,233,247)
#DAECF7
(218,236,247)
#E1EFF7
(225,239,247)
#E8F2F7
(232,242,247)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9D7F7; }

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

This text font color is #A9D7F7.


Background Color

.myBgColor { background-color: #A9D7F7; }

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

This div background color is #A9D7F7.


Border color

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

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

This div border color is #A9D7F7.


Opacity

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

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

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

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

This text has shadow with #A9D7F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D7F7 on black background.


Color preview on white background

This text has color #A9D7F7 on white background.



Black color preview on #A9D7F7 background

This text has black color on #A9D7F7 background.


White color preview on #A9D7F7 background

This text has white color on #A9D7F7 background.