COLOR #A2E8C5

HEX: #A2E8C5
RGB: (162,232,197)

Color info

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

RGB color model

#A2E8C5 color RGB value is (162,232,197).

  • red value is 162;
  • green value is 232;
  • blue value is 197.
RGB:
(162,232,197)
(64%,91%,77%)

RGB channels and saturation

R 162 of 255 = 64%
G 232 of 255 = 91%
B 197 of 255 = 77%

162
232
197

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

Portions of RGB colors in percentages

R + G + B =
162 + 232 + 197 = 591 (100%)
R 162 of 591 ~ 27.41%
G 232 of 591 ~ 39.26%
B 197 of 591 ~ 33.33%

%27.41
%39.26
%33.33

CMYK color model

#A2E8C5 color CMYK value is (30,0,15,9).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 9.02%
CMYK:
(30,0,15,9)
C30M0Y15K9 
(30%,0%,15%,9%)
(0.30/0.00/0.15/0.09)	

CMYK percentages

%30.17
%0
%15.09
%9.02

Codes

Color #A2E8C5 in popluar color models

A2E8C5
RGB162232197
HSL150°60.34%77.25%
HSB/HSV150°30.17%90.98%
CMYK30.17%0.00%15.09%
9.02%

Color #A2E8C5 in popluar number systems.

HEXA2E8C5
Decimal162232197
Binary101000101110100011000101
Octal242350305

Shades and tints

Shades of #A2E8C5

#A2E8C5
(162,232,197)
#94D3B4
(148,211,180)
#86BEA3
(134,190,163)
#78A992
(120,169,146)
#6A9481
(106,148,129)
#5C7F70
(92,127,112)
#4E6A5F
(78,106,95)
#40554E
(64,85,78)
#32403D
(50,64,61)
#242B2C
(36,43,44)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #A2E8C5

#A2E8C5
(162,232,197)
#AAEACA
(170,234,202)
#B2ECCF
(178,236,207)
#BAEED4
(186,238,212)
#C2F0D9
(194,240,217)
#CAF2DE
(202,242,222)
#D2F4E3
(210,244,227)
#DAF6E8
(218,246,232)
#E2F8ED
(226,248,237)
#EAFAF2
(234,250,242)
#F2FCF7
(242,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E8C5 color. Also use rgb(162,232,197) instead hex code.

Text Font Color

.myTextColor { color: #A2E8C5; }

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

This text font color is #A2E8C5.


Background Color

.myBgColor { background-color: #A2E8C5; }

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

This div background color is #A2E8C5.


Border color

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

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

This div border color is #A2E8C5.


Opacity

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

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

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

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

This text has shadow with #A2E8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E8C5 on black background.


Color preview on white background

This text has color #A2E8C5 on white background.



Black color preview on #A2E8C5 background

This text has black color on #A2E8C5 background.


White color preview on #A2E8C5 background

This text has white color on #A2E8C5 background.