COLOR #A5D4FA

HEX: #A5D4FA
RGB: (165,212,250)

Color info

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

RGB color model

#A5D4FA color RGB value is (165,212,250).

  • red value is 165;
  • green value is 212;
  • blue value is 250.
RGB:
(165,212,250)
(65%,83%,98%)

RGB channels and saturation

R 165 of 255 = 65%
G 212 of 255 = 83%
B 250 of 255 = 98%

165
212
250

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

Portions of RGB colors in percentages

R + G + B =
165 + 212 + 250 = 627 (100%)
R 165 of 627 ~ 26.32%
G 212 of 627 ~ 33.81%
B 250 of 627 ~ 39.87%

%26.32
%33.81
%39.87

CMYK color model

#A5D4FA color CMYK value is (34,15,0,2).

  • cyan value is 34.00%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(34,15,0,2)
C34M15Y0K2 
(34%,15%,0%,2%)
(0.34/0.15/0.00/0.02)	

CMYK percentages

%34
%15.2
%0
%1.96

Codes

Color #A5D4FA in popluar color models

A5D4FA
RGB165212250
HSL207°89.47%81.37%
HSB/HSV207°34.00%98.04%
CMYK34.00%15.20%0.00%
1.96%

Color #A5D4FA in popluar number systems.

HEXA5D4FA
Decimal165212250
Binary101001011101010011111010
Octal245324372

Shades and tints

Shades of #A5D4FA

#A5D4FA
(165,212,250)
#96C1E4
(150,193,228)
#87AECE
(135,174,206)
#789BB8
(120,155,184)
#6988A2
(105,136,162)
#5A758C
(90,117,140)
#4B6276
(75,98,118)
#3C4F60
(60,79,96)
#2D3C4A
(45,60,74)
#1E2934
(30,41,52)
#0F161E
(15,22,30)
#000000
(0,0,0)

Tints of #A5D4FA

#A5D4FA
(165,212,250)
#ADD7FA
(173,215,250)
#B5DAFA
(181,218,250)
#BDDDFA
(189,221,250)
#C5E0FA
(197,224,250)
#CDE3FA
(205,227,250)
#D5E6FA
(213,230,250)
#DDE9FA
(221,233,250)
#E5ECFA
(229,236,250)
#EDEFFA
(237,239,250)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D4FA color. Also use rgb(165,212,250) instead hex code.

Text Font Color

.myTextColor { color: #A5D4FA; }

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

This text font color is #A5D4FA.


Background Color

.myBgColor { background-color: #A5D4FA; }

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

This div background color is #A5D4FA.


Border color

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

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

This div border color is #A5D4FA.


Opacity

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

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

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

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

This text has shadow with #A5D4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D4FA on black background.


Color preview on white background

This text has color #A5D4FA on white background.



Black color preview on #A5D4FA background

This text has black color on #A5D4FA background.


White color preview on #A5D4FA background

This text has white color on #A5D4FA background.