COLOR #A7D68F

HEX: #A7D68F
RGB: (167,214,143)

Color info

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

RGB color model

#A7D68F color RGB value is (167,214,143).

  • red value is 167;
  • green value is 214;
  • blue value is 143.
RGB:
(167,214,143)
(65%,84%,56%)

RGB channels and saturation

R 167 of 255 = 65%
G 214 of 255 = 84%
B 143 of 255 = 56%

167
214
143

R + G + B ~ 68%. #A7D68F is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 214 + 143 = 524 (100%)
R 167 of 524 ~ 31.87%
G 214 of 524 ~ 40.84%
B 143 of 524 ~ 27.29%

%31.87
%40.84
%27.29

CMYK color model

#A7D68F color CMYK value is (22,0,33,16).

  • cyan value is 21.96%
  • magenta value is 0.00%
  • yellow value is 33.18%
  • key color value is 16.08%
CMYK:
(22,0,33,16)
C22M0Y33K16 
(22%,0%,33%,16%)
(0.22/0.00/0.33/0.16)	

CMYK percentages

%21.96
%0
%33.18
%16.08

Codes

Color #A7D68F in popluar color models

A7D68F
RGB167214143
HSL100°46.41%70.00%
HSB/HSV100°33.18%83.92%
CMYK21.96%0.00%33.18%
16.08%

Color #A7D68F in popluar number systems.

HEXA7D68F
Decimal167214143
Binary101001111101011010001111
Octal247326217

Shades and tints

Shades of #A7D68F

#A7D68F
(167,214,143)
#98C382
(152,195,130)
#89B075
(137,176,117)
#7A9D68
(122,157,104)
#6B8A5B
(107,138,91)
#5C774E
(92,119,78)
#4D6441
(77,100,65)
#3E5134
(62,81,52)
#2F3E27
(47,62,39)
#202B1A
(32,43,26)
#11180D
(17,24,13)
#000000
(0,0,0)

Tints of #A7D68F

#A7D68F
(167,214,143)
#AFD999
(175,217,153)
#B7DCA3
(183,220,163)
#BFDFAD
(191,223,173)
#C7E2B7
(199,226,183)
#CFE5C1
(207,229,193)
#D7E8CB
(215,232,203)
#DFEBD5
(223,235,213)
#E7EEDF
(231,238,223)
#EFF1E9
(239,241,233)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D68F color. Also use rgb(167,214,143) instead hex code.

Text Font Color

.myTextColor { color: #A7D68F; }

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

This text font color is #A7D68F.


Background Color

.myBgColor { background-color: #A7D68F; }

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

This div background color is #A7D68F.


Border color

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

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

This div border color is #A7D68F.


Opacity

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

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

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

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

This text has shadow with #A7D68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D68F on black background.


Color preview on white background

This text has color #A7D68F on white background.



Black color preview on #A7D68F background

This text has black color on #A7D68F background.


White color preview on #A7D68F background

This text has white color on #A7D68F background.