COLOR #A5DCF0

HEX: #A5DCF0 RGB: (165,220,240)

Color info

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

RGB color model

#A5DCF0 color RGB value is (165,220,240).

RGB: (165,220,240) (65%, 86%, 94%)

RGB channels and saturation

R 165 of 255 = 65%
G 220 of 255 = 86%
B 240 of 255 = 94%

165
220
240

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

Portions of RGB colors in percentages

R + G + B = 165 + 220 + 240 = 625 (100%)
R 165 of 625 ~ 26.4%
G 220 of 625 ~ 35.2%
B 240 of 625 ~ 38.4'%

%26.4
%35.2
%38.4

CMYK color model

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

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

CMYK percentages

%31.25
%8.33
%0
%5.88

Codes

Color #A5DCF0 in popluar color models

A5 DC F0
RGB 165 220 240
HSL 196° 71.43% 79.41%
HSB/HSV 196° 31.25% 94.12%
CMYK 31.25% 8.33% 0.00%
5.88%

Color #A5DCF0 in popluar number systems.

HEX A5 DC F0
Decimal 165 220 240
Binary 10100101 11011100 11110000
Octal 245 334 360

Shades and tints

Shades of #A5DCF0

#A5DCF0
(165,220,240)
#96C8DB
(150,200,219)
#87B4C6
(135,180,198)
#78A0B1
(120,160,177)
#698C9C
(105,140,156)
#5A7887
(90,120,135)
#4B6472
(75,100,114)
#3C505D
(60,80,93)
#2D3C48
(45,60,72)
#1E2833
(30,40,51)
#0F141E
(15,20,30)
#000000
(0,0,0)

Tints of #A5DCF0

#A5DCF0
(165,220,240)
#ADDFF1
(173,223,241)
#B5E2F2
(181,226,242)
#BDE5F3
(189,229,243)
#C5E8F4
(197,232,244)
#CDEBF5
(205,235,245)
#D5EEF6
(213,238,246)
#DDF1F7
(221,241,247)
#E5F4F8
(229,244,248)
#EDF7F9
(237,247,249)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DCF0; }

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

This text font color is #A5DCF0.

Background Color

.myBgColor { background-color: #A5DCF0; }

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

This div background color is #A5DCF0.

Border color

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

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

This div border color is #A5DCF0.

Opacity

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

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

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

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

This text has shadow with #A5DCF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DCF0.

Preview

Color preview on black background

This text has color #A5DCF0 on black background.


Color preview on white background

This text has color #A5DCF0 on white background.


Black color preview on #A5DCF0 background

This text has black color on #A5DCF0 background.


White color preview on #A5DCF0 background

This text has white color on #A5DCF0 background.


Related colors

Complementary color

Complementary color for #hex is #5A230F.


I love getcolorcode.com

Triadic colors

1 #F0A5DC and #DCF0A5 with #A5DCF0 are triadic colors.

2 #F0DCA5 and #DCA5F0 with #A5DCF0 are triadic colors.