COLOR #A5D2E9

HEX: #A5D2E9
RGB: (165,210,233)

Color info

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

RGB color model

#A5D2E9 color RGB value is (165,210,233).

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

RGB channels and saturation

R 165 of 255 = 65%
G 210 of 255 = 82%
B 233 of 255 = 91%

165
210
233

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

Portions of RGB colors in percentages

R + G + B =
165 + 210 + 233 = 608 (100%)
R 165 of 608 ~ 27.14%
G 210 of 608 ~ 34.54%
B 233 of 608 ~ 38.32%

%27.14
%34.54
%38.32

CMYK color model

#A5D2E9 color CMYK value is (29,10,0,9).

  • cyan value is 29.18%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(29,10,0,9)
C29M10Y0K9 
(29%,10%,0%,9%)
(0.29/0.10/0.00/0.09)	

CMYK percentages

%29.18
%9.87
%0
%8.63

Codes

Color #A5D2E9 in popluar color models

A5D2E9
RGB165210233
HSL200°60.71%78.04%
HSB/HSV200°29.18%91.37%
CMYK29.18%9.87%0.00%
8.63%

Color #A5D2E9 in popluar number systems.

HEXA5D2E9
Decimal165210233
Binary101001011101001011101001
Octal245322351

Shades and tints

Shades of #A5D2E9

#A5D2E9
(165,210,233)
#96BFD4
(150,191,212)
#87ACBF
(135,172,191)
#7899AA
(120,153,170)
#698695
(105,134,149)
#5A7380
(90,115,128)
#4B606B
(75,96,107)
#3C4D56
(60,77,86)
#2D3A41
(45,58,65)
#1E272C
(30,39,44)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #A5D2E9

#A5D2E9
(165,210,233)
#ADD6EB
(173,214,235)
#B5DAED
(181,218,237)
#BDDEEF
(189,222,239)
#C5E2F1
(197,226,241)
#CDE6F3
(205,230,243)
#D5EAF5
(213,234,245)
#DDEEF7
(221,238,247)
#E5F2F9
(229,242,249)
#EDF6FB
(237,246,251)
#F5FAFD
(245,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D2E9; }

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

This text font color is #A5D2E9.


Background Color

.myBgColor { background-color: #A5D2E9; }

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

This div background color is #A5D2E9.


Border color

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

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

This div border color is #A5D2E9.


Opacity

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

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

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

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

This text has shadow with #A5D2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D2E9 on black background.


Color preview on white background

This text has color #A5D2E9 on white background.



Black color preview on #A5D2E9 background

This text has black color on #A5D2E9 background.


White color preview on #A5D2E9 background

This text has white color on #A5D2E9 background.