COLOR #A2C5E7

HEX: #A2C5E7 RGB: (162,197,231)

Color info

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

RGB color model

#A2C5E7 color RGB value is (162,197,231).

RGB: (162,197,231) (64%, 77%, 91%)

RGB channels and saturation

R 162 of 255 = 64%
G 197 of 255 = 77%
B 231 of 255 = 91%

162
197
231

R + G + B ~ 77%. #A2C5E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 197 + 231 = 590 (100%)
R 162 of 590 ~ 27.46%
G 197 of 590 ~ 33.39%
B 231 of 590 ~ 39.15'%

%27.46
%33.39
%39.15

CMYK color model

#A2C5E7 color CMYK value is (30,15,0,9).

  • cyan value is 29.87%
  • magenta value is 14.72%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (30,15,0,9)
C30M15Y0K9 (30%, 15%, 0%, 9%)
(0.30 / 0.15 / 0.00 / 0.09)

CMYK percentages

%29.87
%14.72
%0
%9.41

Codes

Color #A2C5E7 in popluar color models

A2 C5 E7
RGB 162 197 231
HSL 210° 58.97% 77.06%
HSB/HSV 210° 29.87% 90.59%
CMYK 29.87% 14.72% 0.00%
9.41%

Color #A2C5E7 in popluar number systems.

HEX A2 C5 E7
Decimal 162 197 231
Binary 10100010 11000101 11100111
Octal 242 305 347

Shades and tints

Shades of #A2C5E7

#A2C5E7
(162,197,231)
#94B4D2
(148,180,210)
#86A3BD
(134,163,189)
#7892A8
(120,146,168)
#6A8193
(106,129,147)
#5C707E
(92,112,126)
#4E5F69
(78,95,105)
#404E54
(64,78,84)
#323D3F
(50,61,63)
#242C2A
(36,44,42)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #A2C5E7

#A2C5E7
(162,197,231)
#AACAE9
(170,202,233)
#B2CFEB
(178,207,235)
#BAD4ED
(186,212,237)
#C2D9EF
(194,217,239)
#CADEF1
(202,222,241)
#D2E3F3
(210,227,243)
#DAE8F5
(218,232,245)
#E2EDF7
(226,237,247)
#EAF2F9
(234,242,249)
#F2F7FB
(242,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C5E7 color. Also use rgb(162,197,231) instead hex code.

Text Font Color

.myTextColor { color: #A2C5E7; }

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

This text font color is #A2C5E7.

Background Color

.myBgColor { background-color: #A2C5E7; }

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

This div background color is #A2C5E7.

Border color

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

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

This div border color is #A2C5E7.

Opacity

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

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

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

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

This text has shadow with #A2C5E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2C5E7.

Preview

Color preview on black background

This text has color #A2C5E7 on black background.


Color preview on white background

This text has color #A2C5E7 on white background.


Black color preview on #A2C5E7 background

This text has black color on #A2C5E7 background.


White color preview on #A2C5E7 background

This text has white color on #A2C5E7 background.


Related colors

Complementary color

Complementary color for #hex is #5D3A18.


I love getcolorcode.com

Triadic colors

1 #E7A2C5 and #C5E7A2 with #A2C5E7 are triadic colors.

2 #E7C5A2 and #C5A2E7 with #A2C5E7 are triadic colors.