COLOR #A7C9D6

HEX: #A7C9D6 RGB: (167,201,214)

Color info

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

RGB color model

#A7C9D6 color RGB value is (167,201,214).

RGB: (167,201,214) (65%, 79%, 84%)

RGB channels and saturation

R 167 of 255 = 65%
G 201 of 255 = 79%
B 214 of 255 = 84%

167
201
214

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

Portions of RGB colors in percentages

R + G + B = 167 + 201 + 214 = 582 (100%)
R 167 of 582 ~ 28.69%
G 201 of 582 ~ 34.54%
B 214 of 582 ~ 36.77'%

%28.69
%34.54
%36.77

CMYK color model

#A7C9D6 color CMYK value is (22,6,0,16).

  • cyan value is 21.96%
  • magenta value is 6.07%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (22,6,0,16) C22M6Y0K16 (22%,6%,0%,16%) (0.22/0.06/0.00/0.16) 

CMYK percentages

%21.96
%6.07
%0
%16.08

Codes

Color #A7C9D6 in popluar color models

A7 C9 D6
RGB 167 201 214
HSL 197° 36.43% 74.71%
HSB/HSV 197° 21.96% 83.92%
CMYK 21.96% 6.07% 0.00%
16.08%

Color #A7C9D6 in popluar number systems.

HEX A7 C9 D6
Decimal 167 201 214
Binary 10100111 11001001 11010110
Octal 247 311 326

Shades and tints

Shades of #A7C9D6

#A7C9D6
(167,201,214)
#98B7C3
(152,183,195)
#89A5B0
(137,165,176)
#7A939D
(122,147,157)
#6B818A
(107,129,138)
#5C6F77
(92,111,119)
#4D5D64
(77,93,100)
#3E4B51
(62,75,81)
#2F393E
(47,57,62)
#20272B
(32,39,43)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #A7C9D6

#A7C9D6
(167,201,214)
#AFCDD9
(175,205,217)
#B7D1DC
(183,209,220)
#BFD5DF
(191,213,223)
#C7D9E2
(199,217,226)
#CFDDE5
(207,221,229)
#D7E1E8
(215,225,232)
#DFE5EB
(223,229,235)
#E7E9EE
(231,233,238)
#EFEDF1
(239,237,241)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C9D6 color. Also use rgb(167,201,214) instead hex code.

Text Font Color

.myTextColor { color: #A7C9D6; }

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

This text font color is #A7C9D6.

Background Color

.myBgColor { background-color: #A7C9D6; }

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

This div background color is #A7C9D6.

Border color

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

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

This div border color is #A7C9D6.

Opacity

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

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

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

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

This text has shadow with #A7C9D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C9D6.

Preview

Color preview on black background

This text has color #A7C9D6 on black background.


Color preview on white background

This text has color #A7C9D6 on white background.


Black color preview on #A7C9D6 background

This text has black color on #A7C9D6 background.


White color preview on #A7C9D6 background

This text has white color on #A7C9D6 background.


Related colors

Complementary color

Complementary color for #hex is #583629.


I love getcolorcode.com

Triadic colors

1 #D6A7C9 and #C9D6A7 with #A7C9D6 are triadic colors.

2 #D6C9A7 and #C9A7D6 with #A7C9D6 are triadic colors.