COLOR #A7C2DA

HEX: #A7C2DA RGB: (167,194,218)

Color info

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

RGB color model

#A7C2DA color RGB value is (167,194,218).

RGB: (167,194,218) (65%, 76%, 85%)

RGB channels and saturation

R 167 of 255 = 65%
G 194 of 255 = 76%
B 218 of 255 = 85%

167
194
218

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

Portions of RGB colors in percentages

R + G + B = 167 + 194 + 218 = 579 (100%)
R 167 of 579 ~ 28.84%
G 194 of 579 ~ 33.51%
B 218 of 579 ~ 37.65'%

%28.84
%33.51
%37.65

CMYK color model

#A7C2DA color CMYK value is (23,11,0,15).

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

CMYK: (23,11,0,15)
C23M11Y0K15 (23%, 11%, 0%, 15%)
(0.23 / 0.11 / 0.00 / 0.15)

CMYK percentages

%23.39
%11.01
%0
%14.51

Codes

Color #A7C2DA in popluar color models

A7 C2 DA
RGB 167 194 218
HSL 208° 40.80% 75.49%
HSB/HSV 208° 23.39% 85.49%
CMYK 23.39% 11.01% 0.00%
14.51%

Color #A7C2DA in popluar number systems.

HEX A7 C2 DA
Decimal 167 194 218
Binary 10100111 11000010 11011010
Octal 247 302 332

Shades and tints

Shades of #A7C2DA

#A7C2DA
(167,194,218)
#98B1C7
(152,177,199)
#89A0B4
(137,160,180)
#7A8FA1
(122,143,161)
#6B7E8E
(107,126,142)
#5C6D7B
(92,109,123)
#4D5C68
(77,92,104)
#3E4B55
(62,75,85)
#2F3A42
(47,58,66)
#20292F
(32,41,47)
#11181C
(17,24,28)
#000000
(0,0,0)

Tints of #A7C2DA

#A7C2DA
(167,194,218)
#AFC7DD
(175,199,221)
#B7CCE0
(183,204,224)
#BFD1E3
(191,209,227)
#C7D6E6
(199,214,230)
#CFDBE9
(207,219,233)
#D7E0EC
(215,224,236)
#DFE5EF
(223,229,239)
#E7EAF2
(231,234,242)
#EFEFF5
(239,239,245)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C2DA; }

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

This text font color is #A7C2DA.

Background Color

.myBgColor { background-color: #A7C2DA; }

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

This div background color is #A7C2DA.

Border color

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

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

This div border color is #A7C2DA.

Opacity

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

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

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

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

This text has shadow with #A7C2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C2DA.

Preview

Color preview on black background

This text has color #A7C2DA on black background.


Color preview on white background

This text has color #A7C2DA on white background.


Black color preview on #A7C2DA background

This text has black color on #A7C2DA background.


White color preview on #A7C2DA background

This text has white color on #A7C2DA background.


Related colors

Complementary color

Complementary color for #hex is #583D25.


I love getcolorcode.com

Triadic colors

1 #DAA7C2 and #C2DAA7 with #A7C2DA are triadic colors.

2 #DAC2A7 and #C2A7DA with #A7C2DA are triadic colors.