COLOR #A5DBEF

HEX: #A5DBEF
RGB: (165,219,239)

Color info

#A5DBEF contains mainly green and blue colors. Web safe color of #A5DBEF is #99CCFF (or #9CF).

RGB color model

#A5DBEF color RGB value is (165,219,239).

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

RGB channels and saturation

R 165 of 255 = 65%
G 219 of 255 = 86%
B 239 of 255 = 94%

165
219
239

R + G + B ~ 82%. #A5DBEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 219 + 239 = 623 (100%)
R 165 of 623 ~ 26.48%
G 219 of 623 ~ 35.15%
B 239 of 623 ~ 38.36%

%26.48
%35.15
%38.36

CMYK color model

#A5DBEF color CMYK value is (31,8,0,6).

  • cyan value is 30.96%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(31,8,0,6)
C31M8Y0K6 
(31%,8%,0%,6%)
(0.31/0.08/0.00/0.06)	

CMYK percentages

%30.96
%8.37
%0
%6.27

Codes

Color #A5DBEF in popluar color models

A5DBEF
RGB165219239
HSL196°69.81%79.22%
HSB/HSV196°30.96%93.73%
CMYK30.96%8.37%0.00%
6.27%

Color #A5DBEF in popluar number systems.

HEXA5DBEF
Decimal165219239
Binary101001011101101111101111
Octal245333357

Shades and tints

Shades of #A5DBEF

#A5DBEF
(165,219,239)
#96C8DA
(150,200,218)
#87B5C5
(135,181,197)
#78A2B0
(120,162,176)
#698F9B
(105,143,155)
#5A7C86
(90,124,134)
#4B6971
(75,105,113)
#3C565C
(60,86,92)
#2D4347
(45,67,71)
#1E3032
(30,48,50)
#0F1D1D
(15,29,29)
#000000
(0,0,0)

Tints of #A5DBEF

#A5DBEF
(165,219,239)
#ADDEF0
(173,222,240)
#B5E1F1
(181,225,241)
#BDE4F2
(189,228,242)
#C5E7F3
(197,231,243)
#CDEAF4
(205,234,244)
#D5EDF5
(213,237,245)
#DDF0F6
(221,240,246)
#E5F3F7
(229,243,247)
#EDF6F8
(237,246,248)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DBEF; }

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

This text font color is #A5DBEF.


Background Color

.myBgColor { background-color: #A5DBEF; }

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

This div background color is #A5DBEF.


Border color

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

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

This div border color is #A5DBEF.


Opacity

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

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

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

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

This text has shadow with #A5DBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DBEF on black background.


Color preview on white background

This text has color #A5DBEF on white background.



Black color preview on #A5DBEF background

This text has black color on #A5DBEF background.


White color preview on #A5DBEF background

This text has white color on #A5DBEF background.