COLOR #A2E7CC

HEX: #A2E7CC
RGB: (162,231,204)

Color info

#A2E7CC contains mainly green and blue colors. Web safe color of #A2E7CC is #99FFCC (or #9FC).

RGB color model

#A2E7CC color RGB value is (162,231,204).

  • red value is 162;
  • green value is 231;
  • blue value is 204.
RGB:
(162,231,204)
(64%,91%,80%)

RGB channels and saturation

R 162 of 255 = 64%
G 231 of 255 = 91%
B 204 of 255 = 80%

162
231
204

R + G + B ~ 78%. #A2E7CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 231 + 204 = 597 (100%)
R 162 of 597 ~ 27.14%
G 231 of 597 ~ 38.69%
B 204 of 597 ~ 34.17%

%27.14
%38.69
%34.17

CMYK color model

#A2E7CC color CMYK value is (30,0,12,9).

  • cyan value is 29.87%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 9.41%
CMYK:
(30,0,12,9)
C30M0Y12K9 
(30%,0%,12%,9%)
(0.30/0.00/0.12/0.09)	

CMYK percentages

%29.87
%0
%11.69
%9.41

Codes

Color #A2E7CC in popluar color models

A2E7CC
RGB162231204
HSL157°58.97%77.06%
HSB/HSV157°29.87%90.59%
CMYK29.87%0.00%11.69%
9.41%

Color #A2E7CC in popluar number systems.

HEXA2E7CC
Decimal162231204
Binary101000101110011111001100
Octal242347314

Shades and tints

Shades of #A2E7CC

#A2E7CC
(162,231,204)
#94D2BA
(148,210,186)
#86BDA8
(134,189,168)
#78A896
(120,168,150)
#6A9384
(106,147,132)
#5C7E72
(92,126,114)
#4E6960
(78,105,96)
#40544E
(64,84,78)
#323F3C
(50,63,60)
#242A2A
(36,42,42)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #A2E7CC

#A2E7CC
(162,231,204)
#AAE9D0
(170,233,208)
#B2EBD4
(178,235,212)
#BAEDD8
(186,237,216)
#C2EFDC
(194,239,220)
#CAF1E0
(202,241,224)
#D2F3E4
(210,243,228)
#DAF5E8
(218,245,232)
#E2F7EC
(226,247,236)
#EAF9F0
(234,249,240)
#F2FBF4
(242,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E7CC color. Also use rgb(162,231,204) instead hex code.

Text Font Color

.myTextColor { color: #A2E7CC; }

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

This text font color is #A2E7CC.


Background Color

.myBgColor { background-color: #A2E7CC; }

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

This div background color is #A2E7CC.


Border color

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

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

This div border color is #A2E7CC.


Opacity

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

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

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

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

This text has shadow with #A2E7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E7CC on black background.


Color preview on white background

This text has color #A2E7CC on white background.



Black color preview on #A2E7CC background

This text has black color on #A2E7CC background.


White color preview on #A2E7CC background

This text has white color on #A2E7CC background.