COLOR #A5D6EF

HEX: #A5D6EF RGB: (165,214,239)

Color info

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

RGB color model

#A5D6EF color RGB value is (165,214,239).

RGB: (165,214,239) (65%, 84%, 94%)

RGB channels and saturation

R 165 of 255 = 65%
G 214 of 255 = 84%
B 239 of 255 = 94%

165
214
239

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

Portions of RGB colors in percentages

R + G + B = 165 + 214 + 239 = 618 (100%)
R 165 of 618 ~ 26.7%
G 214 of 618 ~ 34.63%
B 239 of 618 ~ 38.67'%

%26.7
%34.63
%38.67

CMYK color model

#A5D6EF color CMYK value is (31,10,0,6).

  • cyan value is 30.96%
  • magenta value is 10.46%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (31,10,0,6)
C31M10Y0K6 (31%, 10%, 0%, 6%)
(0.31 / 0.10 / 0.00 / 0.06)

CMYK percentages

%30.96
%10.46
%0
%6.27

Codes

Color #A5D6EF in popluar color models

A5 D6 EF
RGB 165 214 239
HSL 200° 69.81% 79.22%
HSB/HSV 200° 30.96% 93.73%
CMYK 30.96% 10.46% 0.00%
6.27%

Color #A5D6EF in popluar number systems.

HEX A5 D6 EF
Decimal 165 214 239
Binary 10100101 11010110 11101111
Octal 245 326 357

Shades and tints

Shades of #A5D6EF

#A5D6EF
(165,214,239)
#96C3DA
(150,195,218)
#87B0C5
(135,176,197)
#789DB0
(120,157,176)
#698A9B
(105,138,155)
#5A7786
(90,119,134)
#4B6471
(75,100,113)
#3C515C
(60,81,92)
#2D3E47
(45,62,71)
#1E2B32
(30,43,50)
#0F181D
(15,24,29)
#000000
(0,0,0)

Tints of #A5D6EF

#A5D6EF
(165,214,239)
#ADD9F0
(173,217,240)
#B5DCF1
(181,220,241)
#BDDFF2
(189,223,242)
#C5E2F3
(197,226,243)
#CDE5F4
(205,229,244)
#D5E8F5
(213,232,245)
#DDEBF6
(221,235,246)
#E5EEF7
(229,238,247)
#EDF1F8
(237,241,248)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D6EF color. Also use rgb(165,214,239) instead hex code.

Text Font Color

.myTextColor { color: #A5D6EF; }

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

This text font color is #A5D6EF.

Background Color

.myBgColor { background-color: #A5D6EF; }

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

This div background color is #A5D6EF.

Border color

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

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

This div border color is #A5D6EF.

Opacity

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

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

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

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

This text has shadow with #A5D6EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5D6EF.

Preview

Color preview on black background

This text has color #A5D6EF on black background.


Color preview on white background

This text has color #A5D6EF on white background.


Black color preview on #A5D6EF background

This text has black color on #A5D6EF background.


White color preview on #A5D6EF background

This text has white color on #A5D6EF background.


Related colors

Complementary color

Complementary color for #hex is #5A2910.


I love getcolorcode.com

Triadic colors

1 #EFA5D6 and #D6EFA5 with #A5D6EF are triadic colors.

2 #EFD6A5 and #D6A5EF with #A5D6EF are triadic colors.