COLOR #A5D1EF

HEX: #A5D1EF
RGB: (165,209,239)

Color info

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

RGB color model

#A5D1EF color RGB value is (165,209,239).

  • red value is 165;
  • green value is 209;
  • blue value is 239.
RGB:
(165,209,239)
(65%,82%,94%)

RGB channels and saturation

R 165 of 255 = 65%
G 209 of 255 = 82%
B 239 of 255 = 94%

165
209
239

R + G + B ~ 80%. #A5D1EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 209 + 239 = 613 (100%)
R 165 of 613 ~ 26.92%
G 209 of 613 ~ 34.09%
B 239 of 613 ~ 38.99%

%26.92
%34.09
%38.99

CMYK color model

#A5D1EF color CMYK value is (31,13,0,6).

  • cyan value is 30.96%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(31,13,0,6)
C31M13Y0K6 
(31%,13%,0%,6%)
(0.31/0.13/0.00/0.06)	

CMYK percentages

%30.96
%12.55
%0
%6.27

Codes

Color #A5D1EF in popluar color models

A5D1EF
RGB165209239
HSL204°69.81%79.22%
HSB/HSV204°30.96%93.73%
CMYK30.96%12.55%0.00%
6.27%

Color #A5D1EF in popluar number systems.

HEXA5D1EF
Decimal165209239
Binary101001011101000111101111
Octal245321357

Shades and tints

Shades of #A5D1EF

#A5D1EF
(165,209,239)
#96BEDA
(150,190,218)
#87ABC5
(135,171,197)
#7898B0
(120,152,176)
#69859B
(105,133,155)
#5A7286
(90,114,134)
#4B5F71
(75,95,113)
#3C4C5C
(60,76,92)
#2D3947
(45,57,71)
#1E2632
(30,38,50)
#0F131D
(15,19,29)
#000000
(0,0,0)

Tints of #A5D1EF

#A5D1EF
(165,209,239)
#ADD5F0
(173,213,240)
#B5D9F1
(181,217,241)
#BDDDF2
(189,221,242)
#C5E1F3
(197,225,243)
#CDE5F4
(205,229,244)
#D5E9F5
(213,233,245)
#DDEDF6
(221,237,246)
#E5F1F7
(229,241,247)
#EDF5F8
(237,245,248)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D1EF; }

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

This text font color is #A5D1EF.


Background Color

.myBgColor { background-color: #A5D1EF; }

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

This div background color is #A5D1EF.


Border color

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

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

This div border color is #A5D1EF.


Opacity

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

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

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

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

This text has shadow with #A5D1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D1EF on black background.


Color preview on white background

This text has color #A5D1EF on white background.



Black color preview on #A5D1EF background

This text has black color on #A5D1EF background.


White color preview on #A5D1EF background

This text has white color on #A5D1EF background.