COLOR #A5DCD0

HEX: #A5DCD0
RGB: (165,220,208)

Color info

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

RGB color model

#A5DCD0 color RGB value is (165,220,208).

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

RGB channels and saturation

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

165
220
208

R + G + B ~ 78%. #A5DCD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 220 + 208 = 593 (100%)
R 165 of 593 ~ 27.82%
G 220 of 593 ~ 37.1%
B 208 of 593 ~ 35.08%

%27.82
%37.1
%35.08

CMYK color model

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

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

CMYK percentages

%25
%0
%5.45
%13.73

Codes

Color #A5DCD0 in popluar color models

A5DCD0
RGB165220208
HSL167°44.00%75.49%
HSB/HSV167°25.00%86.27%
CMYK25.00%0.00%5.45%
13.73%

Color #A5DCD0 in popluar number systems.

HEXA5DCD0
Decimal165220208
Binary101001011101110011010000
Octal245334320

Shades and tints

Shades of #A5DCD0

#A5DCD0
(165,220,208)
#96C8BE
(150,200,190)
#87B4AC
(135,180,172)
#78A09A
(120,160,154)
#698C88
(105,140,136)
#5A7876
(90,120,118)
#4B6464
(75,100,100)
#3C5052
(60,80,82)
#2D3C40
(45,60,64)
#1E282E
(30,40,46)
#0F141C
(15,20,28)
#000000
(0,0,0)

Tints of #A5DCD0

#A5DCD0
(165,220,208)
#ADDFD4
(173,223,212)
#B5E2D8
(181,226,216)
#BDE5DC
(189,229,220)
#C5E8E0
(197,232,224)
#CDEBE4
(205,235,228)
#D5EEE8
(213,238,232)
#DDF1EC
(221,241,236)
#E5F4F0
(229,244,240)
#EDF7F4
(237,247,244)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DCD0; }

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

This text font color is #A5DCD0.


Background Color

.myBgColor { background-color: #A5DCD0; }

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

This div background color is #A5DCD0.


Border color

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

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

This div border color is #A5DCD0.


Opacity

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

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

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

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

This text has shadow with #A5DCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DCD0 on black background.


Color preview on white background

This text has color #A5DCD0 on white background.



Black color preview on #A5DCD0 background

This text has black color on #A5DCD0 background.


White color preview on #A5DCD0 background

This text has white color on #A5DCD0 background.