COLOR #A2C4E4

HEX: #A2C4E4 RGB: (162,196,228)

Color info

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

RGB color model

#A2C4E4 color RGB value is (162,196,228).

RGB: (162,196,228) (64%, 77%, 89%)

RGB channels and saturation

R 162 of 255 = 64%
G 196 of 255 = 77%
B 228 of 255 = 89%

162
196
228

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

Portions of RGB colors in percentages

R + G + B = 162 + 196 + 228 = 586 (100%)
R 162 of 586 ~ 27.65%
G 196 of 586 ~ 33.45%
B 228 of 586 ~ 38.91'%

%27.65
%33.45
%38.91

CMYK color model

#A2C4E4 color CMYK value is (29,14,0,11).

  • cyan value is 28.95%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (29,14,0,11)
C29M14Y0K11 (29%, 14%, 0%, 11%)
(0.29 / 0.14 / 0.00 / 0.11)

CMYK percentages

%28.95
%14.04
%0
%10.59

Codes

Color #A2C4E4 in popluar color models

A2 C4 E4
RGB 162 196 228
HSL 209° 55.00% 76.47%
HSB/HSV 209° 28.95% 89.41%
CMYK 28.95% 14.04% 0.00%
10.59%

Color #A2C4E4 in popluar number systems.

HEX A2 C4 E4
Decimal 162 196 228
Binary 10100010 11000100 11100100
Octal 242 304 344

Shades and tints

Shades of #A2C4E4

#A2C4E4
(162,196,228)
#94B3D0
(148,179,208)
#86A2BC
(134,162,188)
#7891A8
(120,145,168)
#6A8094
(106,128,148)
#5C6F80
(92,111,128)
#4E5E6C
(78,94,108)
#404D58
(64,77,88)
#323C44
(50,60,68)
#242B30
(36,43,48)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #A2C4E4

#A2C4E4
(162,196,228)
#AAC9E6
(170,201,230)
#B2CEE8
(178,206,232)
#BAD3EA
(186,211,234)
#C2D8EC
(194,216,236)
#CADDEE
(202,221,238)
#D2E2F0
(210,226,240)
#DAE7F2
(218,231,242)
#E2ECF4
(226,236,244)
#EAF1F6
(234,241,246)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C4E4 color. Also use rgb(162,196,228) instead hex code.

Text Font Color

.myTextColor { color: #A2C4E4; }

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

This text font color is #A2C4E4.

Background Color

.myBgColor { background-color: #A2C4E4; }

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

This div background color is #A2C4E4.

Border color

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

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

This div border color is #A2C4E4.

Opacity

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

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

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

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

This text has shadow with #A2C4E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2C4E4.

Preview

Color preview on black background

This text has color #A2C4E4 on black background.


Color preview on white background

This text has color #A2C4E4 on white background.


Black color preview on #A2C4E4 background

This text has black color on #A2C4E4 background.


White color preview on #A2C4E4 background

This text has white color on #A2C4E4 background.


Related colors

Complementary color

Complementary color for #hex is #5D3B1B.


I love getcolorcode.com

Triadic colors

1 #E4A2C4 and #C4E4A2 with #A2C4E4 are triadic colors.

2 #E4C4A2 and #C4A2E4 with #A2C4E4 are triadic colors.