COLOR #A5DCDD

HEX: #A5DCDD
RGB: (165,220,221)

Color info

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

RGB color model

#A5DCDD color RGB value is (165,220,221).

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

RGB channels and saturation

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

165
220
221

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

Portions of RGB colors in percentages

R + G + B =
165 + 220 + 221 = 606 (100%)
R 165 of 606 ~ 27.23%
G 220 of 606 ~ 36.3%
B 221 of 606 ~ 36.47%

%27.23
%36.3
%36.47

CMYK color model

#A5DCDD color CMYK value is (25,0,0,13).

  • cyan value is 25.34%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(25,0,0,13)
C25M0Y0K13 
(25%,0%,0%,13%)
(0.25/0.00/0.00/0.13)	

CMYK percentages

%25.34
%0.45
%0
%13.33

Codes

Color #A5DCDD in popluar color models

A5DCDD
RGB165220221
HSL181°45.16%75.69%
HSB/HSV181°25.34%86.67%
CMYK25.34%0.45%0.00%
13.33%

Color #A5DCDD in popluar number systems.

HEXA5DCDD
Decimal165220221
Binary101001011101110011011101
Octal245334335

Shades and tints

Shades of #A5DCDD

#A5DCDD
(165,220,221)
#96C8C9
(150,200,201)
#87B4B5
(135,180,181)
#78A0A1
(120,160,161)
#698C8D
(105,140,141)
#5A7879
(90,120,121)
#4B6465
(75,100,101)
#3C5051
(60,80,81)
#2D3C3D
(45,60,61)
#1E2829
(30,40,41)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #A5DCDD

#A5DCDD
(165,220,221)
#ADDFE0
(173,223,224)
#B5E2E3
(181,226,227)
#BDE5E6
(189,229,230)
#C5E8E9
(197,232,233)
#CDEBEC
(205,235,236)
#D5EEEF
(213,238,239)
#DDF1F2
(221,241,242)
#E5F4F5
(229,244,245)
#EDF7F8
(237,247,248)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DCDD; }

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

This text font color is #A5DCDD.


Background Color

.myBgColor { background-color: #A5DCDD; }

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

This div background color is #A5DCDD.


Border color

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

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

This div border color is #A5DCDD.


Opacity

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

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

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

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

This text has shadow with #A5DCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DCDD on black background.


Color preview on white background

This text has color #A5DCDD on white background.



Black color preview on #A5DCDD background

This text has black color on #A5DCDD background.


White color preview on #A5DCDD background

This text has white color on #A5DCDD background.