COLOR #A2C2E0

HEX: #A2C2E0
RGB: (162,194,224)

Color info

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

RGB color model

#A2C2E0 color RGB value is (162,194,224).

  • red value is 162;
  • green value is 194;
  • blue value is 224.
RGB:
(162,194,224)
(64%,76%,88%)

RGB channels and saturation

R 162 of 255 = 64%
G 194 of 255 = 76%
B 224 of 255 = 88%

162
194
224

R + G + B ~ 76%. #A2C2E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 194 + 224 = 580 (100%)
R 162 of 580 ~ 27.93%
G 194 of 580 ~ 33.45%
B 224 of 580 ~ 38.62%

%27.93
%33.45
%38.62

CMYK color model

#A2C2E0 color CMYK value is (28,13,0,12).

  • cyan value is 27.68%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(28,13,0,12)
C28M13Y0K12 
(28%,13%,0%,12%)
(0.28/0.13/0.00/0.12)	

CMYK percentages

%27.68
%13.39
%0
%12.16

Codes

Color #A2C2E0 in popluar color models

A2C2E0
RGB162194224
HSL209°50.00%75.69%
HSB/HSV209°27.68%87.84%
CMYK27.68%13.39%0.00%
12.16%

Color #A2C2E0 in popluar number systems.

HEXA2C2E0
Decimal162194224
Binary101000101100001011100000
Octal242302340

Shades and tints

Shades of #A2C2E0

#A2C2E0
(162,194,224)
#94B1CC
(148,177,204)
#86A0B8
(134,160,184)
#788FA4
(120,143,164)
#6A7E90
(106,126,144)
#5C6D7C
(92,109,124)
#4E5C68
(78,92,104)
#404B54
(64,75,84)
#323A40
(50,58,64)
#24292C
(36,41,44)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #A2C2E0

#A2C2E0
(162,194,224)
#AAC7E2
(170,199,226)
#B2CCE4
(178,204,228)
#BAD1E6
(186,209,230)
#C2D6E8
(194,214,232)
#CADBEA
(202,219,234)
#D2E0EC
(210,224,236)
#DAE5EE
(218,229,238)
#E2EAF0
(226,234,240)
#EAEFF2
(234,239,242)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C2E0 color. Also use rgb(162,194,224) instead hex code.

Text Font Color

.myTextColor { color: #A2C2E0; }

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

This text font color is #A2C2E0.


Background Color

.myBgColor { background-color: #A2C2E0; }

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

This div background color is #A2C2E0.


Border color

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

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

This div border color is #A2C2E0.


Opacity

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

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

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

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

This text has shadow with #A2C2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C2E0 on black background.


Color preview on white background

This text has color #A2C2E0 on white background.



Black color preview on #A2C2E0 background

This text has black color on #A2C2E0 background.


White color preview on #A2C2E0 background

This text has white color on #A2C2E0 background.