COLOR #A7C1A0

HEX: #A7C1A0
RGB: (167,193,160)

Color info

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

RGB color model

#A7C1A0 color RGB value is (167,193,160).

  • red value is 167;
  • green value is 193;
  • blue value is 160.
RGB:
(167,193,160)
(65%,76%,63%)

RGB channels and saturation

R 167 of 255 = 65%
G 193 of 255 = 76%
B 160 of 255 = 63%

167
193
160

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

Portions of RGB colors in percentages

R + G + B =
167 + 193 + 160 = 520 (100%)
R 167 of 520 ~ 32.12%
G 193 of 520 ~ 37.12%
B 160 of 520 ~ 30.77%

%32.12
%37.12
%30.77

CMYK color model

#A7C1A0 color CMYK value is (13,0,17,24).

  • cyan value is 13.47%
  • magenta value is 0.00%
  • yellow value is 17.10%
  • key color value is 24.31%
CMYK:
(13,0,17,24)
C13M0Y17K24 
(13%,0%,17%,24%)
(0.13/0.00/0.17/0.24)	

CMYK percentages

%13.47
%0
%17.1
%24.31

Codes

Color #A7C1A0 in popluar color models

A7C1A0
RGB167193160
HSL107°21.02%69.22%
HSB/HSV107°17.10%75.69%
CMYK13.47%0.00%17.10%
24.31%

Color #A7C1A0 in popluar number systems.

HEXA7C1A0
Decimal167193160
Binary101001111100000110100000
Octal247301240

Shades and tints

Shades of #A7C1A0

#A7C1A0
(167,193,160)
#98B092
(152,176,146)
#899F84
(137,159,132)
#7A8E76
(122,142,118)
#6B7D68
(107,125,104)
#5C6C5A
(92,108,90)
#4D5B4C
(77,91,76)
#3E4A3E
(62,74,62)
#2F3930
(47,57,48)
#202822
(32,40,34)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #A7C1A0

#A7C1A0
(167,193,160)
#AFC6A8
(175,198,168)
#B7CBB0
(183,203,176)
#BFD0B8
(191,208,184)
#C7D5C0
(199,213,192)
#CFDAC8
(207,218,200)
#D7DFD0
(215,223,208)
#DFE4D8
(223,228,216)
#E7E9E0
(231,233,224)
#EFEEE8
(239,238,232)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C1A0 color. Also use rgb(167,193,160) instead hex code.

Text Font Color

.myTextColor { color: #A7C1A0; }

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

This text font color is #A7C1A0.


Background Color

.myBgColor { background-color: #A7C1A0; }

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

This div background color is #A7C1A0.


Border color

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

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

This div border color is #A7C1A0.


Opacity

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

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

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

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

This text has shadow with #A7C1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C1A0 on black background.


Color preview on white background

This text has color #A7C1A0 on white background.



Black color preview on #A7C1A0 background

This text has black color on #A7C1A0 background.


White color preview on #A7C1A0 background

This text has white color on #A7C1A0 background.