COLOR #A7C08D

HEX: #A7C08D
RGB: (167,192,141)

Color info

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

RGB color model

#A7C08D color RGB value is (167,192,141).

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

RGB channels and saturation

R 167 of 255 = 65%
G 192 of 255 = 75%
B 141 of 255 = 55%

167
192
141

R + G + B ~ 65%. #A7C08D is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 192 + 141 = 500 (100%)
R 167 of 500 ~ 33.4%
G 192 of 500 ~ 38.4%
B 141 of 500 ~ 28.2%

%33.4
%38.4
%28.2

CMYK color model

#A7C08D color CMYK value is (13,0,27,25).

  • cyan value is 13.02%
  • magenta value is 0.00%
  • yellow value is 26.56%
  • key color value is 24.71%
CMYK:
(13,0,27,25)
C13M0Y27K25 
(13%,0%,27%,25%)
(0.13/0.00/0.27/0.25)	

CMYK percentages

%13.02
%0
%26.56
%24.71

Codes

Color #A7C08D in popluar color models

A7C08D
RGB167192141
HSL89°28.81%65.29%
HSB/HSV89°26.56%75.29%
CMYK13.02%0.00%26.56%
24.71%

Color #A7C08D in popluar number systems.

HEXA7C08D
Decimal167192141
Binary101001111100000010001101
Octal247300215

Shades and tints

Shades of #A7C08D

#A7C08D
(167,192,141)
#98AF81
(152,175,129)
#899E75
(137,158,117)
#7A8D69
(122,141,105)
#6B7C5D
(107,124,93)
#5C6B51
(92,107,81)
#4D5A45
(77,90,69)
#3E4939
(62,73,57)
#2F382D
(47,56,45)
#202721
(32,39,33)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #A7C08D

#A7C08D
(167,192,141)
#AFC597
(175,197,151)
#B7CAA1
(183,202,161)
#BFCFAB
(191,207,171)
#C7D4B5
(199,212,181)
#CFD9BF
(207,217,191)
#D7DEC9
(215,222,201)
#DFE3D3
(223,227,211)
#E7E8DD
(231,232,221)
#EFEDE7
(239,237,231)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C08D; }

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

This text font color is #A7C08D.


Background Color

.myBgColor { background-color: #A7C08D; }

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

This div background color is #A7C08D.


Border color

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

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

This div border color is #A7C08D.


Opacity

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

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

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

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

This text has shadow with #A7C08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C08D on black background.


Color preview on white background

This text has color #A7C08D on white background.



Black color preview on #A7C08D background

This text has black color on #A7C08D background.


White color preview on #A7C08D background

This text has white color on #A7C08D background.