COLOR #A5DAD3

HEX: #A5DAD3 RGB: (165,218,211)

Color info

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

RGB color model

#A5DAD3 color RGB value is (165,218,211).

RGB: (165,218,211) (65%, 85%, 83%)

RGB channels and saturation

R 165 of 255 = 65%
G 218 of 255 = 85%
B 211 of 255 = 83%

165
218
211

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

Portions of RGB colors in percentages

R + G + B = 165 + 218 + 211 = 594 (100%)
R 165 of 594 ~ 27.78%
G 218 of 594 ~ 36.7%
B 211 of 594 ~ 35.52'%

%27.78
%36.7
%35.52

CMYK color model

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

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 3.21%
  • key color value is 14.51%
CMYK: (24,0,3,15) C24M0Y3K15 (24%,0%,3%,15%) (0.24/0.00/0.03/0.15) 

CMYK percentages

%24.31
%0
%3.21
%14.51

Codes

Color #A5DAD3 in popluar color models

A5 DA D3
RGB 165 218 211
HSL 172° 41.73% 75.10%
HSB/HSV 172° 24.31% 85.49%
CMYK 24.31% 0.00% 3.21%
14.51%

Color #A5DAD3 in popluar number systems.

HEX A5 DA D3
Decimal 165 218 211
Binary 10100101 11011010 11010011
Octal 245 332 323

Shades and tints

Shades of #A5DAD3

#A5DAD3
(165,218,211)
#96C7C0
(150,199,192)
#87B4AD
(135,180,173)
#78A19A
(120,161,154)
#698E87
(105,142,135)
#5A7B74
(90,123,116)
#4B6861
(75,104,97)
#3C554E
(60,85,78)
#2D423B
(45,66,59)
#1E2F28
(30,47,40)
#0F1C15
(15,28,21)
#000000
(0,0,0)

Tints of #A5DAD3

#A5DAD3
(165,218,211)
#ADDDD7
(173,221,215)
#B5E0DB
(181,224,219)
#BDE3DF
(189,227,223)
#C5E6E3
(197,230,227)
#CDE9E7
(205,233,231)
#D5ECEB
(213,236,235)
#DDEFEF
(221,239,239)
#E5F2F3
(229,242,243)
#EDF5F7
(237,245,247)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DAD3; }

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

This text font color is #A5DAD3.

Background Color

.myBgColor { background-color: #A5DAD3; }

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

This div background color is #A5DAD3.

Border color

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

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

This div border color is #A5DAD3.

Opacity

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

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

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

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

This text has shadow with #A5DAD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DAD3.

Preview

Color preview on black background

This text has color #A5DAD3 on black background.


Color preview on white background

This text has color #A5DAD3 on white background.


Black color preview on #A5DAD3 background

This text has black color on #A5DAD3 background.


White color preview on #A5DAD3 background

This text has white color on #A5DAD3 background.


Related colors

Complementary color

Complementary color for #hex is #5A252C.


I love getcolorcode.com

Triadic colors

1 #D3A5DA and #DAD3A5 with #A5DAD3 are triadic colors.

2 #D3DAA5 and #DAA5D3 with #A5DAD3 are triadic colors.