COLOR #A5DAFA

HEX: #A5DAFA
RGB: (165,218,250)

Color info

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

RGB color model

#A5DAFA color RGB value is (165,218,250).

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

RGB channels and saturation

R 165 of 255 = 65%
G 218 of 255 = 85%
B 250 of 255 = 98%

165
218
250

R + G + B ~ 83%. #A5DAFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 218 + 250 = 633 (100%)
R 165 of 633 ~ 26.07%
G 218 of 633 ~ 34.44%
B 250 of 633 ~ 39.49%

%26.07
%34.44
%39.49

CMYK color model

#A5DAFA color CMYK value is (34,13,0,2).

  • cyan value is 34.00%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(34,13,0,2)
C34M13Y0K2 
(34%,13%,0%,2%)
(0.34/0.13/0.00/0.02)	

CMYK percentages

%34
%12.8
%0
%1.96

Codes

Color #A5DAFA in popluar color models

A5DAFA
RGB165218250
HSL203°89.47%81.37%
HSB/HSV203°34.00%98.04%
CMYK34.00%12.80%0.00%
1.96%

Color #A5DAFA in popluar number systems.

HEXA5DAFA
Decimal165218250
Binary101001011101101011111010
Octal245332372

Shades and tints

Shades of #A5DAFA

#A5DAFA
(165,218,250)
#96C7E4
(150,199,228)
#87B4CE
(135,180,206)
#78A1B8
(120,161,184)
#698EA2
(105,142,162)
#5A7B8C
(90,123,140)
#4B6876
(75,104,118)
#3C5560
(60,85,96)
#2D424A
(45,66,74)
#1E2F34
(30,47,52)
#0F1C1E
(15,28,30)
#000000
(0,0,0)

Tints of #A5DAFA

#A5DAFA
(165,218,250)
#ADDDFA
(173,221,250)
#B5E0FA
(181,224,250)
#BDE3FA
(189,227,250)
#C5E6FA
(197,230,250)
#CDE9FA
(205,233,250)
#D5ECFA
(213,236,250)
#DDEFFA
(221,239,250)
#E5F2FA
(229,242,250)
#EDF5FA
(237,245,250)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DAFA; }

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

This text font color is #A5DAFA.


Background Color

.myBgColor { background-color: #A5DAFA; }

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

This div background color is #A5DAFA.


Border color

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

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

This div border color is #A5DAFA.


Opacity

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

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

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

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

This text has shadow with #A5DAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DAFA on black background.


Color preview on white background

This text has color #A5DAFA on white background.



Black color preview on #A5DAFA background

This text has black color on #A5DAFA background.


White color preview on #A5DAFA background

This text has white color on #A5DAFA background.