COLOR #A7C68F

HEX: #A7C68F RGB: (167,198,143)

Color info

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

RGB color model

#A7C68F color RGB value is (167,198,143).

RGB: (167,198,143) (65%, 78%, 56%)

RGB channels and saturation

R 167 of 255 = 65%
G 198 of 255 = 78%
B 143 of 255 = 56%

167
198
143

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

Portions of RGB colors in percentages

R + G + B = 167 + 198 + 143 = 508 (100%)
R 167 of 508 ~ 32.87%
G 198 of 508 ~ 38.98%
B 143 of 508 ~ 28.15'%

%32.87
%38.98
%28.15

CMYK color model

#A7C68F color CMYK value is (16,0,28,22).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 22.35%

CMYK: (16,0,28,22)
C16M0Y28K22 (16%, 0%, 28%, 22%)
(0.16 / 0.00 / 0.28 / 0.22)

CMYK percentages

%15.66
%0
%27.78
%22.35

Codes

Color #A7C68F in popluar color models

A7 C6 8F
RGB 167 198 143
HSL 94° 32.54% 66.86%
HSB/HSV 94° 27.78% 77.65%
CMYK 15.66% 0.00% 27.78%
22.35%

Color #A7C68F in popluar number systems.

HEX A7 C6 8F
Decimal 167 198 143
Binary 10100111 11000110 10001111
Octal 247 306 217

Shades and tints

Shades of #A7C68F

#A7C68F
(167,198,143)
#98B482
(152,180,130)
#89A275
(137,162,117)
#7A9068
(122,144,104)
#6B7E5B
(107,126,91)
#5C6C4E
(92,108,78)
#4D5A41
(77,90,65)
#3E4834
(62,72,52)
#2F3627
(47,54,39)
#20241A
(32,36,26)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #A7C68F

#A7C68F
(167,198,143)
#AFCB99
(175,203,153)
#B7D0A3
(183,208,163)
#BFD5AD
(191,213,173)
#C7DAB7
(199,218,183)
#CFDFC1
(207,223,193)
#D7E4CB
(215,228,203)
#DFE9D5
(223,233,213)
#E7EEDF
(231,238,223)
#EFF3E9
(239,243,233)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C68F; }

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

This text font color is #A7C68F.

Background Color

.myBgColor { background-color: #A7C68F; }

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

This div background color is #A7C68F.

Border color

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

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

This div border color is #A7C68F.

Opacity

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

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

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

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

This text has shadow with #A7C68F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C68F.

Preview

Color preview on black background

This text has color #A7C68F on black background.


Color preview on white background

This text has color #A7C68F on white background.


Black color preview on #A7C68F background

This text has black color on #A7C68F background.


White color preview on #A7C68F background

This text has white color on #A7C68F background.


Related colors

Complementary color

Complementary color for #hex is #583970.


I love getcolorcode.com

Triadic colors

1 #8FA7C6 and #C68FA7 with #A7C68F are triadic colors.

2 #8FC6A7 and #C6A78F with #A7C68F are triadic colors.