COLOR #A5D2EB

HEX: #A5D2EB
RGB: (165,210,235)

Color info

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

RGB color model

#A5D2EB color RGB value is (165,210,235).

  • red value is 165;
  • green value is 210;
  • blue value is 235.
RGB:
(165,210,235)
(65%,82%,92%)

RGB channels and saturation

R 165 of 255 = 65%
G 210 of 255 = 82%
B 235 of 255 = 92%

165
210
235

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

Portions of RGB colors in percentages

R + G + B =
165 + 210 + 235 = 610 (100%)
R 165 of 610 ~ 27.05%
G 210 of 610 ~ 34.43%
B 235 of 610 ~ 38.52%

%27.05
%34.43
%38.52

CMYK color model

#A5D2EB color CMYK value is (30,11,0,8).

  • cyan value is 29.79%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(30,11,0,8)
C30M11Y0K8 
(30%,11%,0%,8%)
(0.30/0.11/0.00/0.08)	

CMYK percentages

%29.79
%10.64
%0
%7.84

Codes

Color #A5D2EB in popluar color models

A5D2EB
RGB165210235
HSL201°63.64%78.43%
HSB/HSV201°29.79%92.16%
CMYK29.79%10.64%0.00%
7.84%

Color #A5D2EB in popluar number systems.

HEXA5D2EB
Decimal165210235
Binary101001011101001011101011
Octal245322353

Shades and tints

Shades of #A5D2EB

#A5D2EB
(165,210,235)
#96BFD6
(150,191,214)
#87ACC1
(135,172,193)
#7899AC
(120,153,172)
#698697
(105,134,151)
#5A7382
(90,115,130)
#4B606D
(75,96,109)
#3C4D58
(60,77,88)
#2D3A43
(45,58,67)
#1E272E
(30,39,46)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #A5D2EB

#A5D2EB
(165,210,235)
#ADD6EC
(173,214,236)
#B5DAED
(181,218,237)
#BDDEEE
(189,222,238)
#C5E2EF
(197,226,239)
#CDE6F0
(205,230,240)
#D5EAF1
(213,234,241)
#DDEEF2
(221,238,242)
#E5F2F3
(229,242,243)
#EDF6F4
(237,246,244)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D2EB color. Also use rgb(165,210,235) instead hex code.

Text Font Color

.myTextColor { color: #A5D2EB; }

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

This text font color is #A5D2EB.


Background Color

.myBgColor { background-color: #A5D2EB; }

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

This div background color is #A5D2EB.


Border color

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

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

This div border color is #A5D2EB.


Opacity

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

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

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

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

This text has shadow with #A5D2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D2EB on black background.


Color preview on white background

This text has color #A5D2EB on white background.



Black color preview on #A5D2EB background

This text has black color on #A5D2EB background.


White color preview on #A5D2EB background

This text has white color on #A5D2EB background.