COLOR #A9C7D6

HEX: #A9C7D6
RGB: (169,199,214)

Color info

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

RGB color model

#A9C7D6 color RGB value is (169,199,214).

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

RGB channels and saturation

R 169 of 255 = 66%
G 199 of 255 = 78%
B 214 of 255 = 84%

169
199
214

R + G + B ~ 76%. #A9C7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 199 + 214 = 582 (100%)
R 169 of 582 ~ 29.04%
G 199 of 582 ~ 34.19%
B 214 of 582 ~ 36.77%

%29.04
%34.19
%36.77

CMYK color model

#A9C7D6 color CMYK value is (21,7,0,16).

  • cyan value is 21.03%
  • magenta value is 7.01%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(21,7,0,16)
C21M7Y0K16 
(21%,7%,0%,16%)
(0.21/0.07/0.00/0.16)	

CMYK percentages

%21.03
%7.01
%0
%16.08

Codes

Color #A9C7D6 in popluar color models

A9C7D6
RGB169199214
HSL200°35.43%75.10%
HSB/HSV200°21.03%83.92%
CMYK21.03%7.01%0.00%
16.08%

Color #A9C7D6 in popluar number systems.

HEXA9C7D6
Decimal169199214
Binary101010011100011111010110
Octal251307326

Shades and tints

Shades of #A9C7D6

#A9C7D6
(169,199,214)
#9AB5C3
(154,181,195)
#8BA3B0
(139,163,176)
#7C919D
(124,145,157)
#6D7F8A
(109,127,138)
#5E6D77
(94,109,119)
#4F5B64
(79,91,100)
#404951
(64,73,81)
#31373E
(49,55,62)
#22252B
(34,37,43)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #A9C7D6

#A9C7D6
(169,199,214)
#B0CCD9
(176,204,217)
#B7D1DC
(183,209,220)
#BED6DF
(190,214,223)
#C5DBE2
(197,219,226)
#CCE0E5
(204,224,229)
#D3E5E8
(211,229,232)
#DAEAEB
(218,234,235)
#E1EFEE
(225,239,238)
#E8F4F1
(232,244,241)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C7D6; }

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

This text font color is #A9C7D6.


Background Color

.myBgColor { background-color: #A9C7D6; }

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

This div background color is #A9C7D6.


Border color

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

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

This div border color is #A9C7D6.


Opacity

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

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

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

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

This text has shadow with #A9C7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C7D6 on black background.


Color preview on white background

This text has color #A9C7D6 on white background.



Black color preview on #A9C7D6 background

This text has black color on #A9C7D6 background.


White color preview on #A9C7D6 background

This text has white color on #A9C7D6 background.