COLOR #A9D9EF

HEX: #A9D9EF
RGB: (169,217,239)

Color info

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

RGB color model

#A9D9EF color RGB value is (169,217,239).

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

RGB channels and saturation

R 169 of 255 = 66%
G 217 of 255 = 85%
B 239 of 255 = 94%

169
217
239

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

Portions of RGB colors in percentages

R + G + B =
169 + 217 + 239 = 625 (100%)
R 169 of 625 ~ 27.04%
G 217 of 625 ~ 34.72%
B 239 of 625 ~ 38.24%

%27.04
%34.72
%38.24

CMYK color model

#A9D9EF color CMYK value is (29,9,0,6).

  • cyan value is 29.29%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(29,9,0,6)
C29M9Y0K6 
(29%,9%,0%,6%)
(0.29/0.09/0.00/0.06)	

CMYK percentages

%29.29
%9.21
%0
%6.27

Codes

Color #A9D9EF in popluar color models

A9D9EF
RGB169217239
HSL199°68.63%80.00%
HSB/HSV199°29.29%93.73%
CMYK29.29%9.21%0.00%
6.27%

Color #A9D9EF in popluar number systems.

HEXA9D9EF
Decimal169217239
Binary101010011101100111101111
Octal251331357

Shades and tints

Shades of #A9D9EF

#A9D9EF
(169,217,239)
#9AC6DA
(154,198,218)
#8BB3C5
(139,179,197)
#7CA0B0
(124,160,176)
#6D8D9B
(109,141,155)
#5E7A86
(94,122,134)
#4F6771
(79,103,113)
#40545C
(64,84,92)
#314147
(49,65,71)
#222E32
(34,46,50)
#131B1D
(19,27,29)
#000000
(0,0,0)

Tints of #A9D9EF

#A9D9EF
(169,217,239)
#B0DCF0
(176,220,240)
#B7DFF1
(183,223,241)
#BEE2F2
(190,226,242)
#C5E5F3
(197,229,243)
#CCE8F4
(204,232,244)
#D3EBF5
(211,235,245)
#DAEEF6
(218,238,246)
#E1F1F7
(225,241,247)
#E8F4F8
(232,244,248)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9D9EF; }

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

This text font color is #A9D9EF.


Background Color

.myBgColor { background-color: #A9D9EF; }

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

This div background color is #A9D9EF.


Border color

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

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

This div border color is #A9D9EF.


Opacity

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

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

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

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

This text has shadow with #A9D9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D9EF on black background.


Color preview on white background

This text has color #A9D9EF on white background.



Black color preview on #A9D9EF background

This text has black color on #A9D9EF background.


White color preview on #A9D9EF background

This text has white color on #A9D9EF background.