COLOR #A9C5CA

HEX: #A9C5CA
RGB: (169,197,202)

Color info

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

RGB color model

#A9C5CA color RGB value is (169,197,202).

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

RGB channels and saturation

R 169 of 255 = 66%
G 197 of 255 = 77%
B 202 of 255 = 79%

169
197
202

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

Portions of RGB colors in percentages

R + G + B =
169 + 197 + 202 = 568 (100%)
R 169 of 568 ~ 29.75%
G 197 of 568 ~ 34.68%
B 202 of 568 ~ 35.56%

%29.75
%34.68
%35.56

CMYK color model

#A9C5CA color CMYK value is (16,2,0,21).

  • cyan value is 16.34%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(16,2,0,21)
C16M2Y0K21 
(16%,2%,0%,21%)
(0.16/0.02/0.00/0.21)	

CMYK percentages

%16.34
%2.48
%0
%20.78

Codes

Color #A9C5CA in popluar color models

A9C5CA
RGB169197202
HSL189°23.74%72.75%
HSB/HSV189°16.34%79.22%
CMYK16.34%2.48%0.00%
20.78%

Color #A9C5CA in popluar number systems.

HEXA9C5CA
Decimal169197202
Binary101010011100010111001010
Octal251305312

Shades and tints

Shades of #A9C5CA

#A9C5CA
(169,197,202)
#9AB4B8
(154,180,184)
#8BA3A6
(139,163,166)
#7C9294
(124,146,148)
#6D8182
(109,129,130)
#5E7070
(94,112,112)
#4F5F5E
(79,95,94)
#404E4C
(64,78,76)
#313D3A
(49,61,58)
#222C28
(34,44,40)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #A9C5CA

#A9C5CA
(169,197,202)
#B0CACE
(176,202,206)
#B7CFD2
(183,207,210)
#BED4D6
(190,212,214)
#C5D9DA
(197,217,218)
#CCDEDE
(204,222,222)
#D3E3E2
(211,227,226)
#DAE8E6
(218,232,230)
#E1EDEA
(225,237,234)
#E8F2EE
(232,242,238)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C5CA; }

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

This text font color is #A9C5CA.


Background Color

.myBgColor { background-color: #A9C5CA; }

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

This div background color is #A9C5CA.


Border color

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

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

This div border color is #A9C5CA.


Opacity

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

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

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

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

This text has shadow with #A9C5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C5CA on black background.


Color preview on white background

This text has color #A9C5CA on white background.



Black color preview on #A9C5CA background

This text has black color on #A9C5CA background.


White color preview on #A9C5CA background

This text has white color on #A9C5CA background.