COLOR #A9D3DC

HEX: #A9D3DC RGB: (169,211,220)

Color info

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

RGB color model

#A9D3DC color RGB value is (169,211,220).

RGB: (169,211,220) (66%, 83%, 86%)

RGB channels and saturation

R 169 of 255 = 66%
G 211 of 255 = 83%
B 220 of 255 = 86%

169
211
220

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

Portions of RGB colors in percentages

R + G + B = 169 + 211 + 220 = 600 (100%)
R 169 of 600 ~ 28.17%
G 211 of 600 ~ 35.17%
B 220 of 600 ~ 36.67'%

%28.17
%35.17
%36.67

CMYK color model

#A9D3DC color CMYK value is (23,4,0,14).

  • cyan value is 23.18%
  • magenta value is 4.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (23,4,0,14)
C23M4Y0K14 (23%, 4%, 0%, 14%)
(0.23 / 0.04 / 0.00 / 0.14)

CMYK percentages

%23.18
%4.09
%0
%13.73

Codes

Color #A9D3DC in popluar color models

A9 D3 DC
RGB 169 211 220
HSL 191° 42.15% 76.27%
HSB/HSV 191° 23.18% 86.27%
CMYK 23.18% 4.09% 0.00%
13.73%

Color #A9D3DC in popluar number systems.

HEX A9 D3 DC
Decimal 169 211 220
Binary 10101001 11010011 11011100
Octal 251 323 334

Shades and tints

Shades of #A9D3DC

#A9D3DC
(169,211,220)
#9AC0C8
(154,192,200)
#8BADB4
(139,173,180)
#7C9AA0
(124,154,160)
#6D878C
(109,135,140)
#5E7478
(94,116,120)
#4F6164
(79,97,100)
#404E50
(64,78,80)
#313B3C
(49,59,60)
#222828
(34,40,40)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #A9D3DC

#A9D3DC
(169,211,220)
#B0D7DF
(176,215,223)
#B7DBE2
(183,219,226)
#BEDFE5
(190,223,229)
#C5E3E8
(197,227,232)
#CCE7EB
(204,231,235)
#D3EBEE
(211,235,238)
#DAEFF1
(218,239,241)
#E1F3F4
(225,243,244)
#E8F7F7
(232,247,247)
#EFFBFA
(239,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D3DC color. Also use rgb(169,211,220) instead hex code.

Text Font Color

.myTextColor { color: #A9D3DC; }

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

This text font color is #A9D3DC.

Background Color

.myBgColor { background-color: #A9D3DC; }

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

This div background color is #A9D3DC.

Border color

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

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

This div border color is #A9D3DC.

Opacity

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

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

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

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

This text has shadow with #A9D3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D3DC.

Preview

Color preview on black background

This text has color #A9D3DC on black background.


Color preview on white background

This text has color #A9D3DC on white background.


Black color preview on #A9D3DC background

This text has black color on #A9D3DC background.


White color preview on #A9D3DC background

This text has white color on #A9D3DC background.


Related colors

Complementary color

Complementary color for #hex is #562C23.


I love getcolorcode.com

Triadic colors

1 #DCA9D3 and #D3DCA9 with #A9D3DC are triadic colors.

2 #DCD3A9 and #D3A9DC with #A9D3DC are triadic colors.