COLOR #A5D3E9

HEX: #A5D3E9
RGB: (165,211,233)

Color info

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

RGB color model

#A5D3E9 color RGB value is (165,211,233).

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

RGB channels and saturation

R 165 of 255 = 65%
G 211 of 255 = 83%
B 233 of 255 = 91%

165
211
233

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

Portions of RGB colors in percentages

R + G + B =
165 + 211 + 233 = 609 (100%)
R 165 of 609 ~ 27.09%
G 211 of 609 ~ 34.65%
B 233 of 609 ~ 38.26%

%27.09
%34.65
%38.26

CMYK color model

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

  • cyan value is 29.18%
  • magenta value is 9.44%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(29,9,0,9)
C29M9Y0K9 
(29%,9%,0%,9%)
(0.29/0.09/0.00/0.09)	

CMYK percentages

%29.18
%9.44
%0
%8.63

Codes

Color #A5D3E9 in popluar color models

A5D3E9
RGB165211233
HSL199°60.71%78.04%
HSB/HSV199°29.18%91.37%
CMYK29.18%9.44%0.00%
8.63%

Color #A5D3E9 in popluar number systems.

HEXA5D3E9
Decimal165211233
Binary101001011101001111101001
Octal245323351

Shades and tints

Shades of #A5D3E9

#A5D3E9
(165,211,233)
#96C0D4
(150,192,212)
#87ADBF
(135,173,191)
#789AAA
(120,154,170)
#698795
(105,135,149)
#5A7480
(90,116,128)
#4B616B
(75,97,107)
#3C4E56
(60,78,86)
#2D3B41
(45,59,65)
#1E282C
(30,40,44)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #A5D3E9

#A5D3E9
(165,211,233)
#ADD7EB
(173,215,235)
#B5DBED
(181,219,237)
#BDDFEF
(189,223,239)
#C5E3F1
(197,227,241)
#CDE7F3
(205,231,243)
#D5EBF5
(213,235,245)
#DDEFF7
(221,239,247)
#E5F3F9
(229,243,249)
#EDF7FB
(237,247,251)
#F5FBFD
(245,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D3E9; }

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

This text font color is #A5D3E9.


Background Color

.myBgColor { background-color: #A5D3E9; }

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

This div background color is #A5D3E9.


Border color

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

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

This div border color is #A5D3E9.


Opacity

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

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

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

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

This text has shadow with #A5D3E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D3E9 on black background.


Color preview on white background

This text has color #A5D3E9 on white background.



Black color preview on #A5D3E9 background

This text has black color on #A5D3E9 background.


White color preview on #A5D3E9 background

This text has white color on #A5D3E9 background.