COLOR #A2B1E9

HEX: #A2B1E9 RGB: (162,177,233)

Color info

#A2B1E9 contains mainly green and blue colors. Web safe color of #A2B1E9 is #9999FF (or #99F).

RGB color model

#A2B1E9 color RGB value is (162,177,233).

RGB: (162,177,233) (64%, 69%, 91%)

RGB channels and saturation

R 162 of 255 = 64%
G 177 of 255 = 69%
B 233 of 255 = 91%

162
177
233

R + G + B ~ 75%. #A2B1E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 177 + 233 = 572 (100%)
R 162 of 572 ~ 28.32%
G 177 of 572 ~ 30.94%
B 233 of 572 ~ 40.73'%

%28.32
%30.94
%40.73

CMYK color model

#A2B1E9 color CMYK value is (30,24,0,9).

  • cyan value is 30.47%
  • magenta value is 24.03%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (30,24,0,9)
C30M24Y0K9 (30%, 24%, 0%, 9%)
(0.30 / 0.24 / 0.00 / 0.09)

CMYK percentages

%30.47
%24.03
%0
%8.63

Codes

Color #A2B1E9 in popluar color models

A2 B1 E9
RGB 162 177 233
HSL 227° 61.74% 77.45%
HSB/HSV 227° 30.47% 91.37%
CMYK 30.47% 24.03% 0.00%
8.63%

Color #A2B1E9 in popluar number systems.

HEX A2 B1 E9
Decimal 162 177 233
Binary 10100010 10110001 11101001
Octal 242 261 351

Shades and tints

Shades of #A2B1E9

#A2B1E9
(162,177,233)
#94A1D4
(148,161,212)
#8691BF
(134,145,191)
#7881AA
(120,129,170)
#6A7195
(106,113,149)
#5C6180
(92,97,128)
#4E516B
(78,81,107)
#404156
(64,65,86)
#323141
(50,49,65)
#24212C
(36,33,44)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #A2B1E9

#A2B1E9
(162,177,233)
#AAB8EB
(170,184,235)
#B2BFED
(178,191,237)
#BAC6EF
(186,198,239)
#C2CDF1
(194,205,241)
#CAD4F3
(202,212,243)
#D2DBF5
(210,219,245)
#DAE2F7
(218,226,247)
#E2E9F9
(226,233,249)
#EAF0FB
(234,240,251)
#F2F7FD
(242,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B1E9 color. Also use rgb(162,177,233) instead hex code.

Text Font Color

.myTextColor { color: #A2B1E9; }

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

This text font color is #A2B1E9.

Background Color

.myBgColor { background-color: #A2B1E9; }

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

This div background color is #A2B1E9.

Border color

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

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

This div border color is #A2B1E9.

Opacity

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

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

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

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

This text has shadow with #A2B1E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B1E9.

Preview

Color preview on black background

This text has color #A2B1E9 on black background.


Color preview on white background

This text has color #A2B1E9 on white background.


Black color preview on #A2B1E9 background

This text has black color on #A2B1E9 background.


White color preview on #A2B1E9 background

This text has white color on #A2B1E9 background.


Related colors

Complementary color

Complementary color for #hex is #5D4E16.


I love getcolorcode.com

Triadic colors

1 #E9A2B1 and #B1E9A2 with #A2B1E9 are triadic colors.

2 #E9B1A2 and #B1A2E9 with #A2B1E9 are triadic colors.