COLOR #A7D9E7

HEX: #A7D9E7
RGB: (167,217,231)

Color info

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

RGB color model

#A7D9E7 color RGB value is (167,217,231).

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

RGB channels and saturation

R 167 of 255 = 65%
G 217 of 255 = 85%
B 231 of 255 = 91%

167
217
231

R + G + B ~ 80%. #A7D9E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 217 + 231 = 615 (100%)
R 167 of 615 ~ 27.15%
G 217 of 615 ~ 35.28%
B 231 of 615 ~ 37.56%

%27.15
%35.28
%37.56

CMYK color model

#A7D9E7 color CMYK value is (28,6,0,9).

  • cyan value is 27.71%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(28,6,0,9)
C28M6Y0K9 
(28%,6%,0%,9%)
(0.28/0.06/0.00/0.09)	

CMYK percentages

%27.71
%6.06
%0
%9.41

Codes

Color #A7D9E7 in popluar color models

A7D9E7
RGB167217231
HSL193°57.14%78.04%
HSB/HSV193°27.71%90.59%
CMYK27.71%6.06%0.00%
9.41%

Color #A7D9E7 in popluar number systems.

HEXA7D9E7
Decimal167217231
Binary101001111101100111100111
Octal247331347

Shades and tints

Shades of #A7D9E7

#A7D9E7
(167,217,231)
#98C6D2
(152,198,210)
#89B3BD
(137,179,189)
#7AA0A8
(122,160,168)
#6B8D93
(107,141,147)
#5C7A7E
(92,122,126)
#4D6769
(77,103,105)
#3E5454
(62,84,84)
#2F413F
(47,65,63)
#202E2A
(32,46,42)
#111B15
(17,27,21)
#000000
(0,0,0)

Tints of #A7D9E7

#A7D9E7
(167,217,231)
#AFDCE9
(175,220,233)
#B7DFEB
(183,223,235)
#BFE2ED
(191,226,237)
#C7E5EF
(199,229,239)
#CFE8F1
(207,232,241)
#D7EBF3
(215,235,243)
#DFEEF5
(223,238,245)
#E7F1F7
(231,241,247)
#EFF4F9
(239,244,249)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D9E7; }

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

This text font color is #A7D9E7.


Background Color

.myBgColor { background-color: #A7D9E7; }

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

This div background color is #A7D9E7.


Border color

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

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

This div border color is #A7D9E7.


Opacity

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

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

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

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

This text has shadow with #A7D9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D9E7 on black background.


Color preview on white background

This text has color #A7D9E7 on white background.



Black color preview on #A7D9E7 background

This text has black color on #A7D9E7 background.


White color preview on #A7D9E7 background

This text has white color on #A7D9E7 background.