COLOR #A9D7E9

HEX: #A9D7E9
RGB: (169,215,233)

Color info

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

RGB color model

#A9D7E9 color RGB value is (169,215,233).

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

RGB channels and saturation

R 169 of 255 = 66%
G 215 of 255 = 84%
B 233 of 255 = 91%

169
215
233

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

Portions of RGB colors in percentages

R + G + B =
169 + 215 + 233 = 617 (100%)
R 169 of 617 ~ 27.39%
G 215 of 617 ~ 34.85%
B 233 of 617 ~ 37.76%

%27.39
%34.85
%37.76

CMYK color model

#A9D7E9 color CMYK value is (27,8,0,9).

  • cyan value is 27.47%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(27,8,0,9)
C27M8Y0K9 
(27%,8%,0%,9%)
(0.27/0.08/0.00/0.09)	

CMYK percentages

%27.47
%7.73
%0
%8.63

Codes

Color #A9D7E9 in popluar color models

A9D7E9
RGB169215233
HSL197°59.26%78.82%
HSB/HSV197°27.47%91.37%
CMYK27.47%7.73%0.00%
8.63%

Color #A9D7E9 in popluar number systems.

HEXA9D7E9
Decimal169215233
Binary101010011101011111101001
Octal251327351

Shades and tints

Shades of #A9D7E9

#A9D7E9
(169,215,233)
#9AC4D4
(154,196,212)
#8BB1BF
(139,177,191)
#7C9EAA
(124,158,170)
#6D8B95
(109,139,149)
#5E7880
(94,120,128)
#4F656B
(79,101,107)
#405256
(64,82,86)
#313F41
(49,63,65)
#222C2C
(34,44,44)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #A9D7E9

#A9D7E9
(169,215,233)
#B0DAEB
(176,218,235)
#B7DDED
(183,221,237)
#BEE0EF
(190,224,239)
#C5E3F1
(197,227,241)
#CCE6F3
(204,230,243)
#D3E9F5
(211,233,245)
#DAECF7
(218,236,247)
#E1EFF9
(225,239,249)
#E8F2FB
(232,242,251)
#EFF5FD
(239,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9D7E9; }

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

This text font color is #A9D7E9.


Background Color

.myBgColor { background-color: #A9D7E9; }

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

This div background color is #A9D7E9.


Border color

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

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

This div border color is #A9D7E9.


Opacity

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

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

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

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

This text has shadow with #A9D7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D7E9 on black background.


Color preview on white background

This text has color #A9D7E9 on white background.



Black color preview on #A9D7E9 background

This text has black color on #A9D7E9 background.


White color preview on #A9D7E9 background

This text has white color on #A9D7E9 background.