COLOR #A9D6DA

HEX: #A9D6DA
RGB: (169,214,218)

Color info

#A9D6DA contains red, green and blue colors in about the same proportion. Web safe color of #A9D6DA is #99CCCC (or #9CC).

RGB color model

#A9D6DA color RGB value is (169,214,218).

  • red value is 169;
  • green value is 214;
  • blue value is 218.
RGB:
(169,214,218)
(66%,84%,85%)

RGB channels and saturation

R 169 of 255 = 66%
G 214 of 255 = 84%
B 218 of 255 = 85%

169
214
218

R + G + B ~ 78%. #A9D6DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 214 + 218 = 601 (100%)
R 169 of 601 ~ 28.12%
G 214 of 601 ~ 35.61%
B 218 of 601 ~ 36.27%

%28.12
%35.61
%36.27

CMYK color model

#A9D6DA color CMYK value is (22,2,0,15).

  • cyan value is 22.48%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(22,2,0,15)
C22M2Y0K15 
(22%,2%,0%,15%)
(0.22/0.02/0.00/0.15)	

CMYK percentages

%22.48
%1.83
%0
%14.51

Codes

Color #A9D6DA in popluar color models

A9D6DA
RGB169214218
HSL185°39.84%75.88%
HSB/HSV185°22.48%85.49%
CMYK22.48%1.83%0.00%
14.51%

Color #A9D6DA in popluar number systems.

HEXA9D6DA
Decimal169214218
Binary101010011101011011011010
Octal251326332

Shades and tints

Shades of #A9D6DA

#A9D6DA
(169,214,218)
#9AC3C7
(154,195,199)
#8BB0B4
(139,176,180)
#7C9DA1
(124,157,161)
#6D8A8E
(109,138,142)
#5E777B
(94,119,123)
#4F6468
(79,100,104)
#405155
(64,81,85)
#313E42
(49,62,66)
#222B2F
(34,43,47)
#13181C
(19,24,28)
#000000
(0,0,0)

Tints of #A9D6DA

#A9D6DA
(169,214,218)
#B0D9DD
(176,217,221)
#B7DCE0
(183,220,224)
#BEDFE3
(190,223,227)
#C5E2E6
(197,226,230)
#CCE5E9
(204,229,233)
#D3E8EC
(211,232,236)
#DAEBEF
(218,235,239)
#E1EEF2
(225,238,242)
#E8F1F5
(232,241,245)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D6DA color. Also use rgb(169,214,218) instead hex code.

Text Font Color

.myTextColor { color: #A9D6DA; }

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

This text font color is #A9D6DA.


Background Color

.myBgColor { background-color: #A9D6DA; }

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

This div background color is #A9D6DA.


Border color

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

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

This div border color is #A9D6DA.


Opacity

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

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

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

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

This text has shadow with #A9D6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D6DA on black background.


Color preview on white background

This text has color #A9D6DA on white background.



Black color preview on #A9D6DA background

This text has black color on #A9D6DA background.


White color preview on #A9D6DA background

This text has white color on #A9D6DA background.