COLOR #A2E4BB

HEX: #A2E4BB
RGB: (162,228,187)

Color info

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

RGB color model

#A2E4BB color RGB value is (162,228,187).

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

RGB channels and saturation

R 162 of 255 = 64%
G 228 of 255 = 89%
B 187 of 255 = 73%

162
228
187

R + G + B ~ 75%. #A2E4BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 228 + 187 = 577 (100%)
R 162 of 577 ~ 28.08%
G 228 of 577 ~ 39.51%
B 187 of 577 ~ 32.41%

%28.08
%39.51
%32.41

CMYK color model

#A2E4BB color CMYK value is (29,0,18,11).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 17.98%
  • key color value is 10.59%
CMYK:
(29,0,18,11)
C29M0Y18K11 
(29%,0%,18%,11%)
(0.29/0.00/0.18/0.11)	

CMYK percentages

%28.95
%0
%17.98
%10.59

Codes

Color #A2E4BB in popluar color models

A2E4BB
RGB162228187
HSL143°55.00%76.47%
HSB/HSV143°28.95%89.41%
CMYK28.95%0.00%17.98%
10.59%

Color #A2E4BB in popluar number systems.

HEXA2E4BB
Decimal162228187
Binary101000101110010010111011
Octal242344273

Shades and tints

Shades of #A2E4BB

#A2E4BB
(162,228,187)
#94D0AA
(148,208,170)
#86BC99
(134,188,153)
#78A888
(120,168,136)
#6A9477
(106,148,119)
#5C8066
(92,128,102)
#4E6C55
(78,108,85)
#405844
(64,88,68)
#324433
(50,68,51)
#243022
(36,48,34)
#161C11
(22,28,17)
#000000
(0,0,0)

Tints of #A2E4BB

#A2E4BB
(162,228,187)
#AAE6C1
(170,230,193)
#B2E8C7
(178,232,199)
#BAEACD
(186,234,205)
#C2ECD3
(194,236,211)
#CAEED9
(202,238,217)
#D2F0DF
(210,240,223)
#DAF2E5
(218,242,229)
#E2F4EB
(226,244,235)
#EAF6F1
(234,246,241)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2E4BB; }

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

This text font color is #A2E4BB.


Background Color

.myBgColor { background-color: #A2E4BB; }

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

This div background color is #A2E4BB.


Border color

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

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

This div border color is #A2E4BB.


Opacity

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

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

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

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

This text has shadow with #A2E4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E4BB on black background.


Color preview on white background

This text has color #A2E4BB on white background.



Black color preview on #A2E4BB background

This text has black color on #A2E4BB background.


White color preview on #A2E4BB background

This text has white color on #A2E4BB background.