COLOR #A2B2D6

HEX: #A2B2D6 RGB: (162,178,214)

Color info

#A2B2D6 contains red, green and blue colors in about the same proportion. Web safe color of #A2B2D6 is #9999CC (or #99C).

RGB color model

#A2B2D6 color RGB value is (162,178,214).

RGB: (162,178,214) (64%, 70%, 84%)

RGB channels and saturation

R 162 of 255 = 64%
G 178 of 255 = 70%
B 214 of 255 = 84%

162
178
214

R + G + B ~ 73%. #A2B2D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 178 + 214 = 554 (100%)
R 162 of 554 ~ 29.24%
G 178 of 554 ~ 32.13%
B 214 of 554 ~ 38.63'%

%29.24
%32.13
%38.63

CMYK color model

#A2B2D6 color CMYK value is (24,17,0,16).

  • cyan value is 24.30%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (24,17,0,16) C24M17Y0K16 (24%,17%,0%,16%) (0.24/0.17/0.00/0.16) 

CMYK percentages

%24.3
%16.82
%0
%16.08

Codes

Color #A2B2D6 in popluar color models

A2 B2 D6
RGB 162 178 214
HSL 222° 38.81% 73.73%
HSB/HSV 222° 24.30% 83.92%
CMYK 24.30% 16.82% 0.00%
16.08%

Color #A2B2D6 in popluar number systems.

HEX A2 B2 D6
Decimal 162 178 214
Binary 10100010 10110010 11010110
Octal 242 262 326

Shades and tints

Shades of #A2B2D6

#A2B2D6
(162,178,214)
#94A2C3
(148,162,195)
#8692B0
(134,146,176)
#78829D
(120,130,157)
#6A728A
(106,114,138)
#5C6277
(92,98,119)
#4E5264
(78,82,100)
#404251
(64,66,81)
#32323E
(50,50,62)
#24222B
(36,34,43)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #A2B2D6

#A2B2D6
(162,178,214)
#AAB9D9
(170,185,217)
#B2C0DC
(178,192,220)
#BAC7DF
(186,199,223)
#C2CEE2
(194,206,226)
#CAD5E5
(202,213,229)
#D2DCE8
(210,220,232)
#DAE3EB
(218,227,235)
#E2EAEE
(226,234,238)
#EAF1F1
(234,241,241)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B2D6; }

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

This text font color is #A2B2D6.

Background Color

.myBgColor { background-color: #A2B2D6; }

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

This div background color is #A2B2D6.

Border color

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

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

This div border color is #A2B2D6.

Opacity

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

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

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

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

This text has shadow with #A2B2D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B2D6.

Preview

Color preview on black background

This text has color #A2B2D6 on black background.


Color preview on white background

This text has color #A2B2D6 on white background.


Black color preview on #A2B2D6 background

This text has black color on #A2B2D6 background.


White color preview on #A2B2D6 background

This text has white color on #A2B2D6 background.


Related colors

Complementary color

Complementary color for #hex is #5D4D29.


I love getcolorcode.com

Triadic colors

1 #D6A2B2 and #B2D6A2 with #A2B2D6 are triadic colors.

2 #D6B2A2 and #B2A2D6 with #A2B2D6 are triadic colors.