COLOR #A9C7CD

HEX: #A9C7CD
RGB: (169,199,205)

Color info

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

RGB color model

#A9C7CD color RGB value is (169,199,205).

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

RGB channels and saturation

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

169
199
205

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

Portions of RGB colors in percentages

R + G + B =
169 + 199 + 205 = 573 (100%)
R 169 of 573 ~ 29.49%
G 199 of 573 ~ 34.73%
B 205 of 573 ~ 35.78%

%29.49
%34.73
%35.78

CMYK color model

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

  • cyan value is 17.56%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(18,3,0,20)
C18M3Y0K20 
(18%,3%,0%,20%)
(0.18/0.03/0.00/0.20)	

CMYK percentages

%17.56
%2.93
%0
%19.61

Codes

Color #A9C7CD in popluar color models

A9C7CD
RGB169199205
HSL190°26.47%73.33%
HSB/HSV190°17.56%80.39%
CMYK17.56%2.93%0.00%
19.61%

Color #A9C7CD in popluar number systems.

HEXA9C7CD
Decimal169199205
Binary101010011100011111001101
Octal251307315

Shades and tints

Shades of #A9C7CD

#A9C7CD
(169,199,205)
#9AB5BB
(154,181,187)
#8BA3A9
(139,163,169)
#7C9197
(124,145,151)
#6D7F85
(109,127,133)
#5E6D73
(94,109,115)
#4F5B61
(79,91,97)
#40494F
(64,73,79)
#31373D
(49,55,61)
#22252B
(34,37,43)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #A9C7CD

#A9C7CD
(169,199,205)
#B0CCD1
(176,204,209)
#B7D1D5
(183,209,213)
#BED6D9
(190,214,217)
#C5DBDD
(197,219,221)
#CCE0E1
(204,224,225)
#D3E5E5
(211,229,229)
#DAEAE9
(218,234,233)
#E1EFED
(225,239,237)
#E8F4F1
(232,244,241)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C7CD; }

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

This text font color is #A9C7CD.


Background Color

.myBgColor { background-color: #A9C7CD; }

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

This div background color is #A9C7CD.


Border color

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

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

This div border color is #A9C7CD.


Opacity

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

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

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

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

This text has shadow with #A9C7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C7CD on black background.


Color preview on white background

This text has color #A9C7CD on white background.



Black color preview on #A9C7CD background

This text has black color on #A9C7CD background.


White color preview on #A9C7CD background

This text has white color on #A9C7CD background.