COLOR #A7CC83

HEX: #A7CC83
RGB: (167,204,131)

Color info

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

RGB color model

#A7CC83 color RGB value is (167,204,131).

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

RGB channels and saturation

R 167 of 255 = 65%
G 204 of 255 = 80%
B 131 of 255 = 51%

167
204
131

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

Portions of RGB colors in percentages

R + G + B =
167 + 204 + 131 = 502 (100%)
R 167 of 502 ~ 33.27%
G 204 of 502 ~ 40.64%
B 131 of 502 ~ 26.1%

%33.27
%40.64
%26.1

CMYK color model

#A7CC83 color CMYK value is (18,0,36,20).

  • cyan value is 18.14%
  • magenta value is 0.00%
  • yellow value is 35.78%
  • key color value is 20.00%
CMYK:
(18,0,36,20)
C18M0Y36K20 
(18%,0%,36%,20%)
(0.18/0.00/0.36/0.20)	

CMYK percentages

%18.14
%0
%35.78
%20

Codes

Color #A7CC83 in popluar color models

A7CC83
RGB167204131
HSL90°41.71%65.69%
HSB/HSV90°35.78%80.00%
CMYK18.14%0.00%35.78%
20.00%

Color #A7CC83 in popluar number systems.

HEXA7CC83
Decimal167204131
Binary101001111100110010000011
Octal247314203

Shades and tints

Shades of #A7CC83

#A7CC83
(167,204,131)
#98BA78
(152,186,120)
#89A86D
(137,168,109)
#7A9662
(122,150,98)
#6B8457
(107,132,87)
#5C724C
(92,114,76)
#4D6041
(77,96,65)
#3E4E36
(62,78,54)
#2F3C2B
(47,60,43)
#202A20
(32,42,32)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #A7CC83

#A7CC83
(167,204,131)
#AFD08E
(175,208,142)
#B7D499
(183,212,153)
#BFD8A4
(191,216,164)
#C7DCAF
(199,220,175)
#CFE0BA
(207,224,186)
#D7E4C5
(215,228,197)
#DFE8D0
(223,232,208)
#E7ECDB
(231,236,219)
#EFF0E6
(239,240,230)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CC83; }

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

This text font color is #A7CC83.


Background Color

.myBgColor { background-color: #A7CC83; }

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

This div background color is #A7CC83.


Border color

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

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

This div border color is #A7CC83.


Opacity

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

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

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

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

This text has shadow with #A7CC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CC83 on black background.


Color preview on white background

This text has color #A7CC83 on white background.



Black color preview on #A7CC83 background

This text has black color on #A7CC83 background.


White color preview on #A7CC83 background

This text has white color on #A7CC83 background.