COLOR #A2B1EB

HEX: #A2B1EB RGB: (162,177,235)

Color info

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

RGB color model

#A2B1EB color RGB value is (162,177,235).

RGB: (162,177,235) (64%, 69%, 92%)

RGB channels and saturation

R 162 of 255 = 64%
G 177 of 255 = 69%
B 235 of 255 = 92%

162
177
235

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

Portions of RGB colors in percentages

R + G + B = 162 + 177 + 235 = 574 (100%)
R 162 of 574 ~ 28.22%
G 177 of 574 ~ 30.84%
B 235 of 574 ~ 40.94'%

%28.22
%30.84
%40.94

CMYK color model

#A2B1EB color CMYK value is (31,25,0,8).

  • cyan value is 31.06%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (31,25,0,8)
C31M25Y0K8 (31%, 25%, 0%, 8%)
(0.31 / 0.25 / 0.00 / 0.08)

CMYK percentages

%31.06
%24.68
%0
%7.84

Codes

Color #A2B1EB in popluar color models

A2 B1 EB
RGB 162 177 235
HSL 228° 64.60% 77.84%
HSB/HSV 228° 31.06% 92.16%
CMYK 31.06% 24.68% 0.00%
7.84%

Color #A2B1EB in popluar number systems.

HEX A2 B1 EB
Decimal 162 177 235
Binary 10100010 10110001 11101011
Octal 242 261 353

Shades and tints

Shades of #A2B1EB

#A2B1EB
(162,177,235)
#94A1D6
(148,161,214)
#8691C1
(134,145,193)
#7881AC
(120,129,172)
#6A7197
(106,113,151)
#5C6182
(92,97,130)
#4E516D
(78,81,109)
#404158
(64,65,88)
#323143
(50,49,67)
#24212E
(36,33,46)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #A2B1EB

#A2B1EB
(162,177,235)
#AAB8EC
(170,184,236)
#B2BFED
(178,191,237)
#BAC6EE
(186,198,238)
#C2CDEF
(194,205,239)
#CAD4F0
(202,212,240)
#D2DBF1
(210,219,241)
#DAE2F2
(218,226,242)
#E2E9F3
(226,233,243)
#EAF0F4
(234,240,244)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B1EB; }

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

This text font color is #A2B1EB.

Background Color

.myBgColor { background-color: #A2B1EB; }

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

This div background color is #A2B1EB.

Border color

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

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

This div border color is #A2B1EB.

Opacity

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

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

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

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

This text has shadow with #A2B1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B1EB.

Preview

Color preview on black background

This text has color #A2B1EB on black background.


Color preview on white background

This text has color #A2B1EB on white background.


Black color preview on #A2B1EB background

This text has black color on #A2B1EB background.


White color preview on #A2B1EB background

This text has white color on #A2B1EB background.


Related colors

Complementary color

Complementary color for #hex is #5D4E14.


I love getcolorcode.com

Triadic colors

1 #EBA2B1 and #B1EBA2 with #A2B1EB are triadic colors.

2 #EBB1A2 and #B1A2EB with #A2B1EB are triadic colors.