COLOR #A9CCC7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

169
204
199

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

Portions of RGB colors in percentages

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

%29.55
%35.66
%34.79

CMYK color model

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

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

CMYK percentages

%17.16
%0
%2.45
%20

Codes

Color #A9CCC7 in popluar color models

A9CCC7
RGB169204199
HSL171°25.55%73.14%
HSB/HSV171°17.16%80.00%
CMYK17.16%0.00%2.45%
20.00%

Color #A9CCC7 in popluar number systems.

HEXA9CCC7
Decimal169204199
Binary101010011100110011000111
Octal251314307

Shades and tints

Shades of #A9CCC7

#A9CCC7
(169,204,199)
#9ABAB5
(154,186,181)
#8BA8A3
(139,168,163)
#7C9691
(124,150,145)
#6D847F
(109,132,127)
#5E726D
(94,114,109)
#4F605B
(79,96,91)
#404E49
(64,78,73)
#313C37
(49,60,55)
#222A25
(34,42,37)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #A9CCC7

#A9CCC7
(169,204,199)
#B0D0CC
(176,208,204)
#B7D4D1
(183,212,209)
#BED8D6
(190,216,214)
#C5DCDB
(197,220,219)
#CCE0E0
(204,224,224)
#D3E4E5
(211,228,229)
#DAE8EA
(218,232,234)
#E1ECEF
(225,236,239)
#E8F0F4
(232,240,244)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CCC7; }

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

This text font color is #A9CCC7.


Background Color

.myBgColor { background-color: #A9CCC7; }

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

This div background color is #A9CCC7.


Border color

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

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

This div border color is #A9CCC7.


Opacity

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

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

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

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

This text has shadow with #A9CCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CCC7 on black background.


Color preview on white background

This text has color #A9CCC7 on white background.



Black color preview on #A9CCC7 background

This text has black color on #A9CCC7 background.


White color preview on #A9CCC7 background

This text has white color on #A9CCC7 background.