COLOR #A2B2E0

HEX: #A2B2E0 RGB: (162,178,224)

Color info

#A2B2E0 contains mainly green and blue colors. Web safe color of #A2B2E0 is #9999CC (or #99C).

RGB color model

#A2B2E0 color RGB value is (162,178,224).

RGB: (162,178,224) (64%, 70%, 88%)

RGB channels and saturation

R 162 of 255 = 64%
G 178 of 255 = 70%
B 224 of 255 = 88%

162
178
224

R + G + B ~ 74%. #A2B2E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 178 + 224 = 564 (100%)
R 162 of 564 ~ 28.72%
G 178 of 564 ~ 31.56%
B 224 of 564 ~ 39.72'%

%28.72
%31.56
%39.72

CMYK color model

#A2B2E0 color CMYK value is (28,21,0,12).

  • cyan value is 27.68%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (28,21,0,12) C28M21Y0K12 (28%,21%,0%,12%) (0.28/0.21/0.00/0.12) 

CMYK percentages

%27.68
%20.54
%0
%12.16

Codes

Color #A2B2E0 in popluar color models

A2 B2 E0
RGB 162 178 224
HSL 225° 50.00% 75.69%
HSB/HSV 225° 27.68% 87.84%
CMYK 27.68% 20.54% 0.00%
12.16%

Color #A2B2E0 in popluar number systems.

HEX A2 B2 E0
Decimal 162 178 224
Binary 10100010 10110010 11100000
Octal 242 262 340

Shades and tints

Shades of #A2B2E0

#A2B2E0
(162,178,224)
#94A2CC
(148,162,204)
#8692B8
(134,146,184)
#7882A4
(120,130,164)
#6A7290
(106,114,144)
#5C627C
(92,98,124)
#4E5268
(78,82,104)
#404254
(64,66,84)
#323240
(50,50,64)
#24222C
(36,34,44)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #A2B2E0

#A2B2E0
(162,178,224)
#AAB9E2
(170,185,226)
#B2C0E4
(178,192,228)
#BAC7E6
(186,199,230)
#C2CEE8
(194,206,232)
#CAD5EA
(202,213,234)
#D2DCEC
(210,220,236)
#DAE3EE
(218,227,238)
#E2EAF0
(226,234,240)
#EAF1F2
(234,241,242)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B2E0; }

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

This text font color is #A2B2E0.

Background Color

.myBgColor { background-color: #A2B2E0; }

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

This div background color is #A2B2E0.

Border color

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

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

This div border color is #A2B2E0.

Opacity

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

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

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

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

This text has shadow with #A2B2E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B2E0.

Preview

Color preview on black background

This text has color #A2B2E0 on black background.


Color preview on white background

This text has color #A2B2E0 on white background.


Black color preview on #A2B2E0 background

This text has black color on #A2B2E0 background.


White color preview on #A2B2E0 background

This text has white color on #A2B2E0 background.


Related colors

Complementary color

Complementary color for #hex is #5D4D1F.


I love getcolorcode.com

Triadic colors

1 #E0A2B2 and #B2E0A2 with #A2B2E0 are triadic colors.

2 #E0B2A2 and #B2A2E0 with #A2B2E0 are triadic colors.