COLOR #A9C5CD

HEX: #A9C5CD
RGB: (169,197,205)

Color info

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

RGB color model

#A9C5CD color RGB value is (169,197,205).

  • red value is 169;
  • green value is 197;
  • blue value is 205.
RGB:
(169,197,205)
(66%,77%,80%)

RGB channels and saturation

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

169
197
205

R + G + B ~ 74%. #A9C5CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 197 + 205 = 571 (100%)
R 169 of 571 ~ 29.6%
G 197 of 571 ~ 34.5%
B 205 of 571 ~ 35.9%

%29.6
%34.5
%35.9

CMYK color model

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

  • cyan value is 17.56%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(18,4,0,20)
C18M4Y0K20 
(18%,4%,0%,20%)
(0.18/0.04/0.00/0.20)	

CMYK percentages

%17.56
%3.9
%0
%19.61

Codes

Color #A9C5CD in popluar color models

A9C5CD
RGB169197205
HSL193°26.47%73.33%
HSB/HSV193°17.56%80.39%
CMYK17.56%3.90%0.00%
19.61%

Color #A9C5CD in popluar number systems.

HEXA9C5CD
Decimal169197205
Binary101010011100010111001101
Octal251305315

Shades and tints

Shades of #A9C5CD

#A9C5CD
(169,197,205)
#9AB4BB
(154,180,187)
#8BA3A9
(139,163,169)
#7C9297
(124,146,151)
#6D8185
(109,129,133)
#5E7073
(94,112,115)
#4F5F61
(79,95,97)
#404E4F
(64,78,79)
#313D3D
(49,61,61)
#222C2B
(34,44,43)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #A9C5CD

#A9C5CD
(169,197,205)
#B0CAD1
(176,202,209)
#B7CFD5
(183,207,213)
#BED4D9
(190,212,217)
#C5D9DD
(197,217,221)
#CCDEE1
(204,222,225)
#D3E3E5
(211,227,229)
#DAE8E9
(218,232,233)
#E1EDED
(225,237,237)
#E8F2F1
(232,242,241)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C5CD; }

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

This text font color is #A9C5CD.


Background Color

.myBgColor { background-color: #A9C5CD; }

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

This div background color is #A9C5CD.


Border color

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

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

This div border color is #A9C5CD.


Opacity

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

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

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

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

This text has shadow with #A9C5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C5CD on black background.


Color preview on white background

This text has color #A9C5CD on white background.



Black color preview on #A9C5CD background

This text has black color on #A9C5CD background.


White color preview on #A9C5CD background

This text has white color on #A9C5CD background.