COLOR #A7CA9D

HEX: #A7CA9D
RGB: (167,202,157)

Color info

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

RGB color model

#A7CA9D color RGB value is (167,202,157).

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

RGB channels and saturation

R 167 of 255 = 65%
G 202 of 255 = 79%
B 157 of 255 = 62%

167
202
157

R + G + B ~ 69%. #A7CA9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 202 + 157 = 526 (100%)
R 167 of 526 ~ 31.75%
G 202 of 526 ~ 38.4%
B 157 of 526 ~ 29.85%

%31.75
%38.4
%29.85

CMYK color model

#A7CA9D color CMYK value is (17,0,22,21).

  • cyan value is 17.33%
  • magenta value is 0.00%
  • yellow value is 22.28%
  • key color value is 20.78%
CMYK:
(17,0,22,21)
C17M0Y22K21 
(17%,0%,22%,21%)
(0.17/0.00/0.22/0.21)	

CMYK percentages

%17.33
%0
%22.28
%20.78

Codes

Color #A7CA9D in popluar color models

A7CA9D
RGB167202157
HSL107°29.80%70.39%
HSB/HSV107°22.28%79.22%
CMYK17.33%0.00%22.28%
20.78%

Color #A7CA9D in popluar number systems.

HEXA7CA9D
Decimal167202157
Binary101001111100101010011101
Octal247312235

Shades and tints

Shades of #A7CA9D

#A7CA9D
(167,202,157)
#98B88F
(152,184,143)
#89A681
(137,166,129)
#7A9473
(122,148,115)
#6B8265
(107,130,101)
#5C7057
(92,112,87)
#4D5E49
(77,94,73)
#3E4C3B
(62,76,59)
#2F3A2D
(47,58,45)
#20281F
(32,40,31)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #A7CA9D

#A7CA9D
(167,202,157)
#AFCEA5
(175,206,165)
#B7D2AD
(183,210,173)
#BFD6B5
(191,214,181)
#C7DABD
(199,218,189)
#CFDEC5
(207,222,197)
#D7E2CD
(215,226,205)
#DFE6D5
(223,230,213)
#E7EADD
(231,234,221)
#EFEEE5
(239,238,229)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CA9D; }

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

This text font color is #A7CA9D.


Background Color

.myBgColor { background-color: #A7CA9D; }

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

This div background color is #A7CA9D.


Border color

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

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

This div border color is #A7CA9D.


Opacity

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

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

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

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

This text has shadow with #A7CA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CA9D on black background.


Color preview on white background

This text has color #A7CA9D on white background.



Black color preview on #A7CA9D background

This text has black color on #A7CA9D background.


White color preview on #A7CA9D background

This text has white color on #A7CA9D background.