COLOR #A7D3C8

HEX: #A7D3C8
RGB: (167,211,200)

Color info

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

RGB color model

#A7D3C8 color RGB value is (167,211,200).

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

RGB channels and saturation

R 167 of 255 = 65%
G 211 of 255 = 83%
B 200 of 255 = 78%

167
211
200

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

Portions of RGB colors in percentages

R + G + B =
167 + 211 + 200 = 578 (100%)
R 167 of 578 ~ 28.89%
G 211 of 578 ~ 36.51%
B 200 of 578 ~ 34.6%

%28.89
%36.51
%34.6

CMYK color model

#A7D3C8 color CMYK value is (21,0,5,17).

  • cyan value is 20.85%
  • magenta value is 0.00%
  • yellow value is 5.21%
  • key color value is 17.25%
CMYK:
(21,0,5,17)
C21M0Y5K17 
(21%,0%,5%,17%)
(0.21/0.00/0.05/0.17)	

CMYK percentages

%20.85
%0
%5.21
%17.25

Codes

Color #A7D3C8 in popluar color models

A7D3C8
RGB167211200
HSL165°33.33%74.12%
HSB/HSV165°20.85%82.75%
CMYK20.85%0.00%5.21%
17.25%

Color #A7D3C8 in popluar number systems.

HEXA7D3C8
Decimal167211200
Binary101001111101001111001000
Octal247323310

Shades and tints

Shades of #A7D3C8

#A7D3C8
(167,211,200)
#98C0B6
(152,192,182)
#89ADA4
(137,173,164)
#7A9A92
(122,154,146)
#6B8780
(107,135,128)
#5C746E
(92,116,110)
#4D615C
(77,97,92)
#3E4E4A
(62,78,74)
#2F3B38
(47,59,56)
#202826
(32,40,38)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #A7D3C8

#A7D3C8
(167,211,200)
#AFD7CD
(175,215,205)
#B7DBD2
(183,219,210)
#BFDFD7
(191,223,215)
#C7E3DC
(199,227,220)
#CFE7E1
(207,231,225)
#D7EBE6
(215,235,230)
#DFEFEB
(223,239,235)
#E7F3F0
(231,243,240)
#EFF7F5
(239,247,245)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D3C8; }

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

This text font color is #A7D3C8.


Background Color

.myBgColor { background-color: #A7D3C8; }

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

This div background color is #A7D3C8.


Border color

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

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

This div border color is #A7D3C8.


Opacity

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

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

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

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

This text has shadow with #A7D3C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D3C8 on black background.


Color preview on white background

This text has color #A7D3C8 on white background.



Black color preview on #A7D3C8 background

This text has black color on #A7D3C8 background.


White color preview on #A7D3C8 background

This text has white color on #A7D3C8 background.