COLOR #A7F7B6

HEX: #A7F7B6
RGB: (167,247,182)

Color info

#A7F7B6 contains mainly green color. Web safe color of #A7F7B6 is #99FFCC (or #9FC).

RGB color model

#A7F7B6 color RGB value is (167,247,182).

  • red value is 167;
  • green value is 247;
  • blue value is 182.
RGB:
(167,247,182)
(65%,97%,71%)

RGB channels and saturation

R 167 of 255 = 65%
G 247 of 255 = 97%
B 182 of 255 = 71%

167
247
182

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

Portions of RGB colors in percentages

R + G + B =
167 + 247 + 182 = 596 (100%)
R 167 of 596 ~ 28.02%
G 247 of 596 ~ 41.44%
B 182 of 596 ~ 30.54%

%28.02
%41.44
%30.54

CMYK color model

#A7F7B6 color CMYK value is (32,0,26,3).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 3.14%
CMYK:
(32,0,26,3)
C32M0Y26K3 
(32%,0%,26%,3%)
(0.32/0.00/0.26/0.03)	

CMYK percentages

%32.39
%0
%26.32
%3.14

Codes

Color #A7F7B6 in popluar color models

A7F7B6
RGB167247182
HSL131°83.33%81.18%
HSB/HSV131°32.39%96.86%
CMYK32.39%0.00%26.32%
3.14%

Color #A7F7B6 in popluar number systems.

HEXA7F7B6
Decimal167247182
Binary101001111111011110110110
Octal247367266

Shades and tints

Shades of #A7F7B6

#A7F7B6
(167,247,182)
#98E1A6
(152,225,166)
#89CB96
(137,203,150)
#7AB586
(122,181,134)
#6B9F76
(107,159,118)
#5C8966
(92,137,102)
#4D7356
(77,115,86)
#3E5D46
(62,93,70)
#2F4736
(47,71,54)
#203126
(32,49,38)
#111B16
(17,27,22)
#000000
(0,0,0)

Tints of #A7F7B6

#A7F7B6
(167,247,182)
#AFF7BC
(175,247,188)
#B7F7C2
(183,247,194)
#BFF7C8
(191,247,200)
#C7F7CE
(199,247,206)
#CFF7D4
(207,247,212)
#D7F7DA
(215,247,218)
#DFF7E0
(223,247,224)
#E7F7E6
(231,247,230)
#EFF7EC
(239,247,236)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F7B6 color. Also use rgb(167,247,182) instead hex code.

Text Font Color

.myTextColor { color: #A7F7B6; }

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

This text font color is #A7F7B6.


Background Color

.myBgColor { background-color: #A7F7B6; }

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

This div background color is #A7F7B6.


Border color

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

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

This div border color is #A7F7B6.


Opacity

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

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

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

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

This text has shadow with #A7F7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F7B6 on black background.


Color preview on white background

This text has color #A7F7B6 on white background.



Black color preview on #A7F7B6 background

This text has black color on #A7F7B6 background.


White color preview on #A7F7B6 background

This text has white color on #A7F7B6 background.