COLOR #A7C5DA

HEX: #A7C5DA RGB: (167,197,218)

Color info

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

RGB color model

#A7C5DA color RGB value is (167,197,218).

RGB: (167,197,218) (65%, 77%, 85%)

RGB channels and saturation

R 167 of 255 = 65%
G 197 of 255 = 77%
B 218 of 255 = 85%

167
197
218

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

Portions of RGB colors in percentages

R + G + B = 167 + 197 + 218 = 582 (100%)
R 167 of 582 ~ 28.69%
G 197 of 582 ~ 33.85%
B 218 of 582 ~ 37.46'%

%28.69
%33.85
%37.46

CMYK color model

#A7C5DA color CMYK value is (23,10,0,15).

  • cyan value is 23.39%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (23,10,0,15)
C23M10Y0K15 (23%, 10%, 0%, 15%)
(0.23 / 0.10 / 0.00 / 0.15)

CMYK percentages

%23.39
%9.63
%0
%14.51

Codes

Color #A7C5DA in popluar color models

A7 C5 DA
RGB 167 197 218
HSL 205° 40.80% 75.49%
HSB/HSV 205° 23.39% 85.49%
CMYK 23.39% 9.63% 0.00%
14.51%

Color #A7C5DA in popluar number systems.

HEX A7 C5 DA
Decimal 167 197 218
Binary 10100111 11000101 11011010
Octal 247 305 332

Shades and tints

Shades of #A7C5DA

#A7C5DA
(167,197,218)
#98B4C7
(152,180,199)
#89A3B4
(137,163,180)
#7A92A1
(122,146,161)
#6B818E
(107,129,142)
#5C707B
(92,112,123)
#4D5F68
(77,95,104)
#3E4E55
(62,78,85)
#2F3D42
(47,61,66)
#202C2F
(32,44,47)
#111B1C
(17,27,28)
#000000
(0,0,0)

Tints of #A7C5DA

#A7C5DA
(167,197,218)
#AFCADD
(175,202,221)
#B7CFE0
(183,207,224)
#BFD4E3
(191,212,227)
#C7D9E6
(199,217,230)
#CFDEE9
(207,222,233)
#D7E3EC
(215,227,236)
#DFE8EF
(223,232,239)
#E7EDF2
(231,237,242)
#EFF2F5
(239,242,245)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C5DA color. Also use rgb(167,197,218) instead hex code.

Text Font Color

.myTextColor { color: #A7C5DA; }

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

This text font color is #A7C5DA.

Background Color

.myBgColor { background-color: #A7C5DA; }

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

This div background color is #A7C5DA.

Border color

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

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

This div border color is #A7C5DA.

Opacity

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

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

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

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

This text has shadow with #A7C5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C5DA.

Preview

Color preview on black background

This text has color #A7C5DA on black background.


Color preview on white background

This text has color #A7C5DA on white background.


Black color preview on #A7C5DA background

This text has black color on #A7C5DA background.


White color preview on #A7C5DA background

This text has white color on #A7C5DA background.


Related colors

Complementary color

Complementary color for #hex is #583A25.


I love getcolorcode.com

Triadic colors

1 #DAA7C5 and #C5DAA7 with #A7C5DA are triadic colors.

2 #DAC5A7 and #C5A7DA with #A7C5DA are triadic colors.