COLOR #A5D3FA

HEX: #A5D3FA RGB: (165,211,250)

Color info

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

RGB color model

#A5D3FA color RGB value is (165,211,250).

RGB: (165,211,250) (65%, 83%, 98%)

RGB channels and saturation

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

165
211
250

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

Portions of RGB colors in percentages

R + G + B = 165 + 211 + 250 = 626 (100%)
R 165 of 626 ~ 26.36%
G 211 of 626 ~ 33.71%
B 250 of 626 ~ 39.94'%

%26.36
%33.71
%39.94

CMYK color model

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

  • cyan value is 34.00%
  • magenta value is 15.60%
  • 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
%15.6
%0
%1.96

Codes

Color #A5D3FA in popluar color models

A5 D3 FA
RGB 165 211 250
HSL 208° 89.47% 81.37%
HSB/HSV 208° 34.00% 98.04%
CMYK 34.00% 15.60% 0.00%
1.96%

Color #A5D3FA in popluar number systems.

HEX A5 D3 FA
Decimal 165 211 250
Binary 10100101 11010011 11111010
Octal 245 323 372

Shades and tints

Shades of #A5D3FA

#A5D3FA
(165,211,250)
#96C0E4
(150,192,228)
#87ADCE
(135,173,206)
#789AB8
(120,154,184)
#6987A2
(105,135,162)
#5A748C
(90,116,140)
#4B6176
(75,97,118)
#3C4E60
(60,78,96)
#2D3B4A
(45,59,74)
#1E2834
(30,40,52)
#0F151E
(15,21,30)
#000000
(0,0,0)

Tints of #A5D3FA

#A5D3FA
(165,211,250)
#ADD7FA
(173,215,250)
#B5DBFA
(181,219,250)
#BDDFFA
(189,223,250)
#C5E3FA
(197,227,250)
#CDE7FA
(205,231,250)
#D5EBFA
(213,235,250)
#DDEFFA
(221,239,250)
#E5F3FA
(229,243,250)
#EDF7FA
(237,247,250)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D3FA; }

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

This text font color is #A5D3FA.

Background Color

.myBgColor { background-color: #A5D3FA; }

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

This div background color is #A5D3FA.

Border color

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

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

This div border color is #A5D3FA.

Opacity

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

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

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

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

This text has shadow with #A5D3FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5D3FA.

Preview

Color preview on black background

This text has color #A5D3FA on black background.


Color preview on white background

This text has color #A5D3FA on white background.


Black color preview on #A5D3FA background

This text has black color on #A5D3FA background.


White color preview on #A5D3FA background

This text has white color on #A5D3FA background.


Related colors

Complementary color

Complementary color for #hex is #5A2C05.


I love getcolorcode.com

Triadic colors

1 #FAA5D3 and #D3FAA5 with #A5D3FA are triadic colors.

2 #FAD3A5 and #D3A5FA with #A5D3FA are triadic colors.