COLOR #A5D7E4

HEX: #A5D7E4
RGB: (165,215,228)

Color info

#A5D7E4 contains mainly green and blue colors. Web safe color of #A5D7E4 is #99CCCC (or #9CC).

RGB color model

#A5D7E4 color RGB value is (165,215,228).

  • red value is 165;
  • green value is 215;
  • blue value is 228.
RGB:
(165,215,228)
(65%,84%,89%)

RGB channels and saturation

R 165 of 255 = 65%
G 215 of 255 = 84%
B 228 of 255 = 89%

165
215
228

R + G + B ~ 79%. #A5D7E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 215 + 228 = 608 (100%)
R 165 of 608 ~ 27.14%
G 215 of 608 ~ 35.36%
B 228 of 608 ~ 37.5%

%27.14
%35.36
%37.5

CMYK color model

#A5D7E4 color CMYK value is (28,6,0,11).

  • cyan value is 27.63%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(28,6,0,11)
C28M6Y0K11 
(28%,6%,0%,11%)
(0.28/0.06/0.00/0.11)	

CMYK percentages

%27.63
%5.7
%0
%10.59

Codes

Color #A5D7E4 in popluar color models

A5D7E4
RGB165215228
HSL192°53.85%77.06%
HSB/HSV192°27.63%89.41%
CMYK27.63%5.70%0.00%
10.59%

Color #A5D7E4 in popluar number systems.

HEXA5D7E4
Decimal165215228
Binary101001011101011111100100
Octal245327344

Shades and tints

Shades of #A5D7E4

#A5D7E4
(165,215,228)
#96C4D0
(150,196,208)
#87B1BC
(135,177,188)
#789EA8
(120,158,168)
#698B94
(105,139,148)
#5A7880
(90,120,128)
#4B656C
(75,101,108)
#3C5258
(60,82,88)
#2D3F44
(45,63,68)
#1E2C30
(30,44,48)
#0F191C
(15,25,28)
#000000
(0,0,0)

Tints of #A5D7E4

#A5D7E4
(165,215,228)
#ADDAE6
(173,218,230)
#B5DDE8
(181,221,232)
#BDE0EA
(189,224,234)
#C5E3EC
(197,227,236)
#CDE6EE
(205,230,238)
#D5E9F0
(213,233,240)
#DDECF2
(221,236,242)
#E5EFF4
(229,239,244)
#EDF2F6
(237,242,246)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D7E4 color. Also use rgb(165,215,228) instead hex code.

Text Font Color

.myTextColor { color: #A5D7E4; }

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

This text font color is #A5D7E4.


Background Color

.myBgColor { background-color: #A5D7E4; }

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

This div background color is #A5D7E4.


Border color

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

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

This div border color is #A5D7E4.


Opacity

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

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

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

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

This text has shadow with #A5D7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D7E4 on black background.


Color preview on white background

This text has color #A5D7E4 on white background.



Black color preview on #A5D7E4 background

This text has black color on #A5D7E4 background.


White color preview on #A5D7E4 background

This text has white color on #A5D7E4 background.