COLOR #A5DBDF

HEX: #A5DBDF RGB: (165,219,223)

Color info

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

RGB color model

#A5DBDF color RGB value is (165,219,223).

RGB: (165,219,223) (65%, 86%, 87%)

RGB channels and saturation

R 165 of 255 = 65%
G 219 of 255 = 86%
B 223 of 255 = 87%

165
219
223

R + G + B ~ 79%. #A5DBDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 219 + 223 = 607 (100%)
R 165 of 607 ~ 27.18%
G 219 of 607 ~ 36.08%
B 223 of 607 ~ 36.74'%

%27.18
%36.08
%36.74

CMYK color model

#A5DBDF color CMYK value is (26,2,0,13).

  • cyan value is 26.01%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (26,2,0,13) C26M2Y0K13 (26%,2%,0%,13%) (0.26/0.02/0.00/0.13) 

CMYK percentages

%26.01
%1.79
%0
%12.55

Codes

Color #A5DBDF in popluar color models

A5 DB DF
RGB 165 219 223
HSL 184° 47.54% 76.08%
HSB/HSV 184° 26.01% 87.45%
CMYK 26.01% 1.79% 0.00%
12.55%

Color #A5DBDF in popluar number systems.

HEX A5 DB DF
Decimal 165 219 223
Binary 10100101 11011011 11011111
Octal 245 333 337

Shades and tints

Shades of #A5DBDF

#A5DBDF
(165,219,223)
#96C8CB
(150,200,203)
#87B5B7
(135,181,183)
#78A2A3
(120,162,163)
#698F8F
(105,143,143)
#5A7C7B
(90,124,123)
#4B6967
(75,105,103)
#3C5653
(60,86,83)
#2D433F
(45,67,63)
#1E302B
(30,48,43)
#0F1D17
(15,29,23)
#000000
(0,0,0)

Tints of #A5DBDF

#A5DBDF
(165,219,223)
#ADDEE1
(173,222,225)
#B5E1E3
(181,225,227)
#BDE4E5
(189,228,229)
#C5E7E7
(197,231,231)
#CDEAE9
(205,234,233)
#D5EDEB
(213,237,235)
#DDF0ED
(221,240,237)
#E5F3EF
(229,243,239)
#EDF6F1
(237,246,241)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DBDF; }

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

This text font color is #A5DBDF.

Background Color

.myBgColor { background-color: #A5DBDF; }

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

This div background color is #A5DBDF.

Border color

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

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

This div border color is #A5DBDF.

Opacity

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

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

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

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

This text has shadow with #A5DBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DBDF.

Preview

Color preview on black background

This text has color #A5DBDF on black background.


Color preview on white background

This text has color #A5DBDF on white background.


Black color preview on #A5DBDF background

This text has black color on #A5DBDF background.


White color preview on #A5DBDF background

This text has white color on #A5DBDF background.


Related colors

Complementary color

Complementary color for #hex is #5A2420.


I love getcolorcode.com

Triadic colors

1 #DFA5DB and #DBDFA5 with #A5DBDF are triadic colors.

2 #DFDBA5 and #DBA5DF with #A5DBDF are triadic colors.