COLOR #A2E2C4

HEX: #A2E2C4
RGB: (162,226,196)

Color info

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

RGB color model

#A2E2C4 color RGB value is (162,226,196).

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

RGB channels and saturation

R 162 of 255 = 64%
G 226 of 255 = 89%
B 196 of 255 = 77%

162
226
196

R + G + B ~ 77%. #A2E2C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 226 + 196 = 584 (100%)
R 162 of 584 ~ 27.74%
G 226 of 584 ~ 38.7%
B 196 of 584 ~ 33.56%

%27.74
%38.7
%33.56

CMYK color model

#A2E2C4 color CMYK value is (28,0,13,11).

  • cyan value is 28.32%
  • magenta value is 0.00%
  • yellow value is 13.27%
  • key color value is 11.37%
CMYK:
(28,0,13,11)
C28M0Y13K11 
(28%,0%,13%,11%)
(0.28/0.00/0.13/0.11)	

CMYK percentages

%28.32
%0
%13.27
%11.37

Codes

Color #A2E2C4 in popluar color models

A2E2C4
RGB162226196
HSL152°52.46%76.08%
HSB/HSV152°28.32%88.63%
CMYK28.32%0.00%13.27%
11.37%

Color #A2E2C4 in popluar number systems.

HEXA2E2C4
Decimal162226196
Binary101000101110001011000100
Octal242342304

Shades and tints

Shades of #A2E2C4

#A2E2C4
(162,226,196)
#94CEB3
(148,206,179)
#86BAA2
(134,186,162)
#78A691
(120,166,145)
#6A9280
(106,146,128)
#5C7E6F
(92,126,111)
#4E6A5E
(78,106,94)
#40564D
(64,86,77)
#32423C
(50,66,60)
#242E2B
(36,46,43)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #A2E2C4

#A2E2C4
(162,226,196)
#AAE4C9
(170,228,201)
#B2E6CE
(178,230,206)
#BAE8D3
(186,232,211)
#C2EAD8
(194,234,216)
#CAECDD
(202,236,221)
#D2EEE2
(210,238,226)
#DAF0E7
(218,240,231)
#E2F2EC
(226,242,236)
#EAF4F1
(234,244,241)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2E2C4; }

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

This text font color is #A2E2C4.


Background Color

.myBgColor { background-color: #A2E2C4; }

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

This div background color is #A2E2C4.


Border color

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

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

This div border color is #A2E2C4.


Opacity

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

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

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

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

This text has shadow with #A2E2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E2C4 on black background.


Color preview on white background

This text has color #A2E2C4 on white background.



Black color preview on #A2E2C4 background

This text has black color on #A2E2C4 background.


White color preview on #A2E2C4 background

This text has white color on #A2E2C4 background.