COLOR #A4D2F0

HEX: #A4D2F0
RGB: (164,210,240)

Color info

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

RGB color model

#A4D2F0 color RGB value is (164,210,240).

  • red value is 164;
  • green value is 210;
  • blue value is 240.
RGB:
(164,210,240)
(64%,82%,94%)

RGB channels and saturation

R 164 of 255 = 64%
G 210 of 255 = 82%
B 240 of 255 = 94%

164
210
240

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

Portions of RGB colors in percentages

R + G + B =
164 + 210 + 240 = 614 (100%)
R 164 of 614 ~ 26.71%
G 210 of 614 ~ 34.2%
B 240 of 614 ~ 39.09%

%26.71
%34.2
%39.09

CMYK color model

#A4D2F0 color CMYK value is (32,13,0,6).

  • cyan value is 31.67%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(32,13,0,6)
C32M13Y0K6 
(32%,13%,0%,6%)
(0.32/0.13/0.00/0.06)	

CMYK percentages

%31.67
%12.5
%0
%5.88

Codes

Color #A4D2F0 in popluar color models

A4D2F0
RGB164210240
HSL204°71.70%79.22%
HSB/HSV204°31.67%94.12%
CMYK31.67%12.50%0.00%
5.88%

Color #A4D2F0 in popluar number systems.

HEXA4D2F0
Decimal164210240
Binary101001001101001011110000
Octal244322360

Shades and tints

Shades of #A4D2F0

#A4D2F0
(164,210,240)
#96BFDB
(150,191,219)
#88ACC6
(136,172,198)
#7A99B1
(122,153,177)
#6C869C
(108,134,156)
#5E7387
(94,115,135)
#506072
(80,96,114)
#424D5D
(66,77,93)
#343A48
(52,58,72)
#262733
(38,39,51)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #A4D2F0

#A4D2F0
(164,210,240)
#ACD6F1
(172,214,241)
#B4DAF2
(180,218,242)
#BCDEF3
(188,222,243)
#C4E2F4
(196,226,244)
#CCE6F5
(204,230,245)
#D4EAF6
(212,234,246)
#DCEEF7
(220,238,247)
#E4F2F8
(228,242,248)
#ECF6F9
(236,246,249)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D2F0 color. Also use rgb(164,210,240) instead hex code.

Text Font Color

.myTextColor { color: #A4D2F0; }

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

This text font color is #A4D2F0.


Background Color

.myBgColor { background-color: #A4D2F0; }

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

This div background color is #A4D2F0.


Border color

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

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

This div border color is #A4D2F0.


Opacity

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

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

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

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

This text has shadow with #A4D2F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D2F0 on black background.


Color preview on white background

This text has color #A4D2F0 on white background.



Black color preview on #A4D2F0 background

This text has black color on #A4D2F0 background.


White color preview on #A4D2F0 background

This text has white color on #A4D2F0 background.