COLOR #A2E8C6

HEX: #A2E8C6
RGB: (162,232,198)

Color info

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

RGB color model

#A2E8C6 color RGB value is (162,232,198).

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

RGB channels and saturation

R 162 of 255 = 64%
G 232 of 255 = 91%
B 198 of 255 = 78%

162
232
198

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

Portions of RGB colors in percentages

R + G + B =
162 + 232 + 198 = 592 (100%)
R 162 of 592 ~ 27.36%
G 232 of 592 ~ 39.19%
B 198 of 592 ~ 33.45%

%27.36
%39.19
%33.45

CMYK color model

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

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 14.66%
  • 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
%14.66
%9.02

Codes

Color #A2E8C6 in popluar color models

A2E8C6
RGB162232198
HSL151°60.34%77.25%
HSB/HSV151°30.17%90.98%
CMYK30.17%0.00%14.66%
9.02%

Color #A2E8C6 in popluar number systems.

HEXA2E8C6
Decimal162232198
Binary101000101110100011000110
Octal242350306

Shades and tints

Shades of #A2E8C6

#A2E8C6
(162,232,198)
#94D3B4
(148,211,180)
#86BEA2
(134,190,162)
#78A990
(120,169,144)
#6A947E
(106,148,126)
#5C7F6C
(92,127,108)
#4E6A5A
(78,106,90)
#405548
(64,85,72)
#324036
(50,64,54)
#242B24
(36,43,36)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #A2E8C6

#A2E8C6
(162,232,198)
#AAEACB
(170,234,203)
#B2ECD0
(178,236,208)
#BAEED5
(186,238,213)
#C2F0DA
(194,240,218)
#CAF2DF
(202,242,223)
#D2F4E4
(210,244,228)
#DAF6E9
(218,246,233)
#E2F8EE
(226,248,238)
#EAFAF3
(234,250,243)
#F2FCF8
(242,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2E8C6; }

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

This text font color is #A2E8C6.


Background Color

.myBgColor { background-color: #A2E8C6; }

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

This div background color is #A2E8C6.


Border color

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

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

This div border color is #A2E8C6.


Opacity

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

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

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

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

This text has shadow with #A2E8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E8C6 on black background.


Color preview on white background

This text has color #A2E8C6 on white background.



Black color preview on #A2E8C6 background

This text has black color on #A2E8C6 background.


White color preview on #A2E8C6 background

This text has white color on #A2E8C6 background.