COLOR #A7D4E9

HEX: #A7D4E9
RGB: (167,212,233)

Color info

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

RGB color model

#A7D4E9 color RGB value is (167,212,233).

  • red value is 167;
  • green value is 212;
  • blue value is 233.
RGB:
(167,212,233)
(65%,83%,91%)

RGB channels and saturation

R 167 of 255 = 65%
G 212 of 255 = 83%
B 233 of 255 = 91%

167
212
233

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

Portions of RGB colors in percentages

R + G + B =
167 + 212 + 233 = 612 (100%)
R 167 of 612 ~ 27.29%
G 212 of 612 ~ 34.64%
B 233 of 612 ~ 38.07%

%27.29
%34.64
%38.07

CMYK color model

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

  • cyan value is 28.33%
  • magenta value is 9.01%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(28,9,0,9)
C28M9Y0K9 
(28%,9%,0%,9%)
(0.28/0.09/0.00/0.09)	

CMYK percentages

%28.33
%9.01
%0
%8.63

Codes

Color #A7D4E9 in popluar color models

A7D4E9
RGB167212233
HSL199°60.00%78.43%
HSB/HSV199°28.33%91.37%
CMYK28.33%9.01%0.00%
8.63%

Color #A7D4E9 in popluar number systems.

HEXA7D4E9
Decimal167212233
Binary101001111101010011101001
Octal247324351

Shades and tints

Shades of #A7D4E9

#A7D4E9
(167,212,233)
#98C1D4
(152,193,212)
#89AEBF
(137,174,191)
#7A9BAA
(122,155,170)
#6B8895
(107,136,149)
#5C7580
(92,117,128)
#4D626B
(77,98,107)
#3E4F56
(62,79,86)
#2F3C41
(47,60,65)
#20292C
(32,41,44)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #A7D4E9

#A7D4E9
(167,212,233)
#AFD7EB
(175,215,235)
#B7DAED
(183,218,237)
#BFDDEF
(191,221,239)
#C7E0F1
(199,224,241)
#CFE3F3
(207,227,243)
#D7E6F5
(215,230,245)
#DFE9F7
(223,233,247)
#E7ECF9
(231,236,249)
#EFEFFB
(239,239,251)
#F7F2FD
(247,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D4E9 color. Also use rgb(167,212,233) instead hex code.

Text Font Color

.myTextColor { color: #A7D4E9; }

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

This text font color is #A7D4E9.


Background Color

.myBgColor { background-color: #A7D4E9; }

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

This div background color is #A7D4E9.


Border color

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

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

This div border color is #A7D4E9.


Opacity

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

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

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

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

This text has shadow with #A7D4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D4E9 on black background.


Color preview on white background

This text has color #A7D4E9 on white background.



Black color preview on #A7D4E9 background

This text has black color on #A7D4E9 background.


White color preview on #A7D4E9 background

This text has white color on #A7D4E9 background.