COLOR #A7D496

HEX: #A7D496
RGB: (167,212,150)

Color info

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

RGB color model

#A7D496 color RGB value is (167,212,150).

  • red value is 167;
  • green value is 212;
  • blue value is 150.
RGB:
(167,212,150)
(65%,83%,59%)

RGB channels and saturation

R 167 of 255 = 65%
G 212 of 255 = 83%
B 150 of 255 = 59%

167
212
150

R + G + B ~ 69%. #A7D496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 212 + 150 = 529 (100%)
R 167 of 529 ~ 31.57%
G 212 of 529 ~ 40.08%
B 150 of 529 ~ 28.36%

%31.57
%40.08
%28.36

CMYK color model

#A7D496 color CMYK value is (21,0,29,17).

  • cyan value is 21.23%
  • magenta value is 0.00%
  • yellow value is 29.25%
  • key color value is 16.86%
CMYK:
(21,0,29,17)
C21M0Y29K17 
(21%,0%,29%,17%)
(0.21/0.00/0.29/0.17)	

CMYK percentages

%21.23
%0
%29.25
%16.86

Codes

Color #A7D496 in popluar color models

A7D496
RGB167212150
HSL104°41.89%70.98%
HSB/HSV104°29.25%83.14%
CMYK21.23%0.00%29.25%
16.86%

Color #A7D496 in popluar number systems.

HEXA7D496
Decimal167212150
Binary101001111101010010010110
Octal247324226

Shades and tints

Shades of #A7D496

#A7D496
(167,212,150)
#98C189
(152,193,137)
#89AE7C
(137,174,124)
#7A9B6F
(122,155,111)
#6B8862
(107,136,98)
#5C7555
(92,117,85)
#4D6248
(77,98,72)
#3E4F3B
(62,79,59)
#2F3C2E
(47,60,46)
#202921
(32,41,33)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #A7D496

#A7D496
(167,212,150)
#AFD79F
(175,215,159)
#B7DAA8
(183,218,168)
#BFDDB1
(191,221,177)
#C7E0BA
(199,224,186)
#CFE3C3
(207,227,195)
#D7E6CC
(215,230,204)
#DFE9D5
(223,233,213)
#E7ECDE
(231,236,222)
#EFEFE7
(239,239,231)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D496 color. Also use rgb(167,212,150) instead hex code.

Text Font Color

.myTextColor { color: #A7D496; }

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

This text font color is #A7D496.


Background Color

.myBgColor { background-color: #A7D496; }

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

This div background color is #A7D496.


Border color

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

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

This div border color is #A7D496.


Opacity

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

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

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

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

This text has shadow with #A7D496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D496 on black background.


Color preview on white background

This text has color #A7D496 on white background.



Black color preview on #A7D496 background

This text has black color on #A7D496 background.


White color preview on #A7D496 background

This text has white color on #A7D496 background.