COLOR #A5D7DB

HEX: #A5D7DB
RGB: (165,215,219)

Color info

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

RGB color model

#A5D7DB color RGB value is (165,215,219).

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

RGB channels and saturation

R 165 of 255 = 65%
G 215 of 255 = 84%
B 219 of 255 = 86%

165
215
219

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

Portions of RGB colors in percentages

R + G + B =
165 + 215 + 219 = 599 (100%)
R 165 of 599 ~ 27.55%
G 215 of 599 ~ 35.89%
B 219 of 599 ~ 36.56%

%27.55
%35.89
%36.56

CMYK color model

#A5D7DB color CMYK value is (25,2,0,14).

  • cyan value is 24.66%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(25,2,0,14)
C25M2Y0K14 
(25%,2%,0%,14%)
(0.25/0.02/0.00/0.14)	

CMYK percentages

%24.66
%1.83
%0
%14.12

Codes

Color #A5D7DB in popluar color models

A5D7DB
RGB165215219
HSL184°42.86%75.29%
HSB/HSV184°24.66%85.88%
CMYK24.66%1.83%0.00%
14.12%

Color #A5D7DB in popluar number systems.

HEXA5D7DB
Decimal165215219
Binary101001011101011111011011
Octal245327333

Shades and tints

Shades of #A5D7DB

#A5D7DB
(165,215,219)
#96C4C8
(150,196,200)
#87B1B5
(135,177,181)
#789EA2
(120,158,162)
#698B8F
(105,139,143)
#5A787C
(90,120,124)
#4B6569
(75,101,105)
#3C5256
(60,82,86)
#2D3F43
(45,63,67)
#1E2C30
(30,44,48)
#0F191D
(15,25,29)
#000000
(0,0,0)

Tints of #A5D7DB

#A5D7DB
(165,215,219)
#ADDADE
(173,218,222)
#B5DDE1
(181,221,225)
#BDE0E4
(189,224,228)
#C5E3E7
(197,227,231)
#CDE6EA
(205,230,234)
#D5E9ED
(213,233,237)
#DDECF0
(221,236,240)
#E5EFF3
(229,239,243)
#EDF2F6
(237,242,246)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D7DB; }

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

This text font color is #A5D7DB.


Background Color

.myBgColor { background-color: #A5D7DB; }

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

This div background color is #A5D7DB.


Border color

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

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

This div border color is #A5D7DB.


Opacity

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

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

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

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

This text has shadow with #A5D7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D7DB on black background.


Color preview on white background

This text has color #A5D7DB on white background.



Black color preview on #A5D7DB background

This text has black color on #A5D7DB background.


White color preview on #A5D7DB background

This text has white color on #A5D7DB background.