COLOR #A5CDE6

HEX: #A5CDE6 RGB: (165,205,230)

Color info

#A5CDE6 contains mainly green and blue colors. Web safe color of #A5CDE6 is #99CCCC (or #9CC).

RGB color model

#A5CDE6 color RGB value is (165,205,230).

RGB: (165,205,230) (65%, 80%, 90%)

RGB channels and saturation

R 165 of 255 = 65%
G 205 of 255 = 80%
B 230 of 255 = 90%

165
205
230

R + G + B ~ 78%. #A5CDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 205 + 230 = 600 (100%)
R 165 of 600 ~ 27.5%
G 205 of 600 ~ 34.17%
B 230 of 600 ~ 38.33'%

%27.5
%34.17
%38.33

CMYK color model

#A5CDE6 color CMYK value is (28,11,0,10).

  • cyan value is 28.26%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (28,11,0,10)
C28M11Y0K10 (28%, 11%, 0%, 10%)
(0.28 / 0.11 / 0.00 / 0.10)

CMYK percentages

%28.26
%10.87
%0
%9.8

Codes

Color #A5CDE6 in popluar color models

A5 CD E6
RGB 165 205 230
HSL 203° 56.52% 77.45%
HSB/HSV 203° 28.26% 90.20%
CMYK 28.26% 10.87% 0.00%
9.80%

Color #A5CDE6 in popluar number systems.

HEX A5 CD E6
Decimal 165 205 230
Binary 10100101 11001101 11100110
Octal 245 315 346

Shades and tints

Shades of #A5CDE6

#A5CDE6
(165,205,230)
#96BBD2
(150,187,210)
#87A9BE
(135,169,190)
#7897AA
(120,151,170)
#698596
(105,133,150)
#5A7382
(90,115,130)
#4B616E
(75,97,110)
#3C4F5A
(60,79,90)
#2D3D46
(45,61,70)
#1E2B32
(30,43,50)
#0F191E
(15,25,30)
#000000
(0,0,0)

Tints of #A5CDE6

#A5CDE6
(165,205,230)
#ADD1E8
(173,209,232)
#B5D5EA
(181,213,234)
#BDD9EC
(189,217,236)
#C5DDEE
(197,221,238)
#CDE1F0
(205,225,240)
#D5E5F2
(213,229,242)
#DDE9F4
(221,233,244)
#E5EDF6
(229,237,246)
#EDF1F8
(237,241,248)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CDE6; }

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

This text font color is #A5CDE6.

Background Color

.myBgColor { background-color: #A5CDE6; }

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

This div background color is #A5CDE6.

Border color

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

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

This div border color is #A5CDE6.

Opacity

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

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

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

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

This text has shadow with #A5CDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CDE6.

Preview

Color preview on black background

This text has color #A5CDE6 on black background.


Color preview on white background

This text has color #A5CDE6 on white background.


Black color preview on #A5CDE6 background

This text has black color on #A5CDE6 background.


White color preview on #A5CDE6 background

This text has white color on #A5CDE6 background.


Related colors

Complementary color

Complementary color for #hex is #5A3219.


I love getcolorcode.com

Triadic colors

1 #E6A5CD and #CDE6A5 with #A5CDE6 are triadic colors.

2 #E6CDA5 and #CDA5E6 with #A5CDE6 are triadic colors.