COLOR #A5D3DF

HEX: #A5D3DF
RGB: (165,211,223)

Color info

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

RGB color model

#A5D3DF color RGB value is (165,211,223).

  • red value is 165;
  • green value is 211;
  • blue value is 223.
RGB:
(165,211,223)
(65%,83%,87%)

RGB channels and saturation

R 165 of 255 = 65%
G 211 of 255 = 83%
B 223 of 255 = 87%

165
211
223

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

Portions of RGB colors in percentages

R + G + B =
165 + 211 + 223 = 599 (100%)
R 165 of 599 ~ 27.55%
G 211 of 599 ~ 35.23%
B 223 of 599 ~ 37.23%

%27.55
%35.23
%37.23

CMYK color model

#A5D3DF color CMYK value is (26,5,0,13).

  • cyan value is 26.01%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(26,5,0,13)
C26M5Y0K13 
(26%,5%,0%,13%)
(0.26/0.05/0.00/0.13)	

CMYK percentages

%26.01
%5.38
%0
%12.55

Codes

Color #A5D3DF in popluar color models

A5D3DF
RGB165211223
HSL192°47.54%76.08%
HSB/HSV192°26.01%87.45%
CMYK26.01%5.38%0.00%
12.55%

Color #A5D3DF in popluar number systems.

HEXA5D3DF
Decimal165211223
Binary101001011101001111011111
Octal245323337

Shades and tints

Shades of #A5D3DF

#A5D3DF
(165,211,223)
#96C0CB
(150,192,203)
#87ADB7
(135,173,183)
#789AA3
(120,154,163)
#69878F
(105,135,143)
#5A747B
(90,116,123)
#4B6167
(75,97,103)
#3C4E53
(60,78,83)
#2D3B3F
(45,59,63)
#1E282B
(30,40,43)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #A5D3DF

#A5D3DF
(165,211,223)
#ADD7E1
(173,215,225)
#B5DBE3
(181,219,227)
#BDDFE5
(189,223,229)
#C5E3E7
(197,227,231)
#CDE7E9
(205,231,233)
#D5EBEB
(213,235,235)
#DDEFED
(221,239,237)
#E5F3EF
(229,243,239)
#EDF7F1
(237,247,241)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D3DF color. Also use rgb(165,211,223) instead hex code.

Text Font Color

.myTextColor { color: #A5D3DF; }

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

This text font color is #A5D3DF.


Background Color

.myBgColor { background-color: #A5D3DF; }

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

This div background color is #A5D3DF.


Border color

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

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

This div border color is #A5D3DF.


Opacity

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

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

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

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

This text has shadow with #A5D3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D3DF on black background.


Color preview on white background

This text has color #A5D3DF on white background.



Black color preview on #A5D3DF background

This text has black color on #A5D3DF background.


White color preview on #A5D3DF background

This text has white color on #A5D3DF background.