COLOR #A5D7D5

HEX: #A5D7D5
RGB: (165,215,213)

Color info

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

RGB color model

#A5D7D5 color RGB value is (165,215,213).

  • red value is 165;
  • green value is 215;
  • blue value is 213.
RGB:
(165,215,213)
(65%,84%,84%)

RGB channels and saturation

R 165 of 255 = 65%
G 215 of 255 = 84%
B 213 of 255 = 84%

165
215
213

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

Portions of RGB colors in percentages

R + G + B =
165 + 215 + 213 = 593 (100%)
R 165 of 593 ~ 27.82%
G 215 of 593 ~ 36.26%
B 213 of 593 ~ 35.92%

%27.82
%36.26
%35.92

CMYK color model

#A5D7D5 color CMYK value is (23,0,1,16).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 15.69%
CMYK:
(23,0,1,16)
C23M0Y1K16 
(23%,0%,1%,16%)
(0.23/0.00/0.01/0.16)	

CMYK percentages

%23.26
%0
%0.93
%15.69

Codes

Color #A5D7D5 in popluar color models

A5D7D5
RGB165215213
HSL178°38.46%74.51%
HSB/HSV178°23.26%84.31%
CMYK23.26%0.00%0.93%
15.69%

Color #A5D7D5 in popluar number systems.

HEXA5D7D5
Decimal165215213
Binary101001011101011111010101
Octal245327325

Shades and tints

Shades of #A5D7D5

#A5D7D5
(165,215,213)
#96C4C2
(150,196,194)
#87B1AF
(135,177,175)
#789E9C
(120,158,156)
#698B89
(105,139,137)
#5A7876
(90,120,118)
#4B6563
(75,101,99)
#3C5250
(60,82,80)
#2D3F3D
(45,63,61)
#1E2C2A
(30,44,42)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #A5D7D5

#A5D7D5
(165,215,213)
#ADDAD8
(173,218,216)
#B5DDDB
(181,221,219)
#BDE0DE
(189,224,222)
#C5E3E1
(197,227,225)
#CDE6E4
(205,230,228)
#D5E9E7
(213,233,231)
#DDECEA
(221,236,234)
#E5EFED
(229,239,237)
#EDF2F0
(237,242,240)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D7D5; }

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

This text font color is #A5D7D5.


Background Color

.myBgColor { background-color: #A5D7D5; }

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

This div background color is #A5D7D5.


Border color

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

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

This div border color is #A5D7D5.


Opacity

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

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

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

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

This text has shadow with #A5D7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D7D5 on black background.


Color preview on white background

This text has color #A5D7D5 on white background.



Black color preview on #A5D7D5 background

This text has black color on #A5D7D5 background.


White color preview on #A5D7D5 background

This text has white color on #A5D7D5 background.