COLOR #A7C98D

HEX: #A7C98D
RGB: (167,201,141)

Color info

#A7C98D contains mainly red and green colors. Web safe color of #A7C98D is #99CC99 (or #9C9).

RGB color model

#A7C98D color RGB value is (167,201,141).

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

RGB channels and saturation

R 167 of 255 = 65%
G 201 of 255 = 79%
B 141 of 255 = 55%

167
201
141

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

Portions of RGB colors in percentages

R + G + B =
167 + 201 + 141 = 509 (100%)
R 167 of 509 ~ 32.81%
G 201 of 509 ~ 39.49%
B 141 of 509 ~ 27.7%

%32.81
%39.49
%27.7

CMYK color model

#A7C98D color CMYK value is (17,0,30,21).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 29.85%
  • key color value is 21.18%
CMYK:
(17,0,30,21)
C17M0Y30K21 
(17%,0%,30%,21%)
(0.17/0.00/0.30/0.21)	

CMYK percentages

%16.92
%0
%29.85
%21.18

Codes

Color #A7C98D in popluar color models

A7C98D
RGB167201141
HSL94°35.71%67.06%
HSB/HSV94°29.85%78.82%
CMYK16.92%0.00%29.85%
21.18%

Color #A7C98D in popluar number systems.

HEXA7C98D
Decimal167201141
Binary101001111100100110001101
Octal247311215

Shades and tints

Shades of #A7C98D

#A7C98D
(167,201,141)
#98B781
(152,183,129)
#89A575
(137,165,117)
#7A9369
(122,147,105)
#6B815D
(107,129,93)
#5C6F51
(92,111,81)
#4D5D45
(77,93,69)
#3E4B39
(62,75,57)
#2F392D
(47,57,45)
#202721
(32,39,33)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #A7C98D

#A7C98D
(167,201,141)
#AFCD97
(175,205,151)
#B7D1A1
(183,209,161)
#BFD5AB
(191,213,171)
#C7D9B5
(199,217,181)
#CFDDBF
(207,221,191)
#D7E1C9
(215,225,201)
#DFE5D3
(223,229,211)
#E7E9DD
(231,233,221)
#EFEDE7
(239,237,231)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C98D; }

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

This text font color is #A7C98D.


Background Color

.myBgColor { background-color: #A7C98D; }

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

This div background color is #A7C98D.


Border color

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

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

This div border color is #A7C98D.


Opacity

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

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

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

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

This text has shadow with #A7C98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C98D on black background.


Color preview on white background

This text has color #A7C98D on white background.



Black color preview on #A7C98D background

This text has black color on #A7C98D background.


White color preview on #A7C98D background

This text has white color on #A7C98D background.