COLOR #A5D6CD

HEX: #A5D6CD RGB: (165,214,205)

Color info

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

RGB color model

#A5D6CD color RGB value is (165,214,205).

RGB: (165,214,205) (65%, 84%, 80%)

RGB channels and saturation

R 165 of 255 = 65%
G 214 of 255 = 84%
B 205 of 255 = 80%

165
214
205

R + G + B ~ 76%. #A5D6CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 214 + 205 = 584 (100%)
R 165 of 584 ~ 28.25%
G 214 of 584 ~ 36.64%
B 205 of 584 ~ 35.1'%

%28.25
%36.64
%35.1

CMYK color model

#A5D6CD color CMYK value is (23,0,4,16).

  • cyan value is 22.90%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 16.08%
CMYK: (23,0,4,16) C23M0Y4K16 (23%,0%,4%,16%) (0.23/0.00/0.04/0.16) 

CMYK percentages

%22.9
%0
%4.21
%16.08

Codes

Color #A5D6CD in popluar color models

A5 D6 CD
RGB 165 214 205
HSL 169° 37.40% 74.31%
HSB/HSV 169° 22.90% 83.92%
CMYK 22.90% 0.00% 4.21%
16.08%

Color #A5D6CD in popluar number systems.

HEX A5 D6 CD
Decimal 165 214 205
Binary 10100101 11010110 11001101
Octal 245 326 315

Shades and tints

Shades of #A5D6CD

#A5D6CD
(165,214,205)
#96C3BB
(150,195,187)
#87B0A9
(135,176,169)
#789D97
(120,157,151)
#698A85
(105,138,133)
#5A7773
(90,119,115)
#4B6461
(75,100,97)
#3C514F
(60,81,79)
#2D3E3D
(45,62,61)
#1E2B2B
(30,43,43)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #A5D6CD

#A5D6CD
(165,214,205)
#ADD9D1
(173,217,209)
#B5DCD5
(181,220,213)
#BDDFD9
(189,223,217)
#C5E2DD
(197,226,221)
#CDE5E1
(205,229,225)
#D5E8E5
(213,232,229)
#DDEBE9
(221,235,233)
#E5EEED
(229,238,237)
#EDF1F1
(237,241,241)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D6CD; }

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

This text font color is #A5D6CD.

Background Color

.myBgColor { background-color: #A5D6CD; }

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

This div background color is #A5D6CD.

Border color

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

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

This div border color is #A5D6CD.

Opacity

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

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

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

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

This text has shadow with #A5D6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5D6CD.

Preview

Color preview on black background

This text has color #A5D6CD on black background.


Color preview on white background

This text has color #A5D6CD on white background.


Black color preview on #A5D6CD background

This text has black color on #A5D6CD background.


White color preview on #A5D6CD background

This text has white color on #A5D6CD background.


Related colors

Complementary color

Complementary color for #hex is #5A2932.


I love getcolorcode.com

Triadic colors

1 #CDA5D6 and #D6CDA5 with #A5D6CD are triadic colors.

2 #CDD6A5 and #D6A5CD with #A5D6CD are triadic colors.