COLOR #A7C68D

HEX: #A7C68D
RGB: (167,198,141)

Color info

#A7C68D contains red, green and blue colors in about the same proportion. Web safe color of #A7C68D is #99CC99 (or #9C9).

RGB color model

#A7C68D color RGB value is (167,198,141).

  • red value is 167;
  • green value is 198;
  • blue value is 141.
RGB:
(167,198,141)
(65%,78%,55%)

RGB channels and saturation

R 167 of 255 = 65%
G 198 of 255 = 78%
B 141 of 255 = 55%

167
198
141

R + G + B ~ 66%. #A7C68D is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 198 + 141 = 506 (100%)
R 167 of 506 ~ 33%
G 198 of 506 ~ 39.13%
B 141 of 506 ~ 27.87%

%33
%39.13
%27.87

CMYK color model

#A7C68D color CMYK value is (16,0,29,22).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 28.79%
  • key color value is 22.35%
CMYK:
(16,0,29,22)
C16M0Y29K22 
(16%,0%,29%,22%)
(0.16/0.00/0.29/0.22)	

CMYK percentages

%15.66
%0
%28.79
%22.35

Codes

Color #A7C68D in popluar color models

A7C68D
RGB167198141
HSL93°33.33%66.47%
HSB/HSV93°28.79%77.65%
CMYK15.66%0.00%28.79%
22.35%

Color #A7C68D in popluar number systems.

HEXA7C68D
Decimal167198141
Binary101001111100011010001101
Octal247306215

Shades and tints

Shades of #A7C68D

#A7C68D
(167,198,141)
#98B481
(152,180,129)
#89A275
(137,162,117)
#7A9069
(122,144,105)
#6B7E5D
(107,126,93)
#5C6C51
(92,108,81)
#4D5A45
(77,90,69)
#3E4839
(62,72,57)
#2F362D
(47,54,45)
#202421
(32,36,33)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #A7C68D

#A7C68D
(167,198,141)
#AFCB97
(175,203,151)
#B7D0A1
(183,208,161)
#BFD5AB
(191,213,171)
#C7DAB5
(199,218,181)
#CFDFBF
(207,223,191)
#D7E4C9
(215,228,201)
#DFE9D3
(223,233,211)
#E7EEDD
(231,238,221)
#EFF3E7
(239,243,231)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C68D color. Also use rgb(167,198,141) instead hex code.

Text Font Color

.myTextColor { color: #A7C68D; }

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

This text font color is #A7C68D.


Background Color

.myBgColor { background-color: #A7C68D; }

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

This div background color is #A7C68D.


Border color

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

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

This div border color is #A7C68D.


Opacity

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

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

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

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

This text has shadow with #A7C68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C68D on black background.


Color preview on white background

This text has color #A7C68D on white background.



Black color preview on #A7C68D background

This text has black color on #A7C68D background.


White color preview on #A7C68D background

This text has white color on #A7C68D background.