COLOR #A7C28D

HEX: #A7C28D
RGB: (167,194,141)

Color info

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

RGB color model

#A7C28D color RGB value is (167,194,141).

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

RGB channels and saturation

R 167 of 255 = 65%
G 194 of 255 = 76%
B 141 of 255 = 55%

167
194
141

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

Portions of RGB colors in percentages

R + G + B =
167 + 194 + 141 = 502 (100%)
R 167 of 502 ~ 33.27%
G 194 of 502 ~ 38.65%
B 141 of 502 ~ 28.09%

%33.27
%38.65
%28.09

CMYK color model

#A7C28D color CMYK value is (14,0,27,24).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 27.32%
  • key color value is 23.92%
CMYK:
(14,0,27,24)
C14M0Y27K24 
(14%,0%,27%,24%)
(0.14/0.00/0.27/0.24)	

CMYK percentages

%13.92
%0
%27.32
%23.92

Codes

Color #A7C28D in popluar color models

A7C28D
RGB167194141
HSL91°30.29%65.69%
HSB/HSV91°27.32%76.08%
CMYK13.92%0.00%27.32%
23.92%

Color #A7C28D in popluar number systems.

HEXA7C28D
Decimal167194141
Binary101001111100001010001101
Octal247302215

Shades and tints

Shades of #A7C28D

#A7C28D
(167,194,141)
#98B181
(152,177,129)
#89A075
(137,160,117)
#7A8F69
(122,143,105)
#6B7E5D
(107,126,93)
#5C6D51
(92,109,81)
#4D5C45
(77,92,69)
#3E4B39
(62,75,57)
#2F3A2D
(47,58,45)
#202921
(32,41,33)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #A7C28D

#A7C28D
(167,194,141)
#AFC797
(175,199,151)
#B7CCA1
(183,204,161)
#BFD1AB
(191,209,171)
#C7D6B5
(199,214,181)
#CFDBBF
(207,219,191)
#D7E0C9
(215,224,201)
#DFE5D3
(223,229,211)
#E7EADD
(231,234,221)
#EFEFE7
(239,239,231)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C28D; }

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

This text font color is #A7C28D.


Background Color

.myBgColor { background-color: #A7C28D; }

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

This div background color is #A7C28D.


Border color

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

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

This div border color is #A7C28D.


Opacity

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

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

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

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

This text has shadow with #A7C28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C28D on black background.


Color preview on white background

This text has color #A7C28D on white background.



Black color preview on #A7C28D background

This text has black color on #A7C28D background.


White color preview on #A7C28D background

This text has white color on #A7C28D background.