COLOR #A7F2B1

HEX: #A7F2B1
RGB: (167,242,177)

Color info

#A7F2B1 contains mainly green color. Web safe color of #A7F2B1 is #99FF99 (or #9F9).

RGB color model

#A7F2B1 color RGB value is (167,242,177).

  • red value is 167;
  • green value is 242;
  • blue value is 177.
RGB:
(167,242,177)
(65%,95%,69%)

RGB channels and saturation

R 167 of 255 = 65%
G 242 of 255 = 95%
B 177 of 255 = 69%

167
242
177

R + G + B ~ 76%. #A7F2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 242 + 177 = 586 (100%)
R 167 of 586 ~ 28.5%
G 242 of 586 ~ 41.3%
B 177 of 586 ~ 30.2%

%28.5
%41.3
%30.2

CMYK color model

#A7F2B1 color CMYK value is (31,0,27,5).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 26.86%
  • key color value is 5.10%
CMYK:
(31,0,27,5)
C31M0Y27K5 
(31%,0%,27%,5%)
(0.31/0.00/0.27/0.05)	

CMYK percentages

%30.99
%0
%26.86
%5.1

Codes

Color #A7F2B1 in popluar color models

A7F2B1
RGB167242177
HSL128°74.26%80.20%
HSB/HSV128°30.99%94.90%
CMYK30.99%0.00%26.86%
5.10%

Color #A7F2B1 in popluar number systems.

HEXA7F2B1
Decimal167242177
Binary101001111111001010110001
Octal247362261

Shades and tints

Shades of #A7F2B1

#A7F2B1
(167,242,177)
#98DCA1
(152,220,161)
#89C691
(137,198,145)
#7AB081
(122,176,129)
#6B9A71
(107,154,113)
#5C8461
(92,132,97)
#4D6E51
(77,110,81)
#3E5841
(62,88,65)
#2F4231
(47,66,49)
#202C21
(32,44,33)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #A7F2B1

#A7F2B1
(167,242,177)
#AFF3B8
(175,243,184)
#B7F4BF
(183,244,191)
#BFF5C6
(191,245,198)
#C7F6CD
(199,246,205)
#CFF7D4
(207,247,212)
#D7F8DB
(215,248,219)
#DFF9E2
(223,249,226)
#E7FAE9
(231,250,233)
#EFFBF0
(239,251,240)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F2B1 color. Also use rgb(167,242,177) instead hex code.

Text Font Color

.myTextColor { color: #A7F2B1; }

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

This text font color is #A7F2B1.


Background Color

.myBgColor { background-color: #A7F2B1; }

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

This div background color is #A7F2B1.


Border color

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

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

This div border color is #A7F2B1.


Opacity

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

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

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

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

This text has shadow with #A7F2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F2B1 on black background.


Color preview on white background

This text has color #A7F2B1 on white background.



Black color preview on #A7F2B1 background

This text has black color on #A7F2B1 background.


White color preview on #A7F2B1 background

This text has white color on #A7F2B1 background.