COLOR #A7C29C

HEX: #A7C29C
RGB: (167,194,156)

Color info

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

RGB color model

#A7C29C color RGB value is (167,194,156).

  • red value is 167;
  • green value is 194;
  • blue value is 156.
RGB:
(167,194,156)
(65%,76%,61%)

RGB channels and saturation

R 167 of 255 = 65%
G 194 of 255 = 76%
B 156 of 255 = 61%

167
194
156

R + G + B ~ 67%. #A7C29C is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 194 + 156 = 517 (100%)
R 167 of 517 ~ 32.3%
G 194 of 517 ~ 37.52%
B 156 of 517 ~ 30.17%

%32.3
%37.52
%30.17

CMYK color model

#A7C29C color CMYK value is (14,0,20,24).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 23.92%
CMYK:
(14,0,20,24)
C14M0Y20K24 
(14%,0%,20%,24%)
(0.14/0.00/0.20/0.24)	

CMYK percentages

%13.92
%0
%19.59
%23.92

Codes

Color #A7C29C in popluar color models

A7C29C
RGB167194156
HSL103°23.75%68.63%
HSB/HSV103°19.59%76.08%
CMYK13.92%0.00%19.59%
23.92%

Color #A7C29C in popluar number systems.

HEXA7C29C
Decimal167194156
Binary101001111100001010011100
Octal247302234

Shades and tints

Shades of #A7C29C

#A7C29C
(167,194,156)
#98B18E
(152,177,142)
#89A080
(137,160,128)
#7A8F72
(122,143,114)
#6B7E64
(107,126,100)
#5C6D56
(92,109,86)
#4D5C48
(77,92,72)
#3E4B3A
(62,75,58)
#2F3A2C
(47,58,44)
#20291E
(32,41,30)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #A7C29C

#A7C29C
(167,194,156)
#AFC7A5
(175,199,165)
#B7CCAE
(183,204,174)
#BFD1B7
(191,209,183)
#C7D6C0
(199,214,192)
#CFDBC9
(207,219,201)
#D7E0D2
(215,224,210)
#DFE5DB
(223,229,219)
#E7EAE4
(231,234,228)
#EFEFED
(239,239,237)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C29C color. Also use rgb(167,194,156) instead hex code.

Text Font Color

.myTextColor { color: #A7C29C; }

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

This text font color is #A7C29C.


Background Color

.myBgColor { background-color: #A7C29C; }

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

This div background color is #A7C29C.


Border color

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

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

This div border color is #A7C29C.


Opacity

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

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

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

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

This text has shadow with #A7C29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C29C on black background.


Color preview on white background

This text has color #A7C29C on white background.



Black color preview on #A7C29C background

This text has black color on #A7C29C background.


White color preview on #A7C29C background

This text has white color on #A7C29C background.