COLOR #A5DCDA

HEX: #A5DCDA
RGB: (165,220,218)

Color info

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

RGB color model

#A5DCDA color RGB value is (165,220,218).

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

RGB channels and saturation

R 165 of 255 = 65%
G 220 of 255 = 86%
B 218 of 255 = 85%

165
220
218

R + G + B ~ 79%. #A5DCDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 220 + 218 = 603 (100%)
R 165 of 603 ~ 27.36%
G 220 of 603 ~ 36.48%
B 218 of 603 ~ 36.15%

%27.36
%36.48
%36.15

CMYK color model

#A5DCDA color CMYK value is (25,0,1,14).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 13.73%
CMYK:
(25,0,1,14)
C25M0Y1K14 
(25%,0%,1%,14%)
(0.25/0.00/0.01/0.14)	

CMYK percentages

%25
%0
%0.91
%13.73

Codes

Color #A5DCDA in popluar color models

A5DCDA
RGB165220218
HSL178°44.00%75.49%
HSB/HSV178°25.00%86.27%
CMYK25.00%0.00%0.91%
13.73%

Color #A5DCDA in popluar number systems.

HEXA5DCDA
Decimal165220218
Binary101001011101110011011010
Octal245334332

Shades and tints

Shades of #A5DCDA

#A5DCDA
(165,220,218)
#96C8C7
(150,200,199)
#87B4B4
(135,180,180)
#78A0A1
(120,160,161)
#698C8E
(105,140,142)
#5A787B
(90,120,123)
#4B6468
(75,100,104)
#3C5055
(60,80,85)
#2D3C42
(45,60,66)
#1E282F
(30,40,47)
#0F141C
(15,20,28)
#000000
(0,0,0)

Tints of #A5DCDA

#A5DCDA
(165,220,218)
#ADDFDD
(173,223,221)
#B5E2E0
(181,226,224)
#BDE5E3
(189,229,227)
#C5E8E6
(197,232,230)
#CDEBE9
(205,235,233)
#D5EEEC
(213,238,236)
#DDF1EF
(221,241,239)
#E5F4F2
(229,244,242)
#EDF7F5
(237,247,245)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DCDA; }

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

This text font color is #A5DCDA.


Background Color

.myBgColor { background-color: #A5DCDA; }

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

This div background color is #A5DCDA.


Border color

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

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

This div border color is #A5DCDA.


Opacity

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

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

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

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

This text has shadow with #A5DCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DCDA on black background.


Color preview on white background

This text has color #A5DCDA on white background.



Black color preview on #A5DCDA background

This text has black color on #A5DCDA background.


White color preview on #A5DCDA background

This text has white color on #A5DCDA background.