COLOR #A9DAC7

HEX: #A9DAC7
RGB: (169,218,199)

Color info

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

RGB color model

#A9DAC7 color RGB value is (169,218,199).

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

RGB channels and saturation

R 169 of 255 = 66%
G 218 of 255 = 85%
B 199 of 255 = 78%

169
218
199

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

Portions of RGB colors in percentages

R + G + B =
169 + 218 + 199 = 586 (100%)
R 169 of 586 ~ 28.84%
G 218 of 586 ~ 37.2%
B 199 of 586 ~ 33.96%

%28.84
%37.2
%33.96

CMYK color model

#A9DAC7 color CMYK value is (22,0,9,15).

  • cyan value is 22.48%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 14.51%
CMYK:
(22,0,9,15)
C22M0Y9K15 
(22%,0%,9%,15%)
(0.22/0.00/0.09/0.15)	

CMYK percentages

%22.48
%0
%8.72
%14.51

Codes

Color #A9DAC7 in popluar color models

A9DAC7
RGB169218199
HSL157°39.84%75.88%
HSB/HSV157°22.48%85.49%
CMYK22.48%0.00%8.72%
14.51%

Color #A9DAC7 in popluar number systems.

HEXA9DAC7
Decimal169218199
Binary101010011101101011000111
Octal251332307

Shades and tints

Shades of #A9DAC7

#A9DAC7
(169,218,199)
#9AC7B5
(154,199,181)
#8BB4A3
(139,180,163)
#7CA191
(124,161,145)
#6D8E7F
(109,142,127)
#5E7B6D
(94,123,109)
#4F685B
(79,104,91)
#405549
(64,85,73)
#314237
(49,66,55)
#222F25
(34,47,37)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #A9DAC7

#A9DAC7
(169,218,199)
#B0DDCC
(176,221,204)
#B7E0D1
(183,224,209)
#BEE3D6
(190,227,214)
#C5E6DB
(197,230,219)
#CCE9E0
(204,233,224)
#D3ECE5
(211,236,229)
#DAEFEA
(218,239,234)
#E1F2EF
(225,242,239)
#E8F5F4
(232,245,244)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DAC7; }

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

This text font color is #A9DAC7.


Background Color

.myBgColor { background-color: #A9DAC7; }

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

This div background color is #A9DAC7.


Border color

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

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

This div border color is #A9DAC7.


Opacity

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

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

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

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

This text has shadow with #A9DAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DAC7 on black background.


Color preview on white background

This text has color #A9DAC7 on white background.



Black color preview on #A9DAC7 background

This text has black color on #A9DAC7 background.


White color preview on #A9DAC7 background

This text has white color on #A9DAC7 background.