COLOR #A7C7DA

HEX: #A7C7DA RGB: (167,199,218)

Color info

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

RGB color model

#A7C7DA color RGB value is (167,199,218).

RGB: (167,199,218) (65%, 78%, 85%)

RGB channels and saturation

R 167 of 255 = 65%
G 199 of 255 = 78%
B 218 of 255 = 85%

167
199
218

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

Portions of RGB colors in percentages

R + G + B = 167 + 199 + 218 = 584 (100%)
R 167 of 584 ~ 28.6%
G 199 of 584 ~ 34.08%
B 218 of 584 ~ 37.33'%

%28.6
%34.08
%37.33

CMYK color model

#A7C7DA color CMYK value is (23,9,0,15).

  • cyan value is 23.39%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (23,9,0,15) C23M9Y0K15 (23%,9%,0%,15%) (0.23/0.09/0.00/0.15) 

CMYK percentages

%23.39
%8.72
%0
%14.51

Codes

Color #A7C7DA in popluar color models

A7 C7 DA
RGB 167 199 218
HSL 202° 40.80% 75.49%
HSB/HSV 202° 23.39% 85.49%
CMYK 23.39% 8.72% 0.00%
14.51%

Color #A7C7DA in popluar number systems.

HEX A7 C7 DA
Decimal 167 199 218
Binary 10100111 11000111 11011010
Octal 247 307 332

Shades and tints

Shades of #A7C7DA

#A7C7DA
(167,199,218)
#98B5C7
(152,181,199)
#89A3B4
(137,163,180)
#7A91A1
(122,145,161)
#6B7F8E
(107,127,142)
#5C6D7B
(92,109,123)
#4D5B68
(77,91,104)
#3E4955
(62,73,85)
#2F3742
(47,55,66)
#20252F
(32,37,47)
#11131C
(17,19,28)
#000000
(0,0,0)

Tints of #A7C7DA

#A7C7DA
(167,199,218)
#AFCCDD
(175,204,221)
#B7D1E0
(183,209,224)
#BFD6E3
(191,214,227)
#C7DBE6
(199,219,230)
#CFE0E9
(207,224,233)
#D7E5EC
(215,229,236)
#DFEAEF
(223,234,239)
#E7EFF2
(231,239,242)
#EFF4F5
(239,244,245)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C7DA; }

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

This text font color is #A7C7DA.

Background Color

.myBgColor { background-color: #A7C7DA; }

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

This div background color is #A7C7DA.

Border color

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

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

This div border color is #A7C7DA.

Opacity

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

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

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

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

This text has shadow with #A7C7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C7DA.

Preview

Color preview on black background

This text has color #A7C7DA on black background.


Color preview on white background

This text has color #A7C7DA on white background.


Black color preview on #A7C7DA background

This text has black color on #A7C7DA background.


White color preview on #A7C7DA background

This text has white color on #A7C7DA background.


Related colors

Complementary color

Complementary color for #hex is #583825.


I love getcolorcode.com

Triadic colors

1 #DAA7C7 and #C7DAA7 with #A7C7DA are triadic colors.

2 #DAC7A7 and #C7A7DA with #A7C7DA are triadic colors.