COLOR #A5D8EA

HEX: #A5D8EA
RGB: (165,216,234)

Color info

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

RGB color model

#A5D8EA color RGB value is (165,216,234).

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

RGB channels and saturation

R 165 of 255 = 65%
G 216 of 255 = 85%
B 234 of 255 = 92%

165
216
234

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

Portions of RGB colors in percentages

R + G + B =
165 + 216 + 234 = 615 (100%)
R 165 of 615 ~ 26.83%
G 216 of 615 ~ 35.12%
B 234 of 615 ~ 38.05%

%26.83
%35.12
%38.05

CMYK color model

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

  • cyan value is 29.49%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(29,8,0,8)
C29M8Y0K8 
(29%,8%,0%,8%)
(0.29/0.08/0.00/0.08)	

CMYK percentages

%29.49
%7.69
%0
%8.24

Codes

Color #A5D8EA in popluar color models

A5D8EA
RGB165216234
HSL196°62.16%78.24%
HSB/HSV196°29.49%91.76%
CMYK29.49%7.69%0.00%
8.24%

Color #A5D8EA in popluar number systems.

HEXA5D8EA
Decimal165216234
Binary101001011101100011101010
Octal245330352

Shades and tints

Shades of #A5D8EA

#A5D8EA
(165,216,234)
#96C5D5
(150,197,213)
#87B2C0
(135,178,192)
#789FAB
(120,159,171)
#698C96
(105,140,150)
#5A7981
(90,121,129)
#4B666C
(75,102,108)
#3C5357
(60,83,87)
#2D4042
(45,64,66)
#1E2D2D
(30,45,45)
#0F1A18
(15,26,24)
#000000
(0,0,0)

Tints of #A5D8EA

#A5D8EA
(165,216,234)
#ADDBEB
(173,219,235)
#B5DEEC
(181,222,236)
#BDE1ED
(189,225,237)
#C5E4EE
(197,228,238)
#CDE7EF
(205,231,239)
#D5EAF0
(213,234,240)
#DDEDF1
(221,237,241)
#E5F0F2
(229,240,242)
#EDF3F3
(237,243,243)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D8EA; }

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

This text font color is #A5D8EA.


Background Color

.myBgColor { background-color: #A5D8EA; }

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

This div background color is #A5D8EA.


Border color

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

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

This div border color is #A5D8EA.


Opacity

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

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

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

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

This text has shadow with #A5D8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D8EA on black background.


Color preview on white background

This text has color #A5D8EA on white background.



Black color preview on #A5D8EA background

This text has black color on #A5D8EA background.


White color preview on #A5D8EA background

This text has white color on #A5D8EA background.