COLOR #A7C19E

HEX: #A7C19E
RGB: (167,193,158)

Color info

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

RGB color model

#A7C19E color RGB value is (167,193,158).

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

RGB channels and saturation

R 167 of 255 = 65%
G 193 of 255 = 76%
B 158 of 255 = 62%

167
193
158

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

Portions of RGB colors in percentages

R + G + B =
167 + 193 + 158 = 518 (100%)
R 167 of 518 ~ 32.24%
G 193 of 518 ~ 37.26%
B 158 of 518 ~ 30.5%

%32.24
%37.26
%30.5

CMYK color model

#A7C19E color CMYK value is (13,0,18,24).

  • cyan value is 13.47%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 24.31%
CMYK:
(13,0,18,24)
C13M0Y18K24 
(13%,0%,18%,24%)
(0.13/0.00/0.18/0.24)	

CMYK percentages

%13.47
%0
%18.13
%24.31

Codes

Color #A7C19E in popluar color models

A7C19E
RGB167193158
HSL105°22.01%68.82%
HSB/HSV105°18.13%75.69%
CMYK13.47%0.00%18.13%
24.31%

Color #A7C19E in popluar number systems.

HEXA7C19E
Decimal167193158
Binary101001111100000110011110
Octal247301236

Shades and tints

Shades of #A7C19E

#A7C19E
(167,193,158)
#98B090
(152,176,144)
#899F82
(137,159,130)
#7A8E74
(122,142,116)
#6B7D66
(107,125,102)
#5C6C58
(92,108,88)
#4D5B4A
(77,91,74)
#3E4A3C
(62,74,60)
#2F392E
(47,57,46)
#202820
(32,40,32)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #A7C19E

#A7C19E
(167,193,158)
#AFC6A6
(175,198,166)
#B7CBAE
(183,203,174)
#BFD0B6
(191,208,182)
#C7D5BE
(199,213,190)
#CFDAC6
(207,218,198)
#D7DFCE
(215,223,206)
#DFE4D6
(223,228,214)
#E7E9DE
(231,233,222)
#EFEEE6
(239,238,230)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C19E; }

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

This text font color is #A7C19E.


Background Color

.myBgColor { background-color: #A7C19E; }

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

This div background color is #A7C19E.


Border color

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

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

This div border color is #A7C19E.


Opacity

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

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

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

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

This text has shadow with #A7C19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C19E on black background.


Color preview on white background

This text has color #A7C19E on white background.



Black color preview on #A7C19E background

This text has black color on #A7C19E background.


White color preview on #A7C19E background

This text has white color on #A7C19E background.