COLOR #A5CDFF

HEX: #A5CDFF RGB: (165,205,255)

Color info

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

RGB color model

#A5CDFF color RGB value is (165,205,255).

RGB: (165,205,255) (65%, 80%, 100%)

RGB channels and saturation

R 165 of 255 = 65%
G 205 of 255 = 80%
B 255 of 255 = 100%

165
205
255

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

Portions of RGB colors in percentages

R + G + B = 165 + 205 + 255 = 625 (100%)
R 165 of 625 ~ 26.4%
G 205 of 625 ~ 32.8%
B 255 of 625 ~ 40.8'%

%26.4
%32.8
%40.8

CMYK color model

#A5CDFF color CMYK value is (35,20,0,0).

  • cyan value is 35.29%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (35,20,0,0)
C35M20Y0K0 (35%, 20%, 0%, 0%)
(0.35 / 0.20 / 0.00 / 0.00)

CMYK percentages

%35.29
%19.61
%0
%0

Codes

Color #A5CDFF in popluar color models

A5 CD FF
RGB 165 205 255
HSL 213° 100.00% 82.35%
HSB/HSV 213° 35.29% 100.00%
CMYK 35.29% 19.61% 0.00%
0.00%

Color #A5CDFF in popluar number systems.

HEX A5 CD FF
Decimal 165 205 255
Binary 10100101 11001101 11111111
Octal 245 315 377

Shades and tints

Shades of #A5CDFF

#A5CDFF
(165,205,255)
#96BBE8
(150,187,232)
#87A9D1
(135,169,209)
#7897BA
(120,151,186)
#6985A3
(105,133,163)
#5A738C
(90,115,140)
#4B6175
(75,97,117)
#3C4F5E
(60,79,94)
#2D3D47
(45,61,71)
#1E2B30
(30,43,48)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #A5CDFF

#A5CDFF
(165,205,255)
#ADD1FF
(173,209,255)
#B5D5FF
(181,213,255)
#BDD9FF
(189,217,255)
#C5DDFF
(197,221,255)
#CDE1FF
(205,225,255)
#D5E5FF
(213,229,255)
#DDE9FF
(221,233,255)
#E5EDFF
(229,237,255)
#EDF1FF
(237,241,255)
#F5F5FF
(245,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CDFF color. Also use rgb(165,205,255) instead hex code.

Text Font Color

.myTextColor { color: #A5CDFF; }

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

This text font color is #A5CDFF.

Background Color

.myBgColor { background-color: #A5CDFF; }

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

This div background color is #A5CDFF.

Border color

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

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

This div border color is #A5CDFF.

Opacity

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

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

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

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

This text has shadow with #A5CDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CDFF.

Preview

Color preview on black background

This text has color #A5CDFF on black background.


Color preview on white background

This text has color #A5CDFF on white background.


Black color preview on #A5CDFF background

This text has black color on #A5CDFF background.


White color preview on #A5CDFF background

This text has white color on #A5CDFF background.


Related colors

Complementary color

Complementary color for #hex is #5A3200.


I love getcolorcode.com

Triadic colors

1 #FFA5CD and #CDFFA5 with #A5CDFF are triadic colors.

2 #FFCDA5 and #CDA5FF with #A5CDFF are triadic colors.