COLOR #A9D7F2

HEX: #A9D7F2
RGB: (169,215,242)

Color info

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

RGB color model

#A9D7F2 color RGB value is (169,215,242).

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

RGB channels and saturation

R 169 of 255 = 66%
G 215 of 255 = 84%
B 242 of 255 = 95%

169
215
242

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

Portions of RGB colors in percentages

R + G + B =
169 + 215 + 242 = 626 (100%)
R 169 of 626 ~ 27%
G 215 of 626 ~ 34.35%
B 242 of 626 ~ 38.66%

%27
%34.35
%38.66

CMYK color model

#A9D7F2 color CMYK value is (30,11,0,5).

  • cyan value is 30.17%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(30,11,0,5)
C30M11Y0K5 
(30%,11%,0%,5%)
(0.30/0.11/0.00/0.05)	

CMYK percentages

%30.17
%11.16
%0
%5.1

Codes

Color #A9D7F2 in popluar color models

A9D7F2
RGB169215242
HSL202°73.74%80.59%
HSB/HSV202°30.17%94.90%
CMYK30.17%11.16%0.00%
5.10%

Color #A9D7F2 in popluar number systems.

HEXA9D7F2
Decimal169215242
Binary101010011101011111110010
Octal251327362

Shades and tints

Shades of #A9D7F2

#A9D7F2
(169,215,242)
#9AC4DC
(154,196,220)
#8BB1C6
(139,177,198)
#7C9EB0
(124,158,176)
#6D8B9A
(109,139,154)
#5E7884
(94,120,132)
#4F656E
(79,101,110)
#405258
(64,82,88)
#313F42
(49,63,66)
#222C2C
(34,44,44)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #A9D7F2

#A9D7F2
(169,215,242)
#B0DAF3
(176,218,243)
#B7DDF4
(183,221,244)
#BEE0F5
(190,224,245)
#C5E3F6
(197,227,246)
#CCE6F7
(204,230,247)
#D3E9F8
(211,233,248)
#DAECF9
(218,236,249)
#E1EFFA
(225,239,250)
#E8F2FB
(232,242,251)
#EFF5FC
(239,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9D7F2; }

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

This text font color is #A9D7F2.


Background Color

.myBgColor { background-color: #A9D7F2; }

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

This div background color is #A9D7F2.


Border color

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

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

This div border color is #A9D7F2.


Opacity

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

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

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

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

This text has shadow with #A9D7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D7F2 on black background.


Color preview on white background

This text has color #A9D7F2 on white background.



Black color preview on #A9D7F2 background

This text has black color on #A9D7F2 background.


White color preview on #A9D7F2 background

This text has white color on #A9D7F2 background.