COLOR #A7C8D1

HEX: #A7C8D1
RGB: (167,200,209)

Color info

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

RGB color model

#A7C8D1 color RGB value is (167,200,209).

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

RGB channels and saturation

R 167 of 255 = 65%
G 200 of 255 = 78%
B 209 of 255 = 82%

167
200
209

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

Portions of RGB colors in percentages

R + G + B =
167 + 200 + 209 = 576 (100%)
R 167 of 576 ~ 28.99%
G 200 of 576 ~ 34.72%
B 209 of 576 ~ 36.28%

%28.99
%34.72
%36.28

CMYK color model

#A7C8D1 color CMYK value is (20,4,0,18).

  • cyan value is 20.10%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,4,0,18)
C20M4Y0K18 
(20%,4%,0%,18%)
(0.20/0.04/0.00/0.18)	

CMYK percentages

%20.1
%4.31
%0
%18.04

Codes

Color #A7C8D1 in popluar color models

A7C8D1
RGB167200209
HSL193°31.34%73.73%
HSB/HSV193°20.10%81.96%
CMYK20.10%4.31%0.00%
18.04%

Color #A7C8D1 in popluar number systems.

HEXA7C8D1
Decimal167200209
Binary101001111100100011010001
Octal247310321

Shades and tints

Shades of #A7C8D1

#A7C8D1
(167,200,209)
#98B6BE
(152,182,190)
#89A4AB
(137,164,171)
#7A9298
(122,146,152)
#6B8085
(107,128,133)
#5C6E72
(92,110,114)
#4D5C5F
(77,92,95)
#3E4A4C
(62,74,76)
#2F3839
(47,56,57)
#202626
(32,38,38)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #A7C8D1

#A7C8D1
(167,200,209)
#AFCDD5
(175,205,213)
#B7D2D9
(183,210,217)
#BFD7DD
(191,215,221)
#C7DCE1
(199,220,225)
#CFE1E5
(207,225,229)
#D7E6E9
(215,230,233)
#DFEBED
(223,235,237)
#E7F0F1
(231,240,241)
#EFF5F5
(239,245,245)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C8D1; }

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

This text font color is #A7C8D1.


Background Color

.myBgColor { background-color: #A7C8D1; }

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

This div background color is #A7C8D1.


Border color

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

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

This div border color is #A7C8D1.


Opacity

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

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

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

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

This text has shadow with #A7C8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C8D1 on black background.


Color preview on white background

This text has color #A7C8D1 on white background.



Black color preview on #A7C8D1 background

This text has black color on #A7C8D1 background.


White color preview on #A7C8D1 background

This text has white color on #A7C8D1 background.