COLOR #A5DAC8

HEX: #A5DAC8 RGB: (165,218,200)

Color info

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

RGB color model

#A5DAC8 color RGB value is (165,218,200).

RGB: (165,218,200) (65%, 85%, 78%)

RGB channels and saturation

R 165 of 255 = 65%
G 218 of 255 = 85%
B 200 of 255 = 78%

165
218
200

R + G + B ~ 76%. #A5DAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 218 + 200 = 583 (100%)
R 165 of 583 ~ 28.3%
G 218 of 583 ~ 37.39%
B 200 of 583 ~ 34.31'%

%28.3
%37.39
%34.31

CMYK color model

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

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

CMYK: (24,0,8,15)
C24M0Y8K15 (24%, 0%, 8%, 15%)
(0.24 / 0.00 / 0.08 / 0.15)

CMYK percentages

%24.31
%0
%8.26
%14.51

Codes

Color #A5DAC8 in popluar color models

A5 DA C8
RGB 165 218 200
HSL 160° 41.73% 75.10%
HSB/HSV 160° 24.31% 85.49%
CMYK 24.31% 0.00% 8.26%
14.51%

Color #A5DAC8 in popluar number systems.

HEX A5 DA C8
Decimal 165 218 200
Binary 10100101 11011010 11001000
Octal 245 332 310

Shades and tints

Shades of #A5DAC8

#A5DAC8
(165,218,200)
#96C7B6
(150,199,182)
#87B4A4
(135,180,164)
#78A192
(120,161,146)
#698E80
(105,142,128)
#5A7B6E
(90,123,110)
#4B685C
(75,104,92)
#3C554A
(60,85,74)
#2D4238
(45,66,56)
#1E2F26
(30,47,38)
#0F1C14
(15,28,20)
#000000
(0,0,0)

Tints of #A5DAC8

#A5DAC8
(165,218,200)
#ADDDCD
(173,221,205)
#B5E0D2
(181,224,210)
#BDE3D7
(189,227,215)
#C5E6DC
(197,230,220)
#CDE9E1
(205,233,225)
#D5ECE6
(213,236,230)
#DDEFEB
(221,239,235)
#E5F2F0
(229,242,240)
#EDF5F5
(237,245,245)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DAC8; }

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

This text font color is #A5DAC8.

Background Color

.myBgColor { background-color: #A5DAC8; }

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

This div background color is #A5DAC8.

Border color

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

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

This div border color is #A5DAC8.

Opacity

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

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

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

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

This text has shadow with #A5DAC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DAC8.

Preview

Color preview on black background

This text has color #A5DAC8 on black background.


Color preview on white background

This text has color #A5DAC8 on white background.


Black color preview on #A5DAC8 background

This text has black color on #A5DAC8 background.


White color preview on #A5DAC8 background

This text has white color on #A5DAC8 background.


Related colors

Complementary color

Complementary color for #hex is #5A2537.


I love getcolorcode.com

Triadic colors

1 #C8A5DA and #DAC8A5 with #A5DAC8 are triadic colors.

2 #C8DAA5 and #DAA5C8 with #A5DAC8 are triadic colors.