COLOR #A9DAC5

HEX: #A9DAC5 RGB: (169,218,197)

Color info

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

RGB color model

#A9DAC5 color RGB value is (169,218,197).

RGB: (169,218,197) (66%, 85%, 77%)

RGB channels and saturation

R 169 of 255 = 66%
G 218 of 255 = 85%
B 197 of 255 = 77%

169
218
197

R + G + B ~ 76%. #A9DAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 218 + 197 = 584 (100%)
R 169 of 584 ~ 28.94%
G 218 of 584 ~ 37.33%
B 197 of 584 ~ 33.73'%

%28.94
%37.33
%33.73

CMYK color model

#A9DAC5 color CMYK value is (22,0,10,15).

  • cyan value is 22.48%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 14.51%

CMYK: (22,0,10,15)
C22M0Y10K15 (22%, 0%, 10%, 15%)
(0.22 / 0.00 / 0.10 / 0.15)

CMYK percentages

%22.48
%0
%9.63
%14.51

Codes

Color #A9DAC5 in popluar color models

A9 DA C5
RGB 169 218 197
HSL 154° 39.84% 75.88%
HSB/HSV 154° 22.48% 85.49%
CMYK 22.48% 0.00% 9.63%
14.51%

Color #A9DAC5 in popluar number systems.

HEX A9 DA C5
Decimal 169 218 197
Binary 10101001 11011010 11000101
Octal 251 332 305

Shades and tints

Shades of #A9DAC5

#A9DAC5
(169,218,197)
#9AC7B4
(154,199,180)
#8BB4A3
(139,180,163)
#7CA192
(124,161,146)
#6D8E81
(109,142,129)
#5E7B70
(94,123,112)
#4F685F
(79,104,95)
#40554E
(64,85,78)
#31423D
(49,66,61)
#222F2C
(34,47,44)
#131C1B
(19,28,27)
#000000
(0,0,0)

Tints of #A9DAC5

#A9DAC5
(169,218,197)
#B0DDCA
(176,221,202)
#B7E0CF
(183,224,207)
#BEE3D4
(190,227,212)
#C5E6D9
(197,230,217)
#CCE9DE
(204,233,222)
#D3ECE3
(211,236,227)
#DAEFE8
(218,239,232)
#E1F2ED
(225,242,237)
#E8F5F2
(232,245,242)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DAC5; }

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

This text font color is #A9DAC5.

Background Color

.myBgColor { background-color: #A9DAC5; }

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

This div background color is #A9DAC5.

Border color

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

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

This div border color is #A9DAC5.

Opacity

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

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

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

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

This text has shadow with #A9DAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9DAC5.

Preview

Color preview on black background

This text has color #A9DAC5 on black background.


Color preview on white background

This text has color #A9DAC5 on white background.


Black color preview on #A9DAC5 background

This text has black color on #A9DAC5 background.


White color preview on #A9DAC5 background

This text has white color on #A9DAC5 background.


Related colors

Complementary color

Complementary color for #hex is #56253A.


I love getcolorcode.com

Triadic colors

1 #C5A9DA and #DAC5A9 with #A9DAC5 are triadic colors.

2 #C5DAA9 and #DAA9C5 with #A9DAC5 are triadic colors.