COLOR #A9C7CC

HEX: #A9C7CC
RGB: (169,199,204)

Color info

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

RGB color model

#A9C7CC color RGB value is (169,199,204).

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

RGB channels and saturation

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

169
199
204

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

Portions of RGB colors in percentages

R + G + B =
169 + 199 + 204 = 572 (100%)
R 169 of 572 ~ 29.55%
G 199 of 572 ~ 34.79%
B 204 of 572 ~ 35.66%

%29.55
%34.79
%35.66

CMYK color model

#A9C7CC color CMYK value is (17,2,0,20).

  • cyan value is 17.16%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(17,2,0,20)
C17M2Y0K20 
(17%,2%,0%,20%)
(0.17/0.02/0.00/0.20)	

CMYK percentages

%17.16
%2.45
%0
%20

Codes

Color #A9C7CC in popluar color models

A9C7CC
RGB169199204
HSL189°25.55%73.14%
HSB/HSV189°17.16%80.00%
CMYK17.16%2.45%0.00%
20.00%

Color #A9C7CC in popluar number systems.

HEXA9C7CC
Decimal169199204
Binary101010011100011111001100
Octal251307314

Shades and tints

Shades of #A9C7CC

#A9C7CC
(169,199,204)
#9AB5BA
(154,181,186)
#8BA3A8
(139,163,168)
#7C9196
(124,145,150)
#6D7F84
(109,127,132)
#5E6D72
(94,109,114)
#4F5B60
(79,91,96)
#40494E
(64,73,78)
#31373C
(49,55,60)
#22252A
(34,37,42)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #A9C7CC

#A9C7CC
(169,199,204)
#B0CCD0
(176,204,208)
#B7D1D4
(183,209,212)
#BED6D8
(190,214,216)
#C5DBDC
(197,219,220)
#CCE0E0
(204,224,224)
#D3E5E4
(211,229,228)
#DAEAE8
(218,234,232)
#E1EFEC
(225,239,236)
#E8F4F0
(232,244,240)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C7CC; }

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

This text font color is #A9C7CC.


Background Color

.myBgColor { background-color: #A9C7CC; }

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

This div background color is #A9C7CC.


Border color

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

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

This div border color is #A9C7CC.


Opacity

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

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

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

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

This text has shadow with #A9C7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C7CC on black background.


Color preview on white background

This text has color #A9C7CC on white background.



Black color preview on #A9C7CC background

This text has black color on #A9C7CC background.


White color preview on #A9C7CC background

This text has white color on #A9C7CC background.