COLOR #A9C2C7

HEX: #A9C2C7
RGB: (169,194,199)

Color info

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

RGB color model

#A9C2C7 color RGB value is (169,194,199).

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

RGB channels and saturation

R 169 of 255 = 66%
G 194 of 255 = 76%
B 199 of 255 = 78%

169
194
199

R + G + B ~ 73%. #A9C2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 194 + 199 = 562 (100%)
R 169 of 562 ~ 30.07%
G 194 of 562 ~ 34.52%
B 199 of 562 ~ 35.41%

%30.07
%34.52
%35.41

CMYK color model

#A9C2C7 color CMYK value is (15,3,0,22).

  • cyan value is 15.08%
  • magenta value is 2.51%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(15,3,0,22)
C15M3Y0K22 
(15%,3%,0%,22%)
(0.15/0.03/0.00/0.22)	

CMYK percentages

%15.08
%2.51
%0
%21.96

Codes

Color #A9C2C7 in popluar color models

A9C2C7
RGB169194199
HSL190°21.13%72.16%
HSB/HSV190°15.08%78.04%
CMYK15.08%2.51%0.00%
21.96%

Color #A9C2C7 in popluar number systems.

HEXA9C2C7
Decimal169194199
Binary101010011100001011000111
Octal251302307

Shades and tints

Shades of #A9C2C7

#A9C2C7
(169,194,199)
#9AB1B5
(154,177,181)
#8BA0A3
(139,160,163)
#7C8F91
(124,143,145)
#6D7E7F
(109,126,127)
#5E6D6D
(94,109,109)
#4F5C5B
(79,92,91)
#404B49
(64,75,73)
#313A37
(49,58,55)
#222925
(34,41,37)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #A9C2C7

#A9C2C7
(169,194,199)
#B0C7CC
(176,199,204)
#B7CCD1
(183,204,209)
#BED1D6
(190,209,214)
#C5D6DB
(197,214,219)
#CCDBE0
(204,219,224)
#D3E0E5
(211,224,229)
#DAE5EA
(218,229,234)
#E1EAEF
(225,234,239)
#E8EFF4
(232,239,244)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C2C7; }

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

This text font color is #A9C2C7.


Background Color

.myBgColor { background-color: #A9C2C7; }

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

This div background color is #A9C2C7.


Border color

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

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

This div border color is #A9C2C7.


Opacity

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

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

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

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

This text has shadow with #A9C2C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C2C7 on black background.


Color preview on white background

This text has color #A9C2C7 on white background.



Black color preview on #A9C2C7 background

This text has black color on #A9C2C7 background.


White color preview on #A9C2C7 background

This text has white color on #A9C2C7 background.