COLOR #A2B6E6

HEX: #A2B6E6 RGB: (162,182,230)

Color info

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

RGB color model

#A2B6E6 color RGB value is (162,182,230).

RGB: (162,182,230) (64%, 71%, 90%)

RGB channels and saturation

R 162 of 255 = 64%
G 182 of 255 = 71%
B 230 of 255 = 90%

162
182
230

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

Portions of RGB colors in percentages

R + G + B = 162 + 182 + 230 = 574 (100%)
R 162 of 574 ~ 28.22%
G 182 of 574 ~ 31.71%
B 230 of 574 ~ 40.07'%

%28.22
%31.71
%40.07

CMYK color model

#A2B6E6 color CMYK value is (30,21,0,10).

  • cyan value is 29.57%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (30,21,0,10)
C30M21Y0K10 (30%, 21%, 0%, 10%)
(0.30 / 0.21 / 0.00 / 0.10)

CMYK percentages

%29.57
%20.87
%0
%9.8

Codes

Color #A2B6E6 in popluar color models

A2 B6 E6
RGB 162 182 230
HSL 222° 57.63% 76.86%
HSB/HSV 222° 29.57% 90.20%
CMYK 29.57% 20.87% 0.00%
9.80%

Color #A2B6E6 in popluar number systems.

HEX A2 B6 E6
Decimal 162 182 230
Binary 10100010 10110110 11100110
Octal 242 266 346

Shades and tints

Shades of #A2B6E6

#A2B6E6
(162,182,230)
#94A6D2
(148,166,210)
#8696BE
(134,150,190)
#7886AA
(120,134,170)
#6A7696
(106,118,150)
#5C6682
(92,102,130)
#4E566E
(78,86,110)
#40465A
(64,70,90)
#323646
(50,54,70)
#242632
(36,38,50)
#16161E
(22,22,30)
#000000
(0,0,0)

Tints of #A2B6E6

#A2B6E6
(162,182,230)
#AABCE8
(170,188,232)
#B2C2EA
(178,194,234)
#BAC8EC
(186,200,236)
#C2CEEE
(194,206,238)
#CAD4F0
(202,212,240)
#D2DAF2
(210,218,242)
#DAE0F4
(218,224,244)
#E2E6F6
(226,230,246)
#EAECF8
(234,236,248)
#F2F2FA
(242,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B6E6 color. Also use rgb(162,182,230) instead hex code.

Text Font Color

.myTextColor { color: #A2B6E6; }

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

This text font color is #A2B6E6.

Background Color

.myBgColor { background-color: #A2B6E6; }

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

This div background color is #A2B6E6.

Border color

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

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

This div border color is #A2B6E6.

Opacity

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

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

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

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

This text has shadow with #A2B6E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B6E6.

Preview

Color preview on black background

This text has color #A2B6E6 on black background.


Color preview on white background

This text has color #A2B6E6 on white background.


Black color preview on #A2B6E6 background

This text has black color on #A2B6E6 background.


White color preview on #A2B6E6 background

This text has white color on #A2B6E6 background.


Related colors

Complementary color

Complementary color for #hex is #5D4919.


I love getcolorcode.com

Triadic colors

1 #E6A2B6 and #B6E6A2 with #A2B6E6 are triadic colors.

2 #E6B6A2 and #B6A2E6 with #A2B6E6 are triadic colors.