COLOR #A9CDCD

HEX: #A9CDCD RGB: (169,205,205)

Color info

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

RGB color model

#A9CDCD color RGB value is (169,205,205).

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

RGB channels and saturation

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

169
205
205

R + G + B ~ 75%. #A9CDCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 205 + 205 = 579 (100%)
R 169 of 579 ~ 29.19%
G 205 of 579 ~ 35.41%
B 205 of 579 ~ 35.41'%

%29.19
%35.41
%35.41

CMYK color model

#A9CDCD color CMYK value is (18,0,0,20).

  • cyan value is 17.56%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (18,0,0,20)
C18M0Y0K20 (18%, 0%, 0%, 20%)
(0.18 / 0.00 / 0.00 / 0.20)

CMYK percentages

%17.56
%0
%0
%19.61

Codes

Color #A9CDCD in popluar color models

A9 CD CD
RGB 169 205 205
HSL 180° 26.47% 73.33%
HSB/HSV 180° 17.56% 80.39%
CMYK 17.56% 0.00% 0.00%
19.61%

Color #A9CDCD in popluar number systems.

HEX A9 CD CD
Decimal 169 205 205
Binary 10101001 11001101 11001101
Octal 251 315 315

Shades and tints

Shades of #A9CDCD

#A9CDCD
(169,205,205)
#9ABBBB
(154,187,187)
#8BA9A9
(139,169,169)
#7C9797
(124,151,151)
#6D8585
(109,133,133)
#5E7373
(94,115,115)
#4F6161
(79,97,97)
#404F4F
(64,79,79)
#313D3D
(49,61,61)
#222B2B
(34,43,43)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #A9CDCD

#A9CDCD
(169,205,205)
#B0D1D1
(176,209,209)
#B7D5D5
(183,213,213)
#BED9D9
(190,217,217)
#C5DDDD
(197,221,221)
#CCE1E1
(204,225,225)
#D3E5E5
(211,229,229)
#DAE9E9
(218,233,233)
#E1EDED
(225,237,237)
#E8F1F1
(232,241,241)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CDCD; }

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

This text font color is #A9CDCD.

Background Color

.myBgColor { background-color: #A9CDCD; }

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

This div background color is #A9CDCD.

Border color

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

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

This div border color is #A9CDCD.

Opacity

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

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

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

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

This text has shadow with #A9CDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CDCD.

Preview

Color preview on black background

This text has color #A9CDCD on black background.


Color preview on white background

This text has color #A9CDCD on white background.


Black color preview on #A9CDCD background

This text has black color on #A9CDCD background.


White color preview on #A9CDCD background

This text has white color on #A9CDCD background.


Related colors

Complementary color

Complementary color for #hex is #563232.


I love getcolorcode.com