COLOR #A2BBE6

HEX: #A2BBE6
RGB: (162,187,230)

Color info

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

RGB color model

#A2BBE6 color RGB value is (162,187,230).

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

RGB channels and saturation

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

162
187
230

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

Portions of RGB colors in percentages

R + G + B =
162 + 187 + 230 = 579 (100%)
R 162 of 579 ~ 27.98%
G 187 of 579 ~ 32.3%
B 230 of 579 ~ 39.72%

%27.98
%32.3
%39.72

CMYK color model

#A2BBE6 color CMYK value is (30,19,0,10).

  • cyan value is 29.57%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(30,19,0,10)
C30M19Y0K10 
(30%,19%,0%,10%)
(0.30/0.19/0.00/0.10)	

CMYK percentages

%29.57
%18.7
%0
%9.8

Codes

Color #A2BBE6 in popluar color models

A2BBE6
RGB162187230
HSL218°57.63%76.86%
HSB/HSV218°29.57%90.20%
CMYK29.57%18.70%0.00%
9.80%

Color #A2BBE6 in popluar number systems.

HEXA2BBE6
Decimal162187230
Binary101000101011101111100110
Octal242273346

Shades and tints

Shades of #A2BBE6

#A2BBE6
(162,187,230)
#94AAD2
(148,170,210)
#8699BE
(134,153,190)
#7888AA
(120,136,170)
#6A7796
(106,119,150)
#5C6682
(92,102,130)
#4E556E
(78,85,110)
#40445A
(64,68,90)
#323346
(50,51,70)
#242232
(36,34,50)
#16111E
(22,17,30)
#000000
(0,0,0)

Tints of #A2BBE6

#A2BBE6
(162,187,230)
#AAC1E8
(170,193,232)
#B2C7EA
(178,199,234)
#BACDEC
(186,205,236)
#C2D3EE
(194,211,238)
#CAD9F0
(202,217,240)
#D2DFF2
(210,223,242)
#DAE5F4
(218,229,244)
#E2EBF6
(226,235,246)
#EAF1F8
(234,241,248)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BBE6; }

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

This text font color is #A2BBE6.


Background Color

.myBgColor { background-color: #A2BBE6; }

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

This div background color is #A2BBE6.


Border color

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

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

This div border color is #A2BBE6.


Opacity

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

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

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

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

This text has shadow with #A2BBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BBE6 on black background.


Color preview on white background

This text has color #A2BBE6 on white background.



Black color preview on #A2BBE6 background

This text has black color on #A2BBE6 background.


White color preview on #A2BBE6 background

This text has white color on #A2BBE6 background.