COLOR #A7E6B6

HEX: #A7E6B6
RGB: (167,230,182)

Color info

#A7E6B6 contains mainly green and blue colors. Web safe color of #A7E6B6 is #99CCCC (or #9CC).

RGB color model

#A7E6B6 color RGB value is (167,230,182).

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

RGB channels and saturation

R 167 of 255 = 65%
G 230 of 255 = 90%
B 182 of 255 = 71%

167
230
182

R + G + B ~ 75%. #A7E6B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 230 + 182 = 579 (100%)
R 167 of 579 ~ 28.84%
G 230 of 579 ~ 39.72%
B 182 of 579 ~ 31.43%

%28.84
%39.72
%31.43

CMYK color model

#A7E6B6 color CMYK value is (27,0,21,10).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 9.80%
CMYK:
(27,0,21,10)
C27M0Y21K10 
(27%,0%,21%,10%)
(0.27/0.00/0.21/0.10)	

CMYK percentages

%27.39
%0
%20.87
%9.8

Codes

Color #A7E6B6 in popluar color models

A7E6B6
RGB167230182
HSL134°55.75%77.84%
HSB/HSV134°27.39%90.20%
CMYK27.39%0.00%20.87%
9.80%

Color #A7E6B6 in popluar number systems.

HEXA7E6B6
Decimal167230182
Binary101001111110011010110110
Octal247346266

Shades and tints

Shades of #A7E6B6

#A7E6B6
(167,230,182)
#98D2A6
(152,210,166)
#89BE96
(137,190,150)
#7AAA86
(122,170,134)
#6B9676
(107,150,118)
#5C8266
(92,130,102)
#4D6E56
(77,110,86)
#3E5A46
(62,90,70)
#2F4636
(47,70,54)
#203226
(32,50,38)
#111E16
(17,30,22)
#000000
(0,0,0)

Tints of #A7E6B6

#A7E6B6
(167,230,182)
#AFE8BC
(175,232,188)
#B7EAC2
(183,234,194)
#BFECC8
(191,236,200)
#C7EECE
(199,238,206)
#CFF0D4
(207,240,212)
#D7F2DA
(215,242,218)
#DFF4E0
(223,244,224)
#E7F6E6
(231,246,230)
#EFF8EC
(239,248,236)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E6B6; }

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

This text font color is #A7E6B6.


Background Color

.myBgColor { background-color: #A7E6B6; }

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

This div background color is #A7E6B6.


Border color

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

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

This div border color is #A7E6B6.


Opacity

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

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

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

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

This text has shadow with #A7E6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E6B6 on black background.


Color preview on white background

This text has color #A7E6B6 on white background.



Black color preview on #A7E6B6 background

This text has black color on #A7E6B6 background.


White color preview on #A7E6B6 background

This text has white color on #A7E6B6 background.