COLOR #A2FBC7

HEX: #A2FBC7
RGB: (162,251,199)

Color info

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

RGB color model

#A2FBC7 color RGB value is (162,251,199).

  • red value is 162;
  • green value is 251;
  • blue value is 199.
RGB:
(162,251,199)
(64%,98%,78%)

RGB channels and saturation

R 162 of 255 = 64%
G 251 of 255 = 98%
B 199 of 255 = 78%

162
251
199

R + G + B ~ 80%. #A2FBC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 251 + 199 = 612 (100%)
R 162 of 612 ~ 26.47%
G 251 of 612 ~ 41.01%
B 199 of 612 ~ 32.52%

%26.47
%41.01
%32.52

CMYK color model

#A2FBC7 color CMYK value is (35,0,21,2).

  • cyan value is 35.46%
  • magenta value is 0.00%
  • yellow value is 20.72%
  • key color value is 1.57%
CMYK:
(35,0,21,2)
C35M0Y21K2 
(35%,0%,21%,2%)
(0.35/0.00/0.21/0.02)	

CMYK percentages

%35.46
%0
%20.72
%1.57

Codes

Color #A2FBC7 in popluar color models

A2FBC7
RGB162251199
HSL145°91.75%80.98%
HSB/HSV145°35.46%98.43%
CMYK35.46%0.00%20.72%
1.57%

Color #A2FBC7 in popluar number systems.

HEXA2FBC7
Decimal162251199
Binary101000101111101111000111
Octal242373307

Shades and tints

Shades of #A2FBC7

#A2FBC7
(162,251,199)
#94E5B5
(148,229,181)
#86CFA3
(134,207,163)
#78B991
(120,185,145)
#6AA37F
(106,163,127)
#5C8D6D
(92,141,109)
#4E775B
(78,119,91)
#406149
(64,97,73)
#324B37
(50,75,55)
#243525
(36,53,37)
#161F13
(22,31,19)
#000000
(0,0,0)

Tints of #A2FBC7

#A2FBC7
(162,251,199)
#AAFBCC
(170,251,204)
#B2FBD1
(178,251,209)
#BAFBD6
(186,251,214)
#C2FBDB
(194,251,219)
#CAFBE0
(202,251,224)
#D2FBE5
(210,251,229)
#DAFBEA
(218,251,234)
#E2FBEF
(226,251,239)
#EAFBF4
(234,251,244)
#F2FBF9
(242,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2FBC7 color. Also use rgb(162,251,199) instead hex code.

Text Font Color

.myTextColor { color: #A2FBC7; }

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

This text font color is #A2FBC7.


Background Color

.myBgColor { background-color: #A2FBC7; }

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

This div background color is #A2FBC7.


Border color

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

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

This div border color is #A2FBC7.


Opacity

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

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

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

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

This text has shadow with #A2FBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2FBC7 on black background.


Color preview on white background

This text has color #A2FBC7 on white background.



Black color preview on #A2FBC7 background

This text has black color on #A2FBC7 background.


White color preview on #A2FBC7 background

This text has white color on #A2FBC7 background.