COLOR #A5DCDC

HEX: #A5DCDC
RGB: (165,220,220)

Color info

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

RGB color model

#A5DCDC color RGB value is (165,220,220).

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

RGB channels and saturation

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

165
220
220

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

Portions of RGB colors in percentages

R + G + B =
165 + 220 + 220 = 605 (100%)
R 165 of 605 ~ 27.27%
G 220 of 605 ~ 36.36%
B 220 of 605 ~ 36.36%

%27.27
%36.36
%36.36

CMYK color model

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

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

CMYK percentages

%25
%0
%0
%13.73

Codes

Color #A5DCDC in popluar color models

A5DCDC
RGB165220220
HSL180°44.00%75.49%
HSB/HSV180°25.00%86.27%
CMYK25.00%0.00%0.00%
13.73%

Color #A5DCDC in popluar number systems.

HEXA5DCDC
Decimal165220220
Binary101001011101110011011100
Octal245334334

Shades and tints

Shades of #A5DCDC

#A5DCDC
(165,220,220)
#96C8C8
(150,200,200)
#87B4B4
(135,180,180)
#78A0A0
(120,160,160)
#698C8C
(105,140,140)
#5A7878
(90,120,120)
#4B6464
(75,100,100)
#3C5050
(60,80,80)
#2D3C3C
(45,60,60)
#1E2828
(30,40,40)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #A5DCDC

#A5DCDC
(165,220,220)
#ADDFDF
(173,223,223)
#B5E2E2
(181,226,226)
#BDE5E5
(189,229,229)
#C5E8E8
(197,232,232)
#CDEBEB
(205,235,235)
#D5EEEE
(213,238,238)
#DDF1F1
(221,241,241)
#E5F4F4
(229,244,244)
#EDF7F7
(237,247,247)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DCDC; }

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

This text font color is #A5DCDC.


Background Color

.myBgColor { background-color: #A5DCDC; }

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

This div background color is #A5DCDC.


Border color

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

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

This div border color is #A5DCDC.


Opacity

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

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

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

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

This text has shadow with #A5DCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DCDC on black background.


Color preview on white background

This text has color #A5DCDC on white background.



Black color preview on #A5DCDC background

This text has black color on #A5DCDC background.


White color preview on #A5DCDC background

This text has white color on #A5DCDC background.