COLOR #A2BAE8

HEX: #A2BAE8
RGB: (162,186,232)

Color info

#A2BAE8 contains mainly green and blue colors. Web safe color of #A2BAE8 is #99CCFF (or #9CF).

RGB color model

#A2BAE8 color RGB value is (162,186,232).

  • red value is 162;
  • green value is 186;
  • blue value is 232.
RGB:
(162,186,232)
(64%,73%,91%)

RGB channels and saturation

R 162 of 255 = 64%
G 186 of 255 = 73%
B 232 of 255 = 91%

162
186
232

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

Portions of RGB colors in percentages

R + G + B =
162 + 186 + 232 = 580 (100%)
R 162 of 580 ~ 27.93%
G 186 of 580 ~ 32.07%
B 232 of 580 ~ 40%

%27.93
%32.07
%40

CMYK color model

#A2BAE8 color CMYK value is (30,20,0,9).

  • cyan value is 30.17%
  • magenta value is 19.83%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(30,20,0,9)
C30M20Y0K9 
(30%,20%,0%,9%)
(0.30/0.20/0.00/0.09)	

CMYK percentages

%30.17
%19.83
%0
%9.02

Codes

Color #A2BAE8 in popluar color models

A2BAE8
RGB162186232
HSL219°60.34%77.25%
HSB/HSV219°30.17%90.98%
CMYK30.17%19.83%0.00%
9.02%

Color #A2BAE8 in popluar number systems.

HEXA2BAE8
Decimal162186232
Binary101000101011101011101000
Octal242272350

Shades and tints

Shades of #A2BAE8

#A2BAE8
(162,186,232)
#94AAD3
(148,170,211)
#869ABE
(134,154,190)
#788AA9
(120,138,169)
#6A7A94
(106,122,148)
#5C6A7F
(92,106,127)
#4E5A6A
(78,90,106)
#404A55
(64,74,85)
#323A40
(50,58,64)
#242A2B
(36,42,43)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #A2BAE8

#A2BAE8
(162,186,232)
#AAC0EA
(170,192,234)
#B2C6EC
(178,198,236)
#BACCEE
(186,204,238)
#C2D2F0
(194,210,240)
#CAD8F2
(202,216,242)
#D2DEF4
(210,222,244)
#DAE4F6
(218,228,246)
#E2EAF8
(226,234,248)
#EAF0FA
(234,240,250)
#F2F6FC
(242,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2BAE8 color. Also use rgb(162,186,232) instead hex code.

Text Font Color

.myTextColor { color: #A2BAE8; }

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

This text font color is #A2BAE8.


Background Color

.myBgColor { background-color: #A2BAE8; }

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

This div background color is #A2BAE8.


Border color

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

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

This div border color is #A2BAE8.


Opacity

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

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

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

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

This text has shadow with #A2BAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BAE8 on black background.


Color preview on white background

This text has color #A2BAE8 on white background.



Black color preview on #A2BAE8 background

This text has black color on #A2BAE8 background.


White color preview on #A2BAE8 background

This text has white color on #A2BAE8 background.