COLOR #A7C187

HEX: #A7C187
RGB: (167,193,135)

Color info

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

RGB color model

#A7C187 color RGB value is (167,193,135).

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

RGB channels and saturation

R 167 of 255 = 65%
G 193 of 255 = 76%
B 135 of 255 = 53%

167
193
135

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

Portions of RGB colors in percentages

R + G + B =
167 + 193 + 135 = 495 (100%)
R 167 of 495 ~ 33.74%
G 193 of 495 ~ 38.99%
B 135 of 495 ~ 27.27%

%33.74
%38.99
%27.27

CMYK color model

#A7C187 color CMYK value is (13,0,30,24).

  • cyan value is 13.47%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 24.31%
CMYK:
(13,0,30,24)
C13M0Y30K24 
(13%,0%,30%,24%)
(0.13/0.00/0.30/0.24)	

CMYK percentages

%13.47
%0
%30.05
%24.31

Codes

Color #A7C187 in popluar color models

A7C187
RGB167193135
HSL87°31.87%64.31%
HSB/HSV87°30.05%75.69%
CMYK13.47%0.00%30.05%
24.31%

Color #A7C187 in popluar number systems.

HEXA7C187
Decimal167193135
Binary101001111100000110000111
Octal247301207

Shades and tints

Shades of #A7C187

#A7C187
(167,193,135)
#98B07B
(152,176,123)
#899F6F
(137,159,111)
#7A8E63
(122,142,99)
#6B7D57
(107,125,87)
#5C6C4B
(92,108,75)
#4D5B3F
(77,91,63)
#3E4A33
(62,74,51)
#2F3927
(47,57,39)
#20281B
(32,40,27)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #A7C187

#A7C187
(167,193,135)
#AFC691
(175,198,145)
#B7CB9B
(183,203,155)
#BFD0A5
(191,208,165)
#C7D5AF
(199,213,175)
#CFDAB9
(207,218,185)
#D7DFC3
(215,223,195)
#DFE4CD
(223,228,205)
#E7E9D7
(231,233,215)
#EFEEE1
(239,238,225)
#F7F3EB
(247,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C187; }

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

This text font color is #A7C187.


Background Color

.myBgColor { background-color: #A7C187; }

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

This div background color is #A7C187.


Border color

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

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

This div border color is #A7C187.


Opacity

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

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

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

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

This text has shadow with #A7C187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C187 on black background.


Color preview on white background

This text has color #A7C187 on white background.



Black color preview on #A7C187 background

This text has black color on #A7C187 background.


White color preview on #A7C187 background

This text has white color on #A7C187 background.