COLOR #A7C884

HEX: #A7C884
RGB: (167,200,132)

Color info

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

RGB color model

#A7C884 color RGB value is (167,200,132).

  • red value is 167;
  • green value is 200;
  • blue value is 132.
RGB:
(167,200,132)
(65%,78%,52%)

RGB channels and saturation

R 167 of 255 = 65%
G 200 of 255 = 78%
B 132 of 255 = 52%

167
200
132

R + G + B ~ 65%. #A7C884 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 200 + 132 = 499 (100%)
R 167 of 499 ~ 33.47%
G 200 of 499 ~ 40.08%
B 132 of 499 ~ 26.45%

%33.47
%40.08
%26.45

CMYK color model

#A7C884 color CMYK value is (17,0,34,22).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 34.00%
  • key color value is 21.57%
CMYK:
(17,0,34,22)
C17M0Y34K22 
(17%,0%,34%,22%)
(0.17/0.00/0.34/0.22)	

CMYK percentages

%16.5
%0
%34
%21.57

Codes

Color #A7C884 in popluar color models

A7C884
RGB167200132
HSL89°38.20%65.10%
HSB/HSV89°34.00%78.43%
CMYK16.50%0.00%34.00%
21.57%

Color #A7C884 in popluar number systems.

HEXA7C884
Decimal167200132
Binary101001111100100010000100
Octal247310204

Shades and tints

Shades of #A7C884

#A7C884
(167,200,132)
#98B678
(152,182,120)
#89A46C
(137,164,108)
#7A9260
(122,146,96)
#6B8054
(107,128,84)
#5C6E48
(92,110,72)
#4D5C3C
(77,92,60)
#3E4A30
(62,74,48)
#2F3824
(47,56,36)
#202618
(32,38,24)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #A7C884

#A7C884
(167,200,132)
#AFCD8F
(175,205,143)
#B7D29A
(183,210,154)
#BFD7A5
(191,215,165)
#C7DCB0
(199,220,176)
#CFE1BB
(207,225,187)
#D7E6C6
(215,230,198)
#DFEBD1
(223,235,209)
#E7F0DC
(231,240,220)
#EFF5E7
(239,245,231)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C884 color. Also use rgb(167,200,132) instead hex code.

Text Font Color

.myTextColor { color: #A7C884; }

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

This text font color is #A7C884.


Background Color

.myBgColor { background-color: #A7C884; }

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

This div background color is #A7C884.


Border color

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

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

This div border color is #A7C884.


Opacity

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

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

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

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

This text has shadow with #A7C884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C884 on black background.


Color preview on white background

This text has color #A7C884 on white background.



Black color preview on #A7C884 background

This text has black color on #A7C884 background.


White color preview on #A7C884 background

This text has white color on #A7C884 background.