COLOR #A9DAD1

HEX: #A9DAD1
RGB: (169,218,209)

Color info

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

RGB color model

#A9DAD1 color RGB value is (169,218,209).

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

RGB channels and saturation

R 169 of 255 = 66%
G 218 of 255 = 85%
B 209 of 255 = 82%

169
218
209

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

Portions of RGB colors in percentages

R + G + B =
169 + 218 + 209 = 596 (100%)
R 169 of 596 ~ 28.36%
G 218 of 596 ~ 36.58%
B 209 of 596 ~ 35.07%

%28.36
%36.58
%35.07

CMYK color model

#A9DAD1 color CMYK value is (22,0,4,15).

  • cyan value is 22.48%
  • magenta value is 0.00%
  • yellow value is 4.13%
  • key color value is 14.51%
CMYK:
(22,0,4,15)
C22M0Y4K15 
(22%,0%,4%,15%)
(0.22/0.00/0.04/0.15)	

CMYK percentages

%22.48
%0
%4.13
%14.51

Codes

Color #A9DAD1 in popluar color models

A9DAD1
RGB169218209
HSL169°39.84%75.88%
HSB/HSV169°22.48%85.49%
CMYK22.48%0.00%4.13%
14.51%

Color #A9DAD1 in popluar number systems.

HEXA9DAD1
Decimal169218209
Binary101010011101101011010001
Octal251332321

Shades and tints

Shades of #A9DAD1

#A9DAD1
(169,218,209)
#9AC7BE
(154,199,190)
#8BB4AB
(139,180,171)
#7CA198
(124,161,152)
#6D8E85
(109,142,133)
#5E7B72
(94,123,114)
#4F685F
(79,104,95)
#40554C
(64,85,76)
#314239
(49,66,57)
#222F26
(34,47,38)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #A9DAD1

#A9DAD1
(169,218,209)
#B0DDD5
(176,221,213)
#B7E0D9
(183,224,217)
#BEE3DD
(190,227,221)
#C5E6E1
(197,230,225)
#CCE9E5
(204,233,229)
#D3ECE9
(211,236,233)
#DAEFED
(218,239,237)
#E1F2F1
(225,242,241)
#E8F5F5
(232,245,245)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DAD1; }

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

This text font color is #A9DAD1.


Background Color

.myBgColor { background-color: #A9DAD1; }

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

This div background color is #A9DAD1.


Border color

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

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

This div border color is #A9DAD1.


Opacity

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

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

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

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

This text has shadow with #A9DAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DAD1 on black background.


Color preview on white background

This text has color #A9DAD1 on white background.



Black color preview on #A9DAD1 background

This text has black color on #A9DAD1 background.


White color preview on #A9DAD1 background

This text has white color on #A9DAD1 background.