COLOR #A5D8E6

HEX: #A5D8E6
RGB: (165,216,230)

Color info

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

RGB color model

#A5D8E6 color RGB value is (165,216,230).

  • red value is 165;
  • green value is 216;
  • blue value is 230.
RGB:
(165,216,230)
(65%,85%,90%)

RGB channels and saturation

R 165 of 255 = 65%
G 216 of 255 = 85%
B 230 of 255 = 90%

165
216
230

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

Portions of RGB colors in percentages

R + G + B =
165 + 216 + 230 = 611 (100%)
R 165 of 611 ~ 27%
G 216 of 611 ~ 35.35%
B 230 of 611 ~ 37.64%

%27
%35.35
%37.64

CMYK color model

#A5D8E6 color CMYK value is (28,6,0,10).

  • cyan value is 28.26%
  • magenta value is 6.09%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(28,6,0,10)
C28M6Y0K10 
(28%,6%,0%,10%)
(0.28/0.06/0.00/0.10)	

CMYK percentages

%28.26
%6.09
%0
%9.8

Codes

Color #A5D8E6 in popluar color models

A5D8E6
RGB165216230
HSL193°56.52%77.45%
HSB/HSV193°28.26%90.20%
CMYK28.26%6.09%0.00%
9.80%

Color #A5D8E6 in popluar number systems.

HEXA5D8E6
Decimal165216230
Binary101001011101100011100110
Octal245330346

Shades and tints

Shades of #A5D8E6

#A5D8E6
(165,216,230)
#96C5D2
(150,197,210)
#87B2BE
(135,178,190)
#789FAA
(120,159,170)
#698C96
(105,140,150)
#5A7982
(90,121,130)
#4B666E
(75,102,110)
#3C535A
(60,83,90)
#2D4046
(45,64,70)
#1E2D32
(30,45,50)
#0F1A1E
(15,26,30)
#000000
(0,0,0)

Tints of #A5D8E6

#A5D8E6
(165,216,230)
#ADDBE8
(173,219,232)
#B5DEEA
(181,222,234)
#BDE1EC
(189,225,236)
#C5E4EE
(197,228,238)
#CDE7F0
(205,231,240)
#D5EAF2
(213,234,242)
#DDEDF4
(221,237,244)
#E5F0F6
(229,240,246)
#EDF3F8
(237,243,248)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D8E6 color. Also use rgb(165,216,230) instead hex code.

Text Font Color

.myTextColor { color: #A5D8E6; }

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

This text font color is #A5D8E6.


Background Color

.myBgColor { background-color: #A5D8E6; }

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

This div background color is #A5D8E6.


Border color

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

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

This div border color is #A5D8E6.


Opacity

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

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

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

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

This text has shadow with #A5D8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D8E6 on black background.


Color preview on white background

This text has color #A5D8E6 on white background.



Black color preview on #A5D8E6 background

This text has black color on #A5D8E6 background.


White color preview on #A5D8E6 background

This text has white color on #A5D8E6 background.