COLOR #A4D7F4

HEX: #A4D7F4
RGB: (164,215,244)

Color info

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

RGB color model

#A4D7F4 color RGB value is (164,215,244).

  • red value is 164;
  • green value is 215;
  • blue value is 244.
RGB:
(164,215,244)
(64%,84%,96%)

RGB channels and saturation

R 164 of 255 = 64%
G 215 of 255 = 84%
B 244 of 255 = 96%

164
215
244

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

Portions of RGB colors in percentages

R + G + B =
164 + 215 + 244 = 623 (100%)
R 164 of 623 ~ 26.32%
G 215 of 623 ~ 34.51%
B 244 of 623 ~ 39.17%

%26.32
%34.51
%39.17

CMYK color model

#A4D7F4 color CMYK value is (33,12,0,4).

  • cyan value is 32.79%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(33,12,0,4)
C33M12Y0K4 
(33%,12%,0%,4%)
(0.33/0.12/0.00/0.04)	

CMYK percentages

%32.79
%11.89
%0
%4.31

Codes

Color #A4D7F4 in popluar color models

A4D7F4
RGB164215244
HSL202°78.43%80.00%
HSB/HSV202°32.79%95.69%
CMYK32.79%11.89%0.00%
4.31%

Color #A4D7F4 in popluar number systems.

HEXA4D7F4
Decimal164215244
Binary101001001101011111110100
Octal244327364

Shades and tints

Shades of #A4D7F4

#A4D7F4
(164,215,244)
#96C4DE
(150,196,222)
#88B1C8
(136,177,200)
#7A9EB2
(122,158,178)
#6C8B9C
(108,139,156)
#5E7886
(94,120,134)
#506570
(80,101,112)
#42525A
(66,82,90)
#343F44
(52,63,68)
#262C2E
(38,44,46)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #A4D7F4

#A4D7F4
(164,215,244)
#ACDAF5
(172,218,245)
#B4DDF6
(180,221,246)
#BCE0F7
(188,224,247)
#C4E3F8
(196,227,248)
#CCE6F9
(204,230,249)
#D4E9FA
(212,233,250)
#DCECFB
(220,236,251)
#E4EFFC
(228,239,252)
#ECF2FD
(236,242,253)
#F4F5FE
(244,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D7F4 color. Also use rgb(164,215,244) instead hex code.

Text Font Color

.myTextColor { color: #A4D7F4; }

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

This text font color is #A4D7F4.


Background Color

.myBgColor { background-color: #A4D7F4; }

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

This div background color is #A4D7F4.


Border color

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

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

This div border color is #A4D7F4.


Opacity

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

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

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

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

This text has shadow with #A4D7F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D7F4 on black background.


Color preview on white background

This text has color #A4D7F4 on white background.



Black color preview on #A4D7F4 background

This text has black color on #A4D7F4 background.


White color preview on #A4D7F4 background

This text has white color on #A4D7F4 background.