COLOR #A2B9E5

HEX: #A2B9E5
RGB: (162,185,229)

Color info

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

RGB color model

#A2B9E5 color RGB value is (162,185,229).

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

RGB channels and saturation

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

162
185
229

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

Portions of RGB colors in percentages

R + G + B =
162 + 185 + 229 = 576 (100%)
R 162 of 576 ~ 28.13%
G 185 of 576 ~ 32.12%
B 229 of 576 ~ 39.76%

%28.13
%32.12
%39.76

CMYK color model

#A2B9E5 color CMYK value is (29,19,0,10).

  • cyan value is 29.26%
  • magenta value is 19.21%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(29,19,0,10)
C29M19Y0K10 
(29%,19%,0%,10%)
(0.29/0.19/0.00/0.10)	

CMYK percentages

%29.26
%19.21
%0
%10.2

Codes

Color #A2B9E5 in popluar color models

A2B9E5
RGB162185229
HSL219°56.30%76.67%
HSB/HSV219°29.26%89.80%
CMYK29.26%19.21%0.00%
10.20%

Color #A2B9E5 in popluar number systems.

HEXA2B9E5
Decimal162185229
Binary101000101011100111100101
Octal242271345

Shades and tints

Shades of #A2B9E5

#A2B9E5
(162,185,229)
#94A9D1
(148,169,209)
#8699BD
(134,153,189)
#7889A9
(120,137,169)
#6A7995
(106,121,149)
#5C6981
(92,105,129)
#4E596D
(78,89,109)
#404959
(64,73,89)
#323945
(50,57,69)
#242931
(36,41,49)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #A2B9E5

#A2B9E5
(162,185,229)
#AABFE7
(170,191,231)
#B2C5E9
(178,197,233)
#BACBEB
(186,203,235)
#C2D1ED
(194,209,237)
#CAD7EF
(202,215,239)
#D2DDF1
(210,221,241)
#DAE3F3
(218,227,243)
#E2E9F5
(226,233,245)
#EAEFF7
(234,239,247)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B9E5; }

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

This text font color is #A2B9E5.


Background Color

.myBgColor { background-color: #A2B9E5; }

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

This div background color is #A2B9E5.


Border color

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

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

This div border color is #A2B9E5.


Opacity

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

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

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

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

This text has shadow with #A2B9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B9E5 on black background.


Color preview on white background

This text has color #A2B9E5 on white background.



Black color preview on #A2B9E5 background

This text has black color on #A2B9E5 background.


White color preview on #A2B9E5 background

This text has white color on #A2B9E5 background.