COLOR #A2FFE7

HEX: #A2FFE7
RGB: (162,255,231)

Color info

#A2FFE7 contains mainly green and blue colors. Web safe color of #A2FFE7 is #99FFFF (or #9FF).

RGB color model

#A2FFE7 color RGB value is (162,255,231).

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

RGB channels and saturation

R 162 of 255 = 64%
G 255 of 255 = 100%
B 231 of 255 = 91%

162
255
231

R + G + B ~ 85%. #A2FFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 255 + 231 = 648 (100%)
R 162 of 648 ~ 25%
G 255 of 648 ~ 39.35%
B 231 of 648 ~ 35.65%

%25
%39.35
%35.65

CMYK color model

#A2FFE7 color CMYK value is (36,0,9,0).

  • cyan value is 36.47%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 0.00%
CMYK:
(36,0,9,0)
C36M0Y9K0 
(36%,0%,9%,0%)
(0.36/0.00/0.09/0.00)	

CMYK percentages

%36.47
%0
%9.41
%0

Codes

Color #A2FFE7 in popluar color models

A2FFE7
RGB162255231
HSL165°100.00%81.76%
HSB/HSV165°36.47%100.00%
CMYK36.47%0.00%9.41%
0.00%

Color #A2FFE7 in popluar number systems.

HEXA2FFE7
Decimal162255231
Binary101000101111111111100111
Octal242377347

Shades and tints

Shades of #A2FFE7

#A2FFE7
(162,255,231)
#94E8D2
(148,232,210)
#86D1BD
(134,209,189)
#78BAA8
(120,186,168)
#6AA393
(106,163,147)
#5C8C7E
(92,140,126)
#4E7569
(78,117,105)
#405E54
(64,94,84)
#32473F
(50,71,63)
#24302A
(36,48,42)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #A2FFE7

#A2FFE7
(162,255,231)
#AAFFE9
(170,255,233)
#B2FFEB
(178,255,235)
#BAFFED
(186,255,237)
#C2FFEF
(194,255,239)
#CAFFF1
(202,255,241)
#D2FFF3
(210,255,243)
#DAFFF5
(218,255,245)
#E2FFF7
(226,255,247)
#EAFFF9
(234,255,249)
#F2FFFB
(242,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2FFE7; }

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

This text font color is #A2FFE7.


Background Color

.myBgColor { background-color: #A2FFE7; }

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

This div background color is #A2FFE7.


Border color

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

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

This div border color is #A2FFE7.


Opacity

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

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

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

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

This text has shadow with #A2FFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2FFE7 on black background.


Color preview on white background

This text has color #A2FFE7 on white background.



Black color preview on #A2FFE7 background

This text has black color on #A2FFE7 background.


White color preview on #A2FFE7 background

This text has white color on #A2FFE7 background.