COLOR #A2E3C2

HEX: #A2E3C2
RGB: (162,227,194)

Color info

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

RGB color model

#A2E3C2 color RGB value is (162,227,194).

  • red value is 162;
  • green value is 227;
  • blue value is 194.
RGB:
(162,227,194)
(64%,89%,76%)

RGB channels and saturation

R 162 of 255 = 64%
G 227 of 255 = 89%
B 194 of 255 = 76%

162
227
194

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

Portions of RGB colors in percentages

R + G + B =
162 + 227 + 194 = 583 (100%)
R 162 of 583 ~ 27.79%
G 227 of 583 ~ 38.94%
B 194 of 583 ~ 33.28%

%27.79
%38.94
%33.28

CMYK color model

#A2E3C2 color CMYK value is (29,0,15,11).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 14.54%
  • key color value is 10.98%
CMYK:
(29,0,15,11)
C29M0Y15K11 
(29%,0%,15%,11%)
(0.29/0.00/0.15/0.11)	

CMYK percentages

%28.63
%0
%14.54
%10.98

Codes

Color #A2E3C2 in popluar color models

A2E3C2
RGB162227194
HSL150°53.72%76.27%
HSB/HSV150°28.63%89.02%
CMYK28.63%0.00%14.54%
10.98%

Color #A2E3C2 in popluar number systems.

HEXA2E3C2
Decimal162227194
Binary101000101110001111000010
Octal242343302

Shades and tints

Shades of #A2E3C2

#A2E3C2
(162,227,194)
#94CFB1
(148,207,177)
#86BBA0
(134,187,160)
#78A78F
(120,167,143)
#6A937E
(106,147,126)
#5C7F6D
(92,127,109)
#4E6B5C
(78,107,92)
#40574B
(64,87,75)
#32433A
(50,67,58)
#242F29
(36,47,41)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #A2E3C2

#A2E3C2
(162,227,194)
#AAE5C7
(170,229,199)
#B2E7CC
(178,231,204)
#BAE9D1
(186,233,209)
#C2EBD6
(194,235,214)
#CAEDDB
(202,237,219)
#D2EFE0
(210,239,224)
#DAF1E5
(218,241,229)
#E2F3EA
(226,243,234)
#EAF5EF
(234,245,239)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E3C2 color. Also use rgb(162,227,194) instead hex code.

Text Font Color

.myTextColor { color: #A2E3C2; }

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

This text font color is #A2E3C2.


Background Color

.myBgColor { background-color: #A2E3C2; }

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

This div background color is #A2E3C2.


Border color

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

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

This div border color is #A2E3C2.


Opacity

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

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

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

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

This text has shadow with #A2E3C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E3C2 on black background.


Color preview on white background

This text has color #A2E3C2 on white background.



Black color preview on #A2E3C2 background

This text has black color on #A2E3C2 background.


White color preview on #A2E3C2 background

This text has white color on #A2E3C2 background.