COLOR #A9DADD

HEX: #A9DADD
RGB: (169,218,221)

Color info

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

RGB color model

#A9DADD color RGB value is (169,218,221).

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

RGB channels and saturation

R 169 of 255 = 66%
G 218 of 255 = 85%
B 221 of 255 = 87%

169
218
221

R + G + B ~ 79%. #A9DADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 218 + 221 = 608 (100%)
R 169 of 608 ~ 27.8%
G 218 of 608 ~ 35.86%
B 221 of 608 ~ 36.35%

%27.8
%35.86
%36.35

CMYK color model

#A9DADD color CMYK value is (24,1,0,13).

  • cyan value is 23.53%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(24,1,0,13)
C24M1Y0K13 
(24%,1%,0%,13%)
(0.24/0.01/0.00/0.13)	

CMYK percentages

%23.53
%1.36
%0
%13.33

Codes

Color #A9DADD in popluar color models

A9DADD
RGB169218221
HSL183°43.33%76.47%
HSB/HSV183°23.53%86.67%
CMYK23.53%1.36%0.00%
13.33%

Color #A9DADD in popluar number systems.

HEXA9DADD
Decimal169218221
Binary101010011101101011011101
Octal251332335

Shades and tints

Shades of #A9DADD

#A9DADD
(169,218,221)
#9AC7C9
(154,199,201)
#8BB4B5
(139,180,181)
#7CA1A1
(124,161,161)
#6D8E8D
(109,142,141)
#5E7B79
(94,123,121)
#4F6865
(79,104,101)
#405551
(64,85,81)
#31423D
(49,66,61)
#222F29
(34,47,41)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #A9DADD

#A9DADD
(169,218,221)
#B0DDE0
(176,221,224)
#B7E0E3
(183,224,227)
#BEE3E6
(190,227,230)
#C5E6E9
(197,230,233)
#CCE9EC
(204,233,236)
#D3ECEF
(211,236,239)
#DAEFF2
(218,239,242)
#E1F2F5
(225,242,245)
#E8F5F8
(232,245,248)
#EFF8FB
(239,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DADD; }

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

This text font color is #A9DADD.


Background Color

.myBgColor { background-color: #A9DADD; }

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

This div background color is #A9DADD.


Border color

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

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

This div border color is #A9DADD.


Opacity

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

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

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

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

This text has shadow with #A9DADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DADD on black background.


Color preview on white background

This text has color #A9DADD on white background.



Black color preview on #A9DADD background

This text has black color on #A9DADD background.


White color preview on #A9DADD background

This text has white color on #A9DADD background.