COLOR #A5D7D6

HEX: #A5D7D6
RGB: (165,215,214)

Color info

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

RGB color model

#A5D7D6 color RGB value is (165,215,214).

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

RGB channels and saturation

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

165
215
214

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

Portions of RGB colors in percentages

R + G + B =
165 + 215 + 214 = 594 (100%)
R 165 of 594 ~ 27.78%
G 215 of 594 ~ 36.2%
B 214 of 594 ~ 36.03%

%27.78
%36.2
%36.03

CMYK color model

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

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 0.47%
  • key color value is 15.69%
CMYK:
(23,0,0,16)
C23M0Y0K16 
(23%,0%,0%,16%)
(0.23/0.00/0.00/0.16)	

CMYK percentages

%23.26
%0
%0.47
%15.69

Codes

Color #A5D7D6 in popluar color models

A5D7D6
RGB165215214
HSL179°38.46%74.51%
HSB/HSV179°23.26%84.31%
CMYK23.26%0.00%0.47%
15.69%

Color #A5D7D6 in popluar number systems.

HEXA5D7D6
Decimal165215214
Binary101001011101011111010110
Octal245327326

Shades and tints

Shades of #A5D7D6

#A5D7D6
(165,215,214)
#96C4C3
(150,196,195)
#87B1B0
(135,177,176)
#789E9D
(120,158,157)
#698B8A
(105,139,138)
#5A7877
(90,120,119)
#4B6564
(75,101,100)
#3C5251
(60,82,81)
#2D3F3E
(45,63,62)
#1E2C2B
(30,44,43)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #A5D7D6

#A5D7D6
(165,215,214)
#ADDAD9
(173,218,217)
#B5DDDC
(181,221,220)
#BDE0DF
(189,224,223)
#C5E3E2
(197,227,226)
#CDE6E5
(205,230,229)
#D5E9E8
(213,233,232)
#DDECEB
(221,236,235)
#E5EFEE
(229,239,238)
#EDF2F1
(237,242,241)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D7D6; }

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

This text font color is #A5D7D6.


Background Color

.myBgColor { background-color: #A5D7D6; }

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

This div background color is #A5D7D6.


Border color

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

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

This div border color is #A5D7D6.


Opacity

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

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

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

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

This text has shadow with #A5D7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D7D6 on black background.


Color preview on white background

This text has color #A5D7D6 on white background.



Black color preview on #A5D7D6 background

This text has black color on #A5D7D6 background.


White color preview on #A5D7D6 background

This text has white color on #A5D7D6 background.