COLOR #A5DAEE

HEX: #A5DAEE
RGB: (165,218,238)

Color info

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

RGB color model

#A5DAEE color RGB value is (165,218,238).

  • red value is 165;
  • green value is 218;
  • blue value is 238.
RGB:
(165,218,238)
(65%,85%,93%)

RGB channels and saturation

R 165 of 255 = 65%
G 218 of 255 = 85%
B 238 of 255 = 93%

165
218
238

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

Portions of RGB colors in percentages

R + G + B =
165 + 218 + 238 = 621 (100%)
R 165 of 621 ~ 26.57%
G 218 of 621 ~ 35.1%
B 238 of 621 ~ 38.33%

%26.57
%35.1
%38.33

CMYK color model

#A5DAEE color CMYK value is (31,8,0,7).

  • cyan value is 30.67%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(31,8,0,7)
C31M8Y0K7 
(31%,8%,0%,7%)
(0.31/0.08/0.00/0.07)	

CMYK percentages

%30.67
%8.4
%0
%6.67

Codes

Color #A5DAEE in popluar color models

A5DAEE
RGB165218238
HSL196°68.22%79.02%
HSB/HSV196°30.67%93.33%
CMYK30.67%8.40%0.00%
6.67%

Color #A5DAEE in popluar number systems.

HEXA5DAEE
Decimal165218238
Binary101001011101101011101110
Octal245332356

Shades and tints

Shades of #A5DAEE

#A5DAEE
(165,218,238)
#96C7D9
(150,199,217)
#87B4C4
(135,180,196)
#78A1AF
(120,161,175)
#698E9A
(105,142,154)
#5A7B85
(90,123,133)
#4B6870
(75,104,112)
#3C555B
(60,85,91)
#2D4246
(45,66,70)
#1E2F31
(30,47,49)
#0F1C1C
(15,28,28)
#000000
(0,0,0)

Tints of #A5DAEE

#A5DAEE
(165,218,238)
#ADDDEF
(173,221,239)
#B5E0F0
(181,224,240)
#BDE3F1
(189,227,241)
#C5E6F2
(197,230,242)
#CDE9F3
(205,233,243)
#D5ECF4
(213,236,244)
#DDEFF5
(221,239,245)
#E5F2F6
(229,242,246)
#EDF5F7
(237,245,247)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DAEE color. Also use rgb(165,218,238) instead hex code.

Text Font Color

.myTextColor { color: #A5DAEE; }

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

This text font color is #A5DAEE.


Background Color

.myBgColor { background-color: #A5DAEE; }

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

This div background color is #A5DAEE.


Border color

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

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

This div border color is #A5DAEE.


Opacity

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

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

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

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

This text has shadow with #A5DAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DAEE on black background.


Color preview on white background

This text has color #A5DAEE on white background.



Black color preview on #A5DAEE background

This text has black color on #A5DAEE background.


White color preview on #A5DAEE background

This text has white color on #A5DAEE background.