COLOR #A7C68C

HEX: #A7C68C RGB: (167,198,140)

Color info

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

RGB color model

#A7C68C color RGB value is (167,198,140).

RGB: (167,198,140) (65%, 78%, 55%)

RGB channels and saturation

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

167
198
140

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

Portions of RGB colors in percentages

R + G + B = 167 + 198 + 140 = 505 (100%)
R 167 of 505 ~ 33.07%
G 198 of 505 ~ 39.21%
B 140 of 505 ~ 27.72'%

%33.07
%39.21
%27.72

CMYK color model

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

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • 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
%29.29
%22.35

Codes

Color #A7C68C in popluar color models

A7 C6 8C
RGB 167 198 140
HSL 92° 33.72% 66.27%
HSB/HSV 92° 29.29% 77.65%
CMYK 15.66% 0.00% 29.29%
22.35%

Color #A7C68C in popluar number systems.

HEX A7 C6 8C
Decimal 167 198 140
Binary 10100111 11000110 10001100
Octal 247 306 214

Shades and tints

Shades of #A7C68C

#A7C68C
(167,198,140)
#98B480
(152,180,128)
#89A274
(137,162,116)
#7A9068
(122,144,104)
#6B7E5C
(107,126,92)
#5C6C50
(92,108,80)
#4D5A44
(77,90,68)
#3E4838
(62,72,56)
#2F362C
(47,54,44)
#202420
(32,36,32)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #A7C68C

#A7C68C
(167,198,140)
#AFCB96
(175,203,150)
#B7D0A0
(183,208,160)
#BFD5AA
(191,213,170)
#C7DAB4
(199,218,180)
#CFDFBE
(207,223,190)
#D7E4C8
(215,228,200)
#DFE9D2
(223,233,210)
#E7EEDC
(231,238,220)
#EFF3E6
(239,243,230)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C68C; }

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

This text font color is #A7C68C.

Background Color

.myBgColor { background-color: #A7C68C; }

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

This div background color is #A7C68C.

Border color

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

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

This div border color is #A7C68C.

Opacity

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

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

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

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

This text has shadow with #A7C68C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C68C.

Preview

Color preview on black background

This text has color #A7C68C on black background.


Color preview on white background

This text has color #A7C68C on white background.


Black color preview on #A7C68C background

This text has black color on #A7C68C background.


White color preview on #A7C68C background

This text has white color on #A7C68C background.


Related colors

Complementary color

Complementary color for #hex is #583973.


I love getcolorcode.com

Triadic colors

1 #8CA7C6 and #C68CA7 with #A7C68C are triadic colors.

2 #8CC6A7 and #C6A78C with #A7C68C are triadic colors.