COLOR #A9CDD1

HEX: #A9CDD1 RGB: (169,205,209)

Color info

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

RGB color model

#A9CDD1 color RGB value is (169,205,209).

RGB: (169,205,209) (66%, 80%, 82%)

RGB channels and saturation

R 169 of 255 = 66%
G 205 of 255 = 80%
B 209 of 255 = 82%

169
205
209

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

Portions of RGB colors in percentages

R + G + B = 169 + 205 + 209 = 583 (100%)
R 169 of 583 ~ 28.99%
G 205 of 583 ~ 35.16%
B 209 of 583 ~ 35.85'%

%28.99
%35.16
%35.85

CMYK color model

#A9CDD1 color CMYK value is (19,2,0,18).

  • cyan value is 19.14%
  • magenta value is 1.91%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (19,2,0,18)
C19M2Y0K18 (19%, 2%, 0%, 18%)
(0.19 / 0.02 / 0.00 / 0.18)

CMYK percentages

%19.14
%1.91
%0
%18.04

Codes

Color #A9CDD1 in popluar color models

A9 CD D1
RGB 169 205 209
HSL 186° 30.30% 74.12%
HSB/HSV 186° 19.14% 81.96%
CMYK 19.14% 1.91% 0.00%
18.04%

Color #A9CDD1 in popluar number systems.

HEX A9 CD D1
Decimal 169 205 209
Binary 10101001 11001101 11010001
Octal 251 315 321

Shades and tints

Shades of #A9CDD1

#A9CDD1
(169,205,209)
#9ABBBE
(154,187,190)
#8BA9AB
(139,169,171)
#7C9798
(124,151,152)
#6D8585
(109,133,133)
#5E7372
(94,115,114)
#4F615F
(79,97,95)
#404F4C
(64,79,76)
#313D39
(49,61,57)
#222B26
(34,43,38)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #A9CDD1

#A9CDD1
(169,205,209)
#B0D1D5
(176,209,213)
#B7D5D9
(183,213,217)
#BED9DD
(190,217,221)
#C5DDE1
(197,221,225)
#CCE1E5
(204,225,229)
#D3E5E9
(211,229,233)
#DAE9ED
(218,233,237)
#E1EDF1
(225,237,241)
#E8F1F5
(232,241,245)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CDD1; }

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

This text font color is #A9CDD1.

Background Color

.myBgColor { background-color: #A9CDD1; }

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

This div background color is #A9CDD1.

Border color

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

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

This div border color is #A9CDD1.

Opacity

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

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

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

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

This text has shadow with #A9CDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CDD1.

Preview

Color preview on black background

This text has color #A9CDD1 on black background.


Color preview on white background

This text has color #A9CDD1 on white background.


Black color preview on #A9CDD1 background

This text has black color on #A9CDD1 background.


White color preview on #A9CDD1 background

This text has white color on #A9CDD1 background.


Related colors

Complementary color

Complementary color for #hex is #56322E.


I love getcolorcode.com

Triadic colors

1 #D1A9CD and #CDD1A9 with #A9CDD1 are triadic colors.

2 #D1CDA9 and #CDA9D1 with #A9CDD1 are triadic colors.