COLOR #A5DAC6

HEX: #A5DAC6 RGB: (165,218,198)

Color info

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

RGB color model

#A5DAC6 color RGB value is (165,218,198).

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

RGB channels and saturation

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

165
218
198

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

Portions of RGB colors in percentages

R + G + B = 165 + 218 + 198 = 581 (100%)
R 165 of 581 ~ 28.4%
G 218 of 581 ~ 37.52%
B 198 of 581 ~ 34.08'%

%28.4
%37.52
%34.08

CMYK color model

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

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

CMYK: (24,0,9,15)
C24M0Y9K15 (24%, 0%, 9%, 15%)
(0.24 / 0.00 / 0.09 / 0.15)

CMYK percentages

%24.31
%0
%9.17
%14.51

Codes

Color #A5DAC6 in popluar color models

A5 DA C6
RGB 165 218 198
HSL 157° 41.73% 75.10%
HSB/HSV 157° 24.31% 85.49%
CMYK 24.31% 0.00% 9.17%
14.51%

Color #A5DAC6 in popluar number systems.

HEX A5 DA C6
Decimal 165 218 198
Binary 10100101 11011010 11000110
Octal 245 332 306

Shades and tints

Shades of #A5DAC6

#A5DAC6
(165,218,198)
#96C7B4
(150,199,180)
#87B4A2
(135,180,162)
#78A190
(120,161,144)
#698E7E
(105,142,126)
#5A7B6C
(90,123,108)
#4B685A
(75,104,90)
#3C5548
(60,85,72)
#2D4236
(45,66,54)
#1E2F24
(30,47,36)
#0F1C12
(15,28,18)
#000000
(0,0,0)

Tints of #A5DAC6

#A5DAC6
(165,218,198)
#ADDDCB
(173,221,203)
#B5E0D0
(181,224,208)
#BDE3D5
(189,227,213)
#C5E6DA
(197,230,218)
#CDE9DF
(205,233,223)
#D5ECE4
(213,236,228)
#DDEFE9
(221,239,233)
#E5F2EE
(229,242,238)
#EDF5F3
(237,245,243)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DAC6; }

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

This text font color is #A5DAC6.

Background Color

.myBgColor { background-color: #A5DAC6; }

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

This div background color is #A5DAC6.

Border color

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

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

This div border color is #A5DAC6.

Opacity

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

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

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

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

This text has shadow with #A5DAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DAC6.

Preview

Color preview on black background

This text has color #A5DAC6 on black background.


Color preview on white background

This text has color #A5DAC6 on white background.


Black color preview on #A5DAC6 background

This text has black color on #A5DAC6 background.


White color preview on #A5DAC6 background

This text has white color on #A5DAC6 background.


Related colors

Complementary color

Complementary color for #hex is #5A2539.


I love getcolorcode.com

Triadic colors

1 #C6A5DA and #DAC6A5 with #A5DAC6 are triadic colors.

2 #C6DAA5 and #DAA5C6 with #A5DAC6 are triadic colors.