COLOR #A9D8EA

HEX: #A9D8EA RGB: (169,216,234)

Color info

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

RGB color model

#A9D8EA color RGB value is (169,216,234).

RGB: (169,216,234) (66%, 85%, 92%)

RGB channels and saturation

R 169 of 255 = 66%
G 216 of 255 = 85%
B 234 of 255 = 92%

169
216
234

R + G + B ~ 81%. #A9D8EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 216 + 234 = 619 (100%)
R 169 of 619 ~ 27.3%
G 216 of 619 ~ 34.89%
B 234 of 619 ~ 37.8'%

%27.3
%34.89
%37.8

CMYK color model

#A9D8EA color CMYK value is (28,8,0,8).

  • cyan value is 27.78%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (28,8,0,8)
C28M8Y0K8 (28%, 8%, 0%, 8%)
(0.28 / 0.08 / 0.00 / 0.08)

CMYK percentages

%27.78
%7.69
%0
%8.24

Codes

Color #A9D8EA in popluar color models

A9 D8 EA
RGB 169 216 234
HSL 197° 60.75% 79.02%
HSB/HSV 197° 27.78% 91.76%
CMYK 27.78% 7.69% 0.00%
8.24%

Color #A9D8EA in popluar number systems.

HEX A9 D8 EA
Decimal 169 216 234
Binary 10101001 11011000 11101010
Octal 251 330 352

Shades and tints

Shades of #A9D8EA

#A9D8EA
(169,216,234)
#9AC5D5
(154,197,213)
#8BB2C0
(139,178,192)
#7C9FAB
(124,159,171)
#6D8C96
(109,140,150)
#5E7981
(94,121,129)
#4F666C
(79,102,108)
#405357
(64,83,87)
#314042
(49,64,66)
#222D2D
(34,45,45)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #A9D8EA

#A9D8EA
(169,216,234)
#B0DBEB
(176,219,235)
#B7DEEC
(183,222,236)
#BEE1ED
(190,225,237)
#C5E4EE
(197,228,238)
#CCE7EF
(204,231,239)
#D3EAF0
(211,234,240)
#DAEDF1
(218,237,241)
#E1F0F2
(225,240,242)
#E8F3F3
(232,243,243)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D8EA color. Also use rgb(169,216,234) instead hex code.

Text Font Color

.myTextColor { color: #A9D8EA; }

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

This text font color is #A9D8EA.

Background Color

.myBgColor { background-color: #A9D8EA; }

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

This div background color is #A9D8EA.

Border color

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

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

This div border color is #A9D8EA.

Opacity

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

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

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

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

This text has shadow with #A9D8EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D8EA.

Preview

Color preview on black background

This text has color #A9D8EA on black background.


Color preview on white background

This text has color #A9D8EA on white background.


Black color preview on #A9D8EA background

This text has black color on #A9D8EA background.


White color preview on #A9D8EA background

This text has white color on #A9D8EA background.


Related colors

Complementary color

Complementary color for #hex is #562715.


I love getcolorcode.com

Triadic colors

1 #EAA9D8 and #D8EAA9 with #A9D8EA are triadic colors.

2 #EAD8A9 and #D8A9EA with #A9D8EA are triadic colors.