COLOR #A7C69D

HEX: #A7C69D
RGB: (167,198,157)

Color info

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

RGB color model

#A7C69D color RGB value is (167,198,157).

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

RGB channels and saturation

R 167 of 255 = 65%
G 198 of 255 = 78%
B 157 of 255 = 62%

167
198
157

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

Portions of RGB colors in percentages

R + G + B =
167 + 198 + 157 = 522 (100%)
R 167 of 522 ~ 31.99%
G 198 of 522 ~ 37.93%
B 157 of 522 ~ 30.08%

%31.99
%37.93
%30.08

CMYK color model

#A7C69D color CMYK value is (16,0,21,22).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 20.71%
  • key color value is 22.35%
CMYK:
(16,0,21,22)
C16M0Y21K22 
(16%,0%,21%,22%)
(0.16/0.00/0.21/0.22)	

CMYK percentages

%15.66
%0
%20.71
%22.35

Codes

Color #A7C69D in popluar color models

A7C69D
RGB167198157
HSL105°26.45%69.61%
HSB/HSV105°20.71%77.65%
CMYK15.66%0.00%20.71%
22.35%

Color #A7C69D in popluar number systems.

HEXA7C69D
Decimal167198157
Binary101001111100011010011101
Octal247306235

Shades and tints

Shades of #A7C69D

#A7C69D
(167,198,157)
#98B48F
(152,180,143)
#89A281
(137,162,129)
#7A9073
(122,144,115)
#6B7E65
(107,126,101)
#5C6C57
(92,108,87)
#4D5A49
(77,90,73)
#3E483B
(62,72,59)
#2F362D
(47,54,45)
#20241F
(32,36,31)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #A7C69D

#A7C69D
(167,198,157)
#AFCBA5
(175,203,165)
#B7D0AD
(183,208,173)
#BFD5B5
(191,213,181)
#C7DABD
(199,218,189)
#CFDFC5
(207,223,197)
#D7E4CD
(215,228,205)
#DFE9D5
(223,233,213)
#E7EEDD
(231,238,221)
#EFF3E5
(239,243,229)
#F7F8ED
(247,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C69D; }

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

This text font color is #A7C69D.


Background Color

.myBgColor { background-color: #A7C69D; }

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

This div background color is #A7C69D.


Border color

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

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

This div border color is #A7C69D.


Opacity

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

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

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

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

This text has shadow with #A7C69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C69D on black background.


Color preview on white background

This text has color #A7C69D on white background.



Black color preview on #A7C69D background

This text has black color on #A7C69D background.


White color preview on #A7C69D background

This text has white color on #A7C69D background.