COLOR #A5D8D5

HEX: #A5D8D5
RGB: (165,216,213)

Color info

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

RGB color model

#A5D8D5 color RGB value is (165,216,213).

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

RGB channels and saturation

R 165 of 255 = 65%
G 216 of 255 = 85%
B 213 of 255 = 84%

165
216
213

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

Portions of RGB colors in percentages

R + G + B =
165 + 216 + 213 = 594 (100%)
R 165 of 594 ~ 27.78%
G 216 of 594 ~ 36.36%
B 213 of 594 ~ 35.86%

%27.78
%36.36
%35.86

CMYK color model

#A5D8D5 color CMYK value is (24,0,1,15).

  • cyan value is 23.61%
  • magenta value is 0.00%
  • yellow value is 1.39%
  • key color value is 15.29%
CMYK:
(24,0,1,15)
C24M0Y1K15 
(24%,0%,1%,15%)
(0.24/0.00/0.01/0.15)	

CMYK percentages

%23.61
%0
%1.39
%15.29

Codes

Color #A5D8D5 in popluar color models

A5D8D5
RGB165216213
HSL176°39.53%74.71%
HSB/HSV176°23.61%84.71%
CMYK23.61%0.00%1.39%
15.29%

Color #A5D8D5 in popluar number systems.

HEXA5D8D5
Decimal165216213
Binary101001011101100011010101
Octal245330325

Shades and tints

Shades of #A5D8D5

#A5D8D5
(165,216,213)
#96C5C2
(150,197,194)
#87B2AF
(135,178,175)
#789F9C
(120,159,156)
#698C89
(105,140,137)
#5A7976
(90,121,118)
#4B6663
(75,102,99)
#3C5350
(60,83,80)
#2D403D
(45,64,61)
#1E2D2A
(30,45,42)
#0F1A17
(15,26,23)
#000000
(0,0,0)

Tints of #A5D8D5

#A5D8D5
(165,216,213)
#ADDBD8
(173,219,216)
#B5DEDB
(181,222,219)
#BDE1DE
(189,225,222)
#C5E4E1
(197,228,225)
#CDE7E4
(205,231,228)
#D5EAE7
(213,234,231)
#DDEDEA
(221,237,234)
#E5F0ED
(229,240,237)
#EDF3F0
(237,243,240)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D8D5; }

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

This text font color is #A5D8D5.


Background Color

.myBgColor { background-color: #A5D8D5; }

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

This div background color is #A5D8D5.


Border color

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

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

This div border color is #A5D8D5.


Opacity

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

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

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

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

This text has shadow with #A5D8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D8D5 on black background.


Color preview on white background

This text has color #A5D8D5 on white background.



Black color preview on #A5D8D5 background

This text has black color on #A5D8D5 background.


White color preview on #A5D8D5 background

This text has white color on #A5D8D5 background.