COLOR #A7D9EF

HEX: #A7D9EF
RGB: (167,217,239)

Color info

#A7D9EF contains mainly green and blue colors. Web safe color of #A7D9EF is #99CCFF (or #9CF).

RGB color model

#A7D9EF color RGB value is (167,217,239).

  • red value is 167;
  • green value is 217;
  • blue value is 239.
RGB:
(167,217,239)
(65%,85%,94%)

RGB channels and saturation

R 167 of 255 = 65%
G 217 of 255 = 85%
B 239 of 255 = 94%

167
217
239

R + G + B ~ 81%. #A7D9EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 217 + 239 = 623 (100%)
R 167 of 623 ~ 26.81%
G 217 of 623 ~ 34.83%
B 239 of 623 ~ 38.36%

%26.81
%34.83
%38.36

CMYK color model

#A7D9EF color CMYK value is (30,9,0,6).

  • cyan value is 30.13%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(30,9,0,6)
C30M9Y0K6 
(30%,9%,0%,6%)
(0.30/0.09/0.00/0.06)	

CMYK percentages

%30.13
%9.21
%0
%6.27

Codes

Color #A7D9EF in popluar color models

A7D9EF
RGB167217239
HSL198°69.23%79.61%
HSB/HSV198°30.13%93.73%
CMYK30.13%9.21%0.00%
6.27%

Color #A7D9EF in popluar number systems.

HEXA7D9EF
Decimal167217239
Binary101001111101100111101111
Octal247331357

Shades and tints

Shades of #A7D9EF

#A7D9EF
(167,217,239)
#98C6DA
(152,198,218)
#89B3C5
(137,179,197)
#7AA0B0
(122,160,176)
#6B8D9B
(107,141,155)
#5C7A86
(92,122,134)
#4D6771
(77,103,113)
#3E545C
(62,84,92)
#2F4147
(47,65,71)
#202E32
(32,46,50)
#111B1D
(17,27,29)
#000000
(0,0,0)

Tints of #A7D9EF

#A7D9EF
(167,217,239)
#AFDCF0
(175,220,240)
#B7DFF1
(183,223,241)
#BFE2F2
(191,226,242)
#C7E5F3
(199,229,243)
#CFE8F4
(207,232,244)
#D7EBF5
(215,235,245)
#DFEEF6
(223,238,246)
#E7F1F7
(231,241,247)
#EFF4F8
(239,244,248)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D9EF color. Also use rgb(167,217,239) instead hex code.

Text Font Color

.myTextColor { color: #A7D9EF; }

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

This text font color is #A7D9EF.


Background Color

.myBgColor { background-color: #A7D9EF; }

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

This div background color is #A7D9EF.


Border color

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

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

This div border color is #A7D9EF.


Opacity

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

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

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

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

This text has shadow with #A7D9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D9EF on black background.


Color preview on white background

This text has color #A7D9EF on white background.



Black color preview on #A7D9EF background

This text has black color on #A7D9EF background.


White color preview on #A7D9EF background

This text has white color on #A7D9EF background.