COLOR #A5CAE2

HEX: #A5CAE2 RGB: (165,202,226)

Color info

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

RGB color model

#A5CAE2 color RGB value is (165,202,226).

RGB: (165,202,226) (65%, 79%, 89%)

RGB channels and saturation

R 165 of 255 = 65%
G 202 of 255 = 79%
B 226 of 255 = 89%

165
202
226

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

Portions of RGB colors in percentages

R + G + B = 165 + 202 + 226 = 593 (100%)
R 165 of 593 ~ 27.82%
G 202 of 593 ~ 34.06%
B 226 of 593 ~ 38.11'%

%27.82
%34.06
%38.11

CMYK color model

#A5CAE2 color CMYK value is (27,11,0,11).

  • cyan value is 26.99%
  • magenta value is 10.62%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (27,11,0,11)
C27M11Y0K11 (27%, 11%, 0%, 11%)
(0.27 / 0.11 / 0.00 / 0.11)

CMYK percentages

%26.99
%10.62
%0
%11.37

Codes

Color #A5CAE2 in popluar color models

A5 CA E2
RGB 165 202 226
HSL 204° 51.26% 76.67%
HSB/HSV 204° 26.99% 88.63%
CMYK 26.99% 10.62% 0.00%
11.37%

Color #A5CAE2 in popluar number systems.

HEX A5 CA E2
Decimal 165 202 226
Binary 10100101 11001010 11100010
Octal 245 312 342

Shades and tints

Shades of #A5CAE2

#A5CAE2
(165,202,226)
#96B8CE
(150,184,206)
#87A6BA
(135,166,186)
#7894A6
(120,148,166)
#698292
(105,130,146)
#5A707E
(90,112,126)
#4B5E6A
(75,94,106)
#3C4C56
(60,76,86)
#2D3A42
(45,58,66)
#1E282E
(30,40,46)
#0F161A
(15,22,26)
#000000
(0,0,0)

Tints of #A5CAE2

#A5CAE2
(165,202,226)
#ADCEE4
(173,206,228)
#B5D2E6
(181,210,230)
#BDD6E8
(189,214,232)
#C5DAEA
(197,218,234)
#CDDEEC
(205,222,236)
#D5E2EE
(213,226,238)
#DDE6F0
(221,230,240)
#E5EAF2
(229,234,242)
#EDEEF4
(237,238,244)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CAE2 color. Also use rgb(165,202,226) instead hex code.

Text Font Color

.myTextColor { color: #A5CAE2; }

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

This text font color is #A5CAE2.

Background Color

.myBgColor { background-color: #A5CAE2; }

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

This div background color is #A5CAE2.

Border color

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

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

This div border color is #A5CAE2.

Opacity

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

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

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

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

This text has shadow with #A5CAE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CAE2.

Preview

Color preview on black background

This text has color #A5CAE2 on black background.


Color preview on white background

This text has color #A5CAE2 on white background.


Black color preview on #A5CAE2 background

This text has black color on #A5CAE2 background.


White color preview on #A5CAE2 background

This text has white color on #A5CAE2 background.


Related colors

Complementary color

Complementary color for #hex is #5A351D.


I love getcolorcode.com

Triadic colors

1 #E2A5CA and #CAE2A5 with #A5CAE2 are triadic colors.

2 #E2CAA5 and #CAA5E2 with #A5CAE2 are triadic colors.