COLOR #A4D2FA

HEX: #A4D2FA RGB: (164,210,250)

Color info

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

RGB color model

#A4D2FA color RGB value is (164,210,250).

RGB: (164,210,250) (64%, 82%, 98%)

RGB channels and saturation

R 164 of 255 = 64%
G 210 of 255 = 82%
B 250 of 255 = 98%

164
210
250

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

Portions of RGB colors in percentages

R + G + B = 164 + 210 + 250 = 624 (100%)
R 164 of 624 ~ 26.28%
G 210 of 624 ~ 33.65%
B 250 of 624 ~ 40.06'%

%26.28
%33.65
%40.06

CMYK color model

#A4D2FA color CMYK value is (34,16,0,2).

  • cyan value is 34.40%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (34,16,0,2)
C34M16Y0K2 (34%, 16%, 0%, 2%)
(0.34 / 0.16 / 0.00 / 0.02)

CMYK percentages

%34.4
%16
%0
%1.96

Codes

Color #A4D2FA in popluar color models

A4 D2 FA
RGB 164 210 250
HSL 208° 89.58% 81.18%
HSB/HSV 208° 34.40% 98.04%
CMYK 34.40% 16.00% 0.00%
1.96%

Color #A4D2FA in popluar number systems.

HEX A4 D2 FA
Decimal 164 210 250
Binary 10100100 11010010 11111010
Octal 244 322 372

Shades and tints

Shades of #A4D2FA

#A4D2FA
(164,210,250)
#96BFE4
(150,191,228)
#88ACCE
(136,172,206)
#7A99B8
(122,153,184)
#6C86A2
(108,134,162)
#5E738C
(94,115,140)
#506076
(80,96,118)
#424D60
(66,77,96)
#343A4A
(52,58,74)
#262734
(38,39,52)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #A4D2FA

#A4D2FA
(164,210,250)
#ACD6FA
(172,214,250)
#B4DAFA
(180,218,250)
#BCDEFA
(188,222,250)
#C4E2FA
(196,226,250)
#CCE6FA
(204,230,250)
#D4EAFA
(212,234,250)
#DCEEFA
(220,238,250)
#E4F2FA
(228,242,250)
#ECF6FA
(236,246,250)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D2FA; }

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

This text font color is #A4D2FA.

Background Color

.myBgColor { background-color: #A4D2FA; }

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

This div background color is #A4D2FA.

Border color

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

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

This div border color is #A4D2FA.

Opacity

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

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

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

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

This text has shadow with #A4D2FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D2FA.

Preview

Color preview on black background

This text has color #A4D2FA on black background.


Color preview on white background

This text has color #A4D2FA on white background.


Black color preview on #A4D2FA background

This text has black color on #A4D2FA background.


White color preview on #A4D2FA background

This text has white color on #A4D2FA background.


Related colors

Complementary color

Complementary color for #hex is #5B2D05.


I love getcolorcode.com

Triadic colors

1 #FAA4D2 and #D2FAA4 with #A4D2FA are triadic colors.

2 #FAD2A4 and #D2A4FA with #A4D2FA are triadic colors.