COLOR #A7E6B3

HEX: #A7E6B3
RGB: (167,230,179)

Color info

#A7E6B3 contains mainly green and blue colors. Web safe color of #A7E6B3 is #99CC99 (or #9C9).

RGB color model

#A7E6B3 color RGB value is (167,230,179).

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

RGB channels and saturation

R 167 of 255 = 65%
G 230 of 255 = 90%
B 179 of 255 = 70%

167
230
179

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

Portions of RGB colors in percentages

R + G + B =
167 + 230 + 179 = 576 (100%)
R 167 of 576 ~ 28.99%
G 230 of 576 ~ 39.93%
B 179 of 576 ~ 31.08%

%28.99
%39.93
%31.08

CMYK color model

#A7E6B3 color CMYK value is (27,0,22,10).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 9.80%
CMYK:
(27,0,22,10)
C27M0Y22K10 
(27%,0%,22%,10%)
(0.27/0.00/0.22/0.10)	

CMYK percentages

%27.39
%0
%22.17
%9.8

Codes

Color #A7E6B3 in popluar color models

A7E6B3
RGB167230179
HSL131°55.75%77.84%
HSB/HSV131°27.39%90.20%
CMYK27.39%0.00%22.17%
9.80%

Color #A7E6B3 in popluar number systems.

HEXA7E6B3
Decimal167230179
Binary101001111110011010110011
Octal247346263

Shades and tints

Shades of #A7E6B3

#A7E6B3
(167,230,179)
#98D2A3
(152,210,163)
#89BE93
(137,190,147)
#7AAA83
(122,170,131)
#6B9673
(107,150,115)
#5C8263
(92,130,99)
#4D6E53
(77,110,83)
#3E5A43
(62,90,67)
#2F4633
(47,70,51)
#203223
(32,50,35)
#111E13
(17,30,19)
#000000
(0,0,0)

Tints of #A7E6B3

#A7E6B3
(167,230,179)
#AFE8B9
(175,232,185)
#B7EABF
(183,234,191)
#BFECC5
(191,236,197)
#C7EECB
(199,238,203)
#CFF0D1
(207,240,209)
#D7F2D7
(215,242,215)
#DFF4DD
(223,244,221)
#E7F6E3
(231,246,227)
#EFF8E9
(239,248,233)
#F7FAEF
(247,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E6B3; }

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

This text font color is #A7E6B3.


Background Color

.myBgColor { background-color: #A7E6B3; }

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

This div background color is #A7E6B3.


Border color

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

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

This div border color is #A7E6B3.


Opacity

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

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

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

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

This text has shadow with #A7E6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E6B3 on black background.


Color preview on white background

This text has color #A7E6B3 on white background.



Black color preview on #A7E6B3 background

This text has black color on #A7E6B3 background.


White color preview on #A7E6B3 background

This text has white color on #A7E6B3 background.