COLOR #A4D9F7

HEX: #A4D9F7
RGB: (164,217,247)

Color info

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

RGB color model

#A4D9F7 color RGB value is (164,217,247).

  • red value is 164;
  • green value is 217;
  • blue value is 247.
RGB:
(164,217,247)
(64%,85%,97%)

RGB channels and saturation

R 164 of 255 = 64%
G 217 of 255 = 85%
B 247 of 255 = 97%

164
217
247

R + G + B ~ 82%. #A4D9F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 217 + 247 = 628 (100%)
R 164 of 628 ~ 26.11%
G 217 of 628 ~ 34.55%
B 247 of 628 ~ 39.33%

%26.11
%34.55
%39.33

CMYK color model

#A4D9F7 color CMYK value is (34,12,0,3).

  • cyan value is 33.60%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(34,12,0,3)
C34M12Y0K3 
(34%,12%,0%,3%)
(0.34/0.12/0.00/0.03)	

CMYK percentages

%33.6
%12.15
%0
%3.14

Codes

Color #A4D9F7 in popluar color models

A4D9F7
RGB164217247
HSL202°83.84%80.59%
HSB/HSV202°33.60%96.86%
CMYK33.60%12.15%0.00%
3.14%

Color #A4D9F7 in popluar number systems.

HEXA4D9F7
Decimal164217247
Binary101001001101100111110111
Octal244331367

Shades and tints

Shades of #A4D9F7

#A4D9F7
(164,217,247)
#96C6E1
(150,198,225)
#88B3CB
(136,179,203)
#7AA0B5
(122,160,181)
#6C8D9F
(108,141,159)
#5E7A89
(94,122,137)
#506773
(80,103,115)
#42545D
(66,84,93)
#344147
(52,65,71)
#262E31
(38,46,49)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #A4D9F7

#A4D9F7
(164,217,247)
#ACDCF7
(172,220,247)
#B4DFF7
(180,223,247)
#BCE2F7
(188,226,247)
#C4E5F7
(196,229,247)
#CCE8F7
(204,232,247)
#D4EBF7
(212,235,247)
#DCEEF7
(220,238,247)
#E4F1F7
(228,241,247)
#ECF4F7
(236,244,247)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D9F7 color. Also use rgb(164,217,247) instead hex code.

Text Font Color

.myTextColor { color: #A4D9F7; }

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

This text font color is #A4D9F7.


Background Color

.myBgColor { background-color: #A4D9F7; }

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

This div background color is #A4D9F7.


Border color

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

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

This div border color is #A4D9F7.


Opacity

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

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

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

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

This text has shadow with #A4D9F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D9F7 on black background.


Color preview on white background

This text has color #A4D9F7 on white background.



Black color preview on #A4D9F7 background

This text has black color on #A4D9F7 background.


White color preview on #A4D9F7 background

This text has white color on #A4D9F7 background.