COLOR #A5D4E7

HEX: #A5D4E7
RGB: (165,212,231)

Color info

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

RGB color model

#A5D4E7 color RGB value is (165,212,231).

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

RGB channels and saturation

R 165 of 255 = 65%
G 212 of 255 = 83%
B 231 of 255 = 91%

165
212
231

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

Portions of RGB colors in percentages

R + G + B =
165 + 212 + 231 = 608 (100%)
R 165 of 608 ~ 27.14%
G 212 of 608 ~ 34.87%
B 231 of 608 ~ 37.99%

%27.14
%34.87
%37.99

CMYK color model

#A5D4E7 color CMYK value is (29,8,0,9).

  • cyan value is 28.57%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(29,8,0,9)
C29M8Y0K9 
(29%,8%,0%,9%)
(0.29/0.08/0.00/0.09)	

CMYK percentages

%28.57
%8.23
%0
%9.41

Codes

Color #A5D4E7 in popluar color models

A5D4E7
RGB165212231
HSL197°57.89%77.65%
HSB/HSV197°28.57%90.59%
CMYK28.57%8.23%0.00%
9.41%

Color #A5D4E7 in popluar number systems.

HEXA5D4E7
Decimal165212231
Binary101001011101010011100111
Octal245324347

Shades and tints

Shades of #A5D4E7

#A5D4E7
(165,212,231)
#96C1D2
(150,193,210)
#87AEBD
(135,174,189)
#789BA8
(120,155,168)
#698893
(105,136,147)
#5A757E
(90,117,126)
#4B6269
(75,98,105)
#3C4F54
(60,79,84)
#2D3C3F
(45,60,63)
#1E292A
(30,41,42)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #A5D4E7

#A5D4E7
(165,212,231)
#ADD7E9
(173,215,233)
#B5DAEB
(181,218,235)
#BDDDED
(189,221,237)
#C5E0EF
(197,224,239)
#CDE3F1
(205,227,241)
#D5E6F3
(213,230,243)
#DDE9F5
(221,233,245)
#E5ECF7
(229,236,247)
#EDEFF9
(237,239,249)
#F5F2FB
(245,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D4E7; }

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

This text font color is #A5D4E7.


Background Color

.myBgColor { background-color: #A5D4E7; }

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

This div background color is #A5D4E7.


Border color

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

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

This div border color is #A5D4E7.


Opacity

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

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

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

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

This text has shadow with #A5D4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D4E7 on black background.


Color preview on white background

This text has color #A5D4E7 on white background.



Black color preview on #A5D4E7 background

This text has black color on #A5D4E7 background.


White color preview on #A5D4E7 background

This text has white color on #A5D4E7 background.