COLOR #A9D1EE

HEX: #A9D1EE
RGB: (169,209,238)

Color info

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

RGB color model

#A9D1EE color RGB value is (169,209,238).

  • red value is 169;
  • green value is 209;
  • blue value is 238.
RGB:
(169,209,238)
(66%,82%,93%)

RGB channels and saturation

R 169 of 255 = 66%
G 209 of 255 = 82%
B 238 of 255 = 93%

169
209
238

R + G + B ~ 80%. #A9D1EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 209 + 238 = 616 (100%)
R 169 of 616 ~ 27.44%
G 209 of 616 ~ 33.93%
B 238 of 616 ~ 38.64%

%27.44
%33.93
%38.64

CMYK color model

#A9D1EE color CMYK value is (29,12,0,7).

  • cyan value is 28.99%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(29,12,0,7)
C29M12Y0K7 
(29%,12%,0%,7%)
(0.29/0.12/0.00/0.07)	

CMYK percentages

%28.99
%12.18
%0
%6.67

Codes

Color #A9D1EE in popluar color models

A9D1EE
RGB169209238
HSL205°66.99%79.80%
HSB/HSV205°28.99%93.33%
CMYK28.99%12.18%0.00%
6.67%

Color #A9D1EE in popluar number systems.

HEXA9D1EE
Decimal169209238
Binary101010011101000111101110
Octal251321356

Shades and tints

Shades of #A9D1EE

#A9D1EE
(169,209,238)
#9ABED9
(154,190,217)
#8BABC4
(139,171,196)
#7C98AF
(124,152,175)
#6D859A
(109,133,154)
#5E7285
(94,114,133)
#4F5F70
(79,95,112)
#404C5B
(64,76,91)
#313946
(49,57,70)
#222631
(34,38,49)
#13131C
(19,19,28)
#000000
(0,0,0)

Tints of #A9D1EE

#A9D1EE
(169,209,238)
#B0D5EF
(176,213,239)
#B7D9F0
(183,217,240)
#BEDDF1
(190,221,241)
#C5E1F2
(197,225,242)
#CCE5F3
(204,229,243)
#D3E9F4
(211,233,244)
#DAEDF5
(218,237,245)
#E1F1F6
(225,241,246)
#E8F5F7
(232,245,247)
#EFF9F8
(239,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D1EE color. Also use rgb(169,209,238) instead hex code.

Text Font Color

.myTextColor { color: #A9D1EE; }

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

This text font color is #A9D1EE.


Background Color

.myBgColor { background-color: #A9D1EE; }

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

This div background color is #A9D1EE.


Border color

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

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

This div border color is #A9D1EE.


Opacity

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

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

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

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

This text has shadow with #A9D1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D1EE on black background.


Color preview on white background

This text has color #A9D1EE on white background.



Black color preview on #A9D1EE background

This text has black color on #A9D1EE background.


White color preview on #A9D1EE background

This text has white color on #A9D1EE background.