COLOR #A2E2BC

HEX: #A2E2BC
RGB: (162,226,188)

Color info

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

RGB color model

#A2E2BC color RGB value is (162,226,188).

  • red value is 162;
  • green value is 226;
  • blue value is 188.
RGB:
(162,226,188)
(64%,89%,74%)

RGB channels and saturation

R 162 of 255 = 64%
G 226 of 255 = 89%
B 188 of 255 = 74%

162
226
188

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

Portions of RGB colors in percentages

R + G + B =
162 + 226 + 188 = 576 (100%)
R 162 of 576 ~ 28.13%
G 226 of 576 ~ 39.24%
B 188 of 576 ~ 32.64%

%28.13
%39.24
%32.64

CMYK color model

#A2E2BC color CMYK value is (28,0,17,11).

  • cyan value is 28.32%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 11.37%
CMYK:
(28,0,17,11)
C28M0Y17K11 
(28%,0%,17%,11%)
(0.28/0.00/0.17/0.11)	

CMYK percentages

%28.32
%0
%16.81
%11.37

Codes

Color #A2E2BC in popluar color models

A2E2BC
RGB162226188
HSL144°52.46%76.08%
HSB/HSV144°28.32%88.63%
CMYK28.32%0.00%16.81%
11.37%

Color #A2E2BC in popluar number systems.

HEXA2E2BC
Decimal162226188
Binary101000101110001010111100
Octal242342274

Shades and tints

Shades of #A2E2BC

#A2E2BC
(162,226,188)
#94CEAB
(148,206,171)
#86BA9A
(134,186,154)
#78A689
(120,166,137)
#6A9278
(106,146,120)
#5C7E67
(92,126,103)
#4E6A56
(78,106,86)
#405645
(64,86,69)
#324234
(50,66,52)
#242E23
(36,46,35)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #A2E2BC

#A2E2BC
(162,226,188)
#AAE4C2
(170,228,194)
#B2E6C8
(178,230,200)
#BAE8CE
(186,232,206)
#C2EAD4
(194,234,212)
#CAECDA
(202,236,218)
#D2EEE0
(210,238,224)
#DAF0E6
(218,240,230)
#E2F2EC
(226,242,236)
#EAF4F2
(234,244,242)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E2BC color. Also use rgb(162,226,188) instead hex code.

Text Font Color

.myTextColor { color: #A2E2BC; }

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

This text font color is #A2E2BC.


Background Color

.myBgColor { background-color: #A2E2BC; }

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

This div background color is #A2E2BC.


Border color

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

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

This div border color is #A2E2BC.


Opacity

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

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

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

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

This text has shadow with #A2E2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E2BC on black background.


Color preview on white background

This text has color #A2E2BC on white background.



Black color preview on #A2E2BC background

This text has black color on #A2E2BC background.


White color preview on #A2E2BC background

This text has white color on #A2E2BC background.