COLOR #A7C8DA

HEX: #A7C8DA
RGB: (167,200,218)

Color info

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

RGB color model

#A7C8DA color RGB value is (167,200,218).

  • red value is 167;
  • green value is 200;
  • blue value is 218.
RGB:
(167,200,218)
(65%,78%,85%)

RGB channels and saturation

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

167
200
218

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

Portions of RGB colors in percentages

R + G + B =
167 + 200 + 218 = 585 (100%)
R 167 of 585 ~ 28.55%
G 200 of 585 ~ 34.19%
B 218 of 585 ~ 37.26%

%28.55
%34.19
%37.26

CMYK color model

#A7C8DA color CMYK value is (23,8,0,15).

  • cyan value is 23.39%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(23,8,0,15)
C23M8Y0K15 
(23%,8%,0%,15%)
(0.23/0.08/0.00/0.15)	

CMYK percentages

%23.39
%8.26
%0
%14.51

Codes

Color #A7C8DA in popluar color models

A7C8DA
RGB167200218
HSL201°40.80%75.49%
HSB/HSV201°23.39%85.49%
CMYK23.39%8.26%0.00%
14.51%

Color #A7C8DA in popluar number systems.

HEXA7C8DA
Decimal167200218
Binary101001111100100011011010
Octal247310332

Shades and tints

Shades of #A7C8DA

#A7C8DA
(167,200,218)
#98B6C7
(152,182,199)
#89A4B4
(137,164,180)
#7A92A1
(122,146,161)
#6B808E
(107,128,142)
#5C6E7B
(92,110,123)
#4D5C68
(77,92,104)
#3E4A55
(62,74,85)
#2F3842
(47,56,66)
#20262F
(32,38,47)
#11141C
(17,20,28)
#000000
(0,0,0)

Tints of #A7C8DA

#A7C8DA
(167,200,218)
#AFCDDD
(175,205,221)
#B7D2E0
(183,210,224)
#BFD7E3
(191,215,227)
#C7DCE6
(199,220,230)
#CFE1E9
(207,225,233)
#D7E6EC
(215,230,236)
#DFEBEF
(223,235,239)
#E7F0F2
(231,240,242)
#EFF5F5
(239,245,245)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C8DA; }

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

This text font color is #A7C8DA.


Background Color

.myBgColor { background-color: #A7C8DA; }

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

This div background color is #A7C8DA.


Border color

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

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

This div border color is #A7C8DA.


Opacity

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

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

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

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

This text has shadow with #A7C8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C8DA on black background.


Color preview on white background

This text has color #A7C8DA on white background.



Black color preview on #A7C8DA background

This text has black color on #A7C8DA background.


White color preview on #A7C8DA background

This text has white color on #A7C8DA background.