COLOR #A7CC91

HEX: #A7CC91
RGB: (167,204,145)

Color info

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

RGB color model

#A7CC91 color RGB value is (167,204,145).

  • red value is 167;
  • green value is 204;
  • blue value is 145.
RGB:
(167,204,145)
(65%,80%,57%)

RGB channels and saturation

R 167 of 255 = 65%
G 204 of 255 = 80%
B 145 of 255 = 57%

167
204
145

R + G + B ~ 67%. #A7CC91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 204 + 145 = 516 (100%)
R 167 of 516 ~ 32.36%
G 204 of 516 ~ 39.53%
B 145 of 516 ~ 28.1%

%32.36
%39.53
%28.1

CMYK color model

#A7CC91 color CMYK value is (18,0,29,20).

  • cyan value is 18.14%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 20.00%
CMYK:
(18,0,29,20)
C18M0Y29K20 
(18%,0%,29%,20%)
(0.18/0.00/0.29/0.20)	

CMYK percentages

%18.14
%0
%28.92
%20

Codes

Color #A7CC91 in popluar color models

A7CC91
RGB167204145
HSL98°36.65%68.43%
HSB/HSV98°28.92%80.00%
CMYK18.14%0.00%28.92%
20.00%

Color #A7CC91 in popluar number systems.

HEXA7CC91
Decimal167204145
Binary101001111100110010010001
Octal247314221

Shades and tints

Shades of #A7CC91

#A7CC91
(167,204,145)
#98BA84
(152,186,132)
#89A877
(137,168,119)
#7A966A
(122,150,106)
#6B845D
(107,132,93)
#5C7250
(92,114,80)
#4D6043
(77,96,67)
#3E4E36
(62,78,54)
#2F3C29
(47,60,41)
#202A1C
(32,42,28)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #A7CC91

#A7CC91
(167,204,145)
#AFD09B
(175,208,155)
#B7D4A5
(183,212,165)
#BFD8AF
(191,216,175)
#C7DCB9
(199,220,185)
#CFE0C3
(207,224,195)
#D7E4CD
(215,228,205)
#DFE8D7
(223,232,215)
#E7ECE1
(231,236,225)
#EFF0EB
(239,240,235)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CC91 color. Also use rgb(167,204,145) instead hex code.

Text Font Color

.myTextColor { color: #A7CC91; }

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

This text font color is #A7CC91.


Background Color

.myBgColor { background-color: #A7CC91; }

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

This div background color is #A7CC91.


Border color

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

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

This div border color is #A7CC91.


Opacity

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

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

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

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

This text has shadow with #A7CC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CC91 on black background.


Color preview on white background

This text has color #A7CC91 on white background.



Black color preview on #A7CC91 background

This text has black color on #A7CC91 background.


White color preview on #A7CC91 background

This text has white color on #A7CC91 background.