COLOR #A5DCF6

HEX: #A5DCF6
RGB: (165,220,246)

Color info

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

RGB color model

#A5DCF6 color RGB value is (165,220,246).

  • red value is 165;
  • green value is 220;
  • blue value is 246.
RGB:
(165,220,246)
(65%,86%,96%)

RGB channels and saturation

R 165 of 255 = 65%
G 220 of 255 = 86%
B 246 of 255 = 96%

165
220
246

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

Portions of RGB colors in percentages

R + G + B =
165 + 220 + 246 = 631 (100%)
R 165 of 631 ~ 26.15%
G 220 of 631 ~ 34.87%
B 246 of 631 ~ 38.99%

%26.15
%34.87
%38.99

CMYK color model

#A5DCF6 color CMYK value is (33,11,0,4).

  • cyan value is 32.93%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(33,11,0,4)
C33M11Y0K4 
(33%,11%,0%,4%)
(0.33/0.11/0.00/0.04)	

CMYK percentages

%32.93
%10.57
%0
%3.53

Codes

Color #A5DCF6 in popluar color models

A5DCF6
RGB165220246
HSL199°81.82%80.59%
HSB/HSV199°32.93%96.47%
CMYK32.93%10.57%0.00%
3.53%

Color #A5DCF6 in popluar number systems.

HEXA5DCF6
Decimal165220246
Binary101001011101110011110110
Octal245334366

Shades and tints

Shades of #A5DCF6

#A5DCF6
(165,220,246)
#96C8E0
(150,200,224)
#87B4CA
(135,180,202)
#78A0B4
(120,160,180)
#698C9E
(105,140,158)
#5A7888
(90,120,136)
#4B6472
(75,100,114)
#3C505C
(60,80,92)
#2D3C46
(45,60,70)
#1E2830
(30,40,48)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #A5DCF6

#A5DCF6
(165,220,246)
#ADDFF6
(173,223,246)
#B5E2F6
(181,226,246)
#BDE5F6
(189,229,246)
#C5E8F6
(197,232,246)
#CDEBF6
(205,235,246)
#D5EEF6
(213,238,246)
#DDF1F6
(221,241,246)
#E5F4F6
(229,244,246)
#EDF7F6
(237,247,246)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DCF6 color. Also use rgb(165,220,246) instead hex code.

Text Font Color

.myTextColor { color: #A5DCF6; }

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

This text font color is #A5DCF6.


Background Color

.myBgColor { background-color: #A5DCF6; }

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

This div background color is #A5DCF6.


Border color

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

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

This div border color is #A5DCF6.


Opacity

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

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

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

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

This text has shadow with #A5DCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DCF6 on black background.


Color preview on white background

This text has color #A5DCF6 on white background.



Black color preview on #A5DCF6 background

This text has black color on #A5DCF6 background.


White color preview on #A5DCF6 background

This text has white color on #A5DCF6 background.