COLOR #A2C2E3

HEX: #A2C2E3
RGB: (162,194,227)

Color info

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

RGB color model

#A2C2E3 color RGB value is (162,194,227).

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

RGB channels and saturation

R 162 of 255 = 64%
G 194 of 255 = 76%
B 227 of 255 = 89%

162
194
227

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

Portions of RGB colors in percentages

R + G + B =
162 + 194 + 227 = 583 (100%)
R 162 of 583 ~ 27.79%
G 194 of 583 ~ 33.28%
B 227 of 583 ~ 38.94%

%27.79
%33.28
%38.94

CMYK color model

#A2C2E3 color CMYK value is (29,15,0,11).

  • cyan value is 28.63%
  • magenta value is 14.54%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(29,15,0,11)
C29M15Y0K11 
(29%,15%,0%,11%)
(0.29/0.15/0.00/0.11)	

CMYK percentages

%28.63
%14.54
%0
%10.98

Codes

Color #A2C2E3 in popluar color models

A2C2E3
RGB162194227
HSL210°53.72%76.27%
HSB/HSV210°28.63%89.02%
CMYK28.63%14.54%0.00%
10.98%

Color #A2C2E3 in popluar number systems.

HEXA2C2E3
Decimal162194227
Binary101000101100001011100011
Octal242302343

Shades and tints

Shades of #A2C2E3

#A2C2E3
(162,194,227)
#94B1CF
(148,177,207)
#86A0BB
(134,160,187)
#788FA7
(120,143,167)
#6A7E93
(106,126,147)
#5C6D7F
(92,109,127)
#4E5C6B
(78,92,107)
#404B57
(64,75,87)
#323A43
(50,58,67)
#24292F
(36,41,47)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #A2C2E3

#A2C2E3
(162,194,227)
#AAC7E5
(170,199,229)
#B2CCE7
(178,204,231)
#BAD1E9
(186,209,233)
#C2D6EB
(194,214,235)
#CADBED
(202,219,237)
#D2E0EF
(210,224,239)
#DAE5F1
(218,229,241)
#E2EAF3
(226,234,243)
#EAEFF5
(234,239,245)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2C2E3; }

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

This text font color is #A2C2E3.


Background Color

.myBgColor { background-color: #A2C2E3; }

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

This div background color is #A2C2E3.


Border color

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

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

This div border color is #A2C2E3.


Opacity

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

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

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

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

This text has shadow with #A2C2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C2E3 on black background.


Color preview on white background

This text has color #A2C2E3 on white background.



Black color preview on #A2C2E3 background

This text has black color on #A2C2E3 background.


White color preview on #A2C2E3 background

This text has white color on #A2C2E3 background.