COLOR #A2B9E6

HEX: #A2B9E6
RGB: (162,185,230)

Color info

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

RGB color model

#A2B9E6 color RGB value is (162,185,230).

  • red value is 162;
  • green value is 185;
  • blue value is 230.
RGB:
(162,185,230)
(64%,73%,90%)

RGB channels and saturation

R 162 of 255 = 64%
G 185 of 255 = 73%
B 230 of 255 = 90%

162
185
230

R + G + B ~ 76%. #A2B9E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 185 + 230 = 577 (100%)
R 162 of 577 ~ 28.08%
G 185 of 577 ~ 32.06%
B 230 of 577 ~ 39.86%

%28.08
%32.06
%39.86

CMYK color model

#A2B9E6 color CMYK value is (30,20,0,10).

  • cyan value is 29.57%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(30,20,0,10)
C30M20Y0K10 
(30%,20%,0%,10%)
(0.30/0.20/0.00/0.10)	

CMYK percentages

%29.57
%19.57
%0
%9.8

Codes

Color #A2B9E6 in popluar color models

A2B9E6
RGB162185230
HSL220°57.63%76.86%
HSB/HSV220°29.57%90.20%
CMYK29.57%19.57%0.00%
9.80%

Color #A2B9E6 in popluar number systems.

HEXA2B9E6
Decimal162185230
Binary101000101011100111100110
Octal242271346

Shades and tints

Shades of #A2B9E6

#A2B9E6
(162,185,230)
#94A9D2
(148,169,210)
#8699BE
(134,153,190)
#7889AA
(120,137,170)
#6A7996
(106,121,150)
#5C6982
(92,105,130)
#4E596E
(78,89,110)
#40495A
(64,73,90)
#323946
(50,57,70)
#242932
(36,41,50)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #A2B9E6

#A2B9E6
(162,185,230)
#AABFE8
(170,191,232)
#B2C5EA
(178,197,234)
#BACBEC
(186,203,236)
#C2D1EE
(194,209,238)
#CAD7F0
(202,215,240)
#D2DDF2
(210,221,242)
#DAE3F4
(218,227,244)
#E2E9F6
(226,233,246)
#EAEFF8
(234,239,248)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B9E6; }

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

This text font color is #A2B9E6.


Background Color

.myBgColor { background-color: #A2B9E6; }

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

This div background color is #A2B9E6.


Border color

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

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

This div border color is #A2B9E6.


Opacity

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

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

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

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

This text has shadow with #A2B9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B9E6 on black background.


Color preview on white background

This text has color #A2B9E6 on white background.



Black color preview on #A2B9E6 background

This text has black color on #A2B9E6 background.


White color preview on #A2B9E6 background

This text has white color on #A2B9E6 background.