COLOR #A7D19C

HEX: #A7D19C
RGB: (167,209,156)

Color info

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

RGB color model

#A7D19C color RGB value is (167,209,156).

  • red value is 167;
  • green value is 209;
  • blue value is 156.
RGB: (167,209,156) (65%,82%,61%)

RGB channels and saturation

R 167 of 255 = 65%
G 209 of 255 = 82%
B 156 of 255 = 61%

167
209
156

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

Portions of RGB colors in percentages

R + G + B =
167 + 209 + 156 = 532 (100%)
R 167 of 532 ~ 31.39%
G 209 of 532 ~ 39.29%
B 156 of 532 ~ 29.32%

%31.39
%39.29
%29.32

CMYK color model

#A7D19C color CMYK value is (20,0,25,18).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 25.36%
  • key color value is 18.04%
CMYK: (20,0,25,18) C20M0Y25K18 (20%,0%,25%,18%) (0.20/0.00/0.25/0.18)

CMYK percentages

%20.1
%0
%25.36
%18.04

Codes

Color #A7D19C in popluar color models

A7D19C
RGB167209156
HSL108°36.55%71.57%
HSB/HSV108°25.36%81.96%
CMYK20.10%0.00%25.36%
18.04%

Color #A7D19C in popluar number systems.

HEXA7D19C
Decimal167209156
Binary101001111101000110011100
Octal247321234

Shades and tints

Shades of #A7D19C

#A7D19C
(167,209,156)
#98BE8E
(152,190,142)
#89AB80
(137,171,128)
#7A9872
(122,152,114)
#6B8564
(107,133,100)
#5C7256
(92,114,86)
#4D5F48
(77,95,72)
#3E4C3A
(62,76,58)
#2F392C
(47,57,44)
#20261E
(32,38,30)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #A7D19C

#A7D19C
(167,209,156)
#AFD5A5
(175,213,165)
#B7D9AE
(183,217,174)
#BFDDB7
(191,221,183)
#C7E1C0
(199,225,192)
#CFE5C9
(207,229,201)
#D7E9D2
(215,233,210)
#DFEDDB
(223,237,219)
#E7F1E4
(231,241,228)
#EFF5ED
(239,245,237)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D19C color. Also use rgb(167,209,156) instead hex code.

Text Font Color

.myTextColor { color: #A7D19C; }

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

This text font color is #A7D19C.


Background Color

.myBgColor { background-color: #A7D19C; }

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

This div background color is #A7D19C.


Border color

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

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

This div border color is #A7D19C.


Opacity

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

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

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

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

This text has shadow with #A7D19C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A7D19C on black background.


Color preview on white background

This text has color #A7D19C on white background.



Black color preview on #A7D19C background

This text has black color on #A7D19C background.


White color preview on #A7D19C background

This text has white color on #A7D19C background.