COLOR #A7D994

HEX: #A7D994
RGB: (167,217,148)

Color info

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

RGB color model

#A7D994 color RGB value is (167,217,148).

  • red value is 167;
  • green value is 217;
  • blue value is 148.
RGB:
(167,217,148)
(65%,85%,58%)

RGB channels and saturation

R 167 of 255 = 65%
G 217 of 255 = 85%
B 148 of 255 = 58%

167
217
148

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

Portions of RGB colors in percentages

R + G + B =
167 + 217 + 148 = 532 (100%)
R 167 of 532 ~ 31.39%
G 217 of 532 ~ 40.79%
B 148 of 532 ~ 27.82%

%31.39
%40.79
%27.82

CMYK color model

#A7D994 color CMYK value is (23,0,32,15).

  • cyan value is 23.04%
  • magenta value is 0.00%
  • yellow value is 31.80%
  • key color value is 14.90%
CMYK:
(23,0,32,15)
C23M0Y32K15 
(23%,0%,32%,15%)
(0.23/0.00/0.32/0.15)	

CMYK percentages

%23.04
%0
%31.8
%14.9

Codes

Color #A7D994 in popluar color models

A7D994
RGB167217148
HSL103°47.59%71.57%
HSB/HSV103°31.80%85.10%
CMYK23.04%0.00%31.80%
14.90%

Color #A7D994 in popluar number systems.

HEXA7D994
Decimal167217148
Binary101001111101100110010100
Octal247331224

Shades and tints

Shades of #A7D994

#A7D994
(167,217,148)
#98C687
(152,198,135)
#89B37A
(137,179,122)
#7AA06D
(122,160,109)
#6B8D60
(107,141,96)
#5C7A53
(92,122,83)
#4D6746
(77,103,70)
#3E5439
(62,84,57)
#2F412C
(47,65,44)
#202E1F
(32,46,31)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #A7D994

#A7D994
(167,217,148)
#AFDC9D
(175,220,157)
#B7DFA6
(183,223,166)
#BFE2AF
(191,226,175)
#C7E5B8
(199,229,184)
#CFE8C1
(207,232,193)
#D7EBCA
(215,235,202)
#DFEED3
(223,238,211)
#E7F1DC
(231,241,220)
#EFF4E5
(239,244,229)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D994 color. Also use rgb(167,217,148) instead hex code.

Text Font Color

.myTextColor { color: #A7D994; }

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

This text font color is #A7D994.


Background Color

.myBgColor { background-color: #A7D994; }

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

This div background color is #A7D994.


Border color

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

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

This div border color is #A7D994.


Opacity

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

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

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

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

This text has shadow with #A7D994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D994 on black background.


Color preview on white background

This text has color #A7D994 on white background.



Black color preview on #A7D994 background

This text has black color on #A7D994 background.


White color preview on #A7D994 background

This text has white color on #A7D994 background.