COLOR #A5DAD9

HEX: #A5DAD9 RGB: (165,218,217)

Color info

#A5DAD9 contains red, green and blue colors in about the same proportion. Web safe color of #A5DAD9 is #99CCCC (or #9CC).

RGB color model

#A5DAD9 color RGB value is (165,218,217).

RGB: (165,218,217) (65%, 85%, 85%)

RGB channels and saturation

R 165 of 255 = 65%
G 218 of 255 = 85%
B 217 of 255 = 85%

165
218
217

R + G + B ~ 78%. #A5DAD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 218 + 217 = 600 (100%)
R 165 of 600 ~ 27.5%
G 218 of 600 ~ 36.33%
B 217 of 600 ~ 36.17'%

%27.5
%36.33
%36.17

CMYK color model

#A5DAD9 color CMYK value is (24,0,0,15).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 14.51%

CMYK: (24,0,0,15)
C24M0Y0K15 (24%, 0%, 0%, 15%)
(0.24 / 0.00 / 0.00 / 0.15)

CMYK percentages

%24.31
%0
%0.46
%14.51

Codes

Color #A5DAD9 in popluar color models

A5 DA D9
RGB 165 218 217
HSL 179° 41.73% 75.10%
HSB/HSV 179° 24.31% 85.49%
CMYK 24.31% 0.00% 0.46%
14.51%

Color #A5DAD9 in popluar number systems.

HEX A5 DA D9
Decimal 165 218 217
Binary 10100101 11011010 11011001
Octal 245 332 331

Shades and tints

Shades of #A5DAD9

#A5DAD9
(165,218,217)
#96C7C6
(150,199,198)
#87B4B3
(135,180,179)
#78A1A0
(120,161,160)
#698E8D
(105,142,141)
#5A7B7A
(90,123,122)
#4B6867
(75,104,103)
#3C5554
(60,85,84)
#2D4241
(45,66,65)
#1E2F2E
(30,47,46)
#0F1C1B
(15,28,27)
#000000
(0,0,0)

Tints of #A5DAD9

#A5DAD9
(165,218,217)
#ADDDDC
(173,221,220)
#B5E0DF
(181,224,223)
#BDE3E2
(189,227,226)
#C5E6E5
(197,230,229)
#CDE9E8
(205,233,232)
#D5ECEB
(213,236,235)
#DDEFEE
(221,239,238)
#E5F2F1
(229,242,241)
#EDF5F4
(237,245,244)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DAD9; }

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

This text font color is #A5DAD9.

Background Color

.myBgColor { background-color: #A5DAD9; }

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

This div background color is #A5DAD9.

Border color

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

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

This div border color is #A5DAD9.

Opacity

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

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

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

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

This text has shadow with #A5DAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DAD9.

Preview

Color preview on black background

This text has color #A5DAD9 on black background.


Color preview on white background

This text has color #A5DAD9 on white background.


Black color preview on #A5DAD9 background

This text has black color on #A5DAD9 background.


White color preview on #A5DAD9 background

This text has white color on #A5DAD9 background.


Related colors

Complementary color

Complementary color for #hex is #5A2526.


I love getcolorcode.com

Triadic colors

1 #D9A5DA and #DAD9A5 with #A5DAD9 are triadic colors.

2 #D9DAA5 and #DAA5D9 with #A5DAD9 are triadic colors.