COLOR #A5DAC3

HEX: #A5DAC3
RGB: (165,218,195)

Color info

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

RGB color model

#A5DAC3 color RGB value is (165,218,195).

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

RGB channels and saturation

R 165 of 255 = 65%
G 218 of 255 = 85%
B 195 of 255 = 76%

165
218
195

R + G + B ~ 75%. #A5DAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 218 + 195 = 578 (100%)
R 165 of 578 ~ 28.55%
G 218 of 578 ~ 37.72%
B 195 of 578 ~ 33.74%

%28.55
%37.72
%33.74

CMYK color model

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

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 10.55%
  • key color value is 14.51%
CMYK:
(24,0,11,15)
C24M0Y11K15 
(24%,0%,11%,15%)
(0.24/0.00/0.11/0.15)	

CMYK percentages

%24.31
%0
%10.55
%14.51

Codes

Color #A5DAC3 in popluar color models

A5DAC3
RGB165218195
HSL154°41.73%75.10%
HSB/HSV154°24.31%85.49%
CMYK24.31%0.00%10.55%
14.51%

Color #A5DAC3 in popluar number systems.

HEXA5DAC3
Decimal165218195
Binary101001011101101011000011
Octal245332303

Shades and tints

Shades of #A5DAC3

#A5DAC3
(165,218,195)
#96C7B2
(150,199,178)
#87B4A1
(135,180,161)
#78A190
(120,161,144)
#698E7F
(105,142,127)
#5A7B6E
(90,123,110)
#4B685D
(75,104,93)
#3C554C
(60,85,76)
#2D423B
(45,66,59)
#1E2F2A
(30,47,42)
#0F1C19
(15,28,25)
#000000
(0,0,0)

Tints of #A5DAC3

#A5DAC3
(165,218,195)
#ADDDC8
(173,221,200)
#B5E0CD
(181,224,205)
#BDE3D2
(189,227,210)
#C5E6D7
(197,230,215)
#CDE9DC
(205,233,220)
#D5ECE1
(213,236,225)
#DDEFE6
(221,239,230)
#E5F2EB
(229,242,235)
#EDF5F0
(237,245,240)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DAC3; }

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

This text font color is #A5DAC3.


Background Color

.myBgColor { background-color: #A5DAC3; }

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

This div background color is #A5DAC3.


Border color

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

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

This div border color is #A5DAC3.


Opacity

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

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

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

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

This text has shadow with #A5DAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DAC3 on black background.


Color preview on white background

This text has color #A5DAC3 on white background.



Black color preview on #A5DAC3 background

This text has black color on #A5DAC3 background.


White color preview on #A5DAC3 background

This text has white color on #A5DAC3 background.