COLOR #A5DACD

HEX: #A5DACD
RGB: (165,218,205)

Color info

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

RGB color model

#A5DACD color RGB value is (165,218,205).

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

RGB channels and saturation

R 165 of 255 = 65%
G 218 of 255 = 85%
B 205 of 255 = 80%

165
218
205

R + G + B ~ 77%. #A5DACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 218 + 205 = 588 (100%)
R 165 of 588 ~ 28.06%
G 218 of 588 ~ 37.07%
B 205 of 588 ~ 34.86%

%28.06
%37.07
%34.86

CMYK color model

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

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 14.51%
CMYK:
(24,0,6,15)
C24M0Y6K15 
(24%,0%,6%,15%)
(0.24/0.00/0.06/0.15)	

CMYK percentages

%24.31
%0
%5.96
%14.51

Codes

Color #A5DACD in popluar color models

A5DACD
RGB165218205
HSL165°41.73%75.10%
HSB/HSV165°24.31%85.49%
CMYK24.31%0.00%5.96%
14.51%

Color #A5DACD in popluar number systems.

HEXA5DACD
Decimal165218205
Binary101001011101101011001101
Octal245332315

Shades and tints

Shades of #A5DACD

#A5DACD
(165,218,205)
#96C7BB
(150,199,187)
#87B4A9
(135,180,169)
#78A197
(120,161,151)
#698E85
(105,142,133)
#5A7B73
(90,123,115)
#4B6861
(75,104,97)
#3C554F
(60,85,79)
#2D423D
(45,66,61)
#1E2F2B
(30,47,43)
#0F1C19
(15,28,25)
#000000
(0,0,0)

Tints of #A5DACD

#A5DACD
(165,218,205)
#ADDDD1
(173,221,209)
#B5E0D5
(181,224,213)
#BDE3D9
(189,227,217)
#C5E6DD
(197,230,221)
#CDE9E1
(205,233,225)
#D5ECE5
(213,236,229)
#DDEFE9
(221,239,233)
#E5F2ED
(229,242,237)
#EDF5F1
(237,245,241)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DACD; }

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

This text font color is #A5DACD.


Background Color

.myBgColor { background-color: #A5DACD; }

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

This div background color is #A5DACD.


Border color

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

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

This div border color is #A5DACD.


Opacity

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

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

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

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

This text has shadow with #A5DACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DACD on black background.


Color preview on white background

This text has color #A5DACD on white background.



Black color preview on #A5DACD background

This text has black color on #A5DACD background.


White color preview on #A5DACD background

This text has white color on #A5DACD background.