COLOR #A7DC99

HEX: #A7DC99
RGB: (167,220,153)

Color info

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

RGB color model

#A7DC99 color RGB value is (167,220,153).

  • red value is 167;
  • green value is 220;
  • blue value is 153.
RGB:
(167,220,153)
(65%,86%,60%)

RGB channels and saturation

R 167 of 255 = 65%
G 220 of 255 = 86%
B 153 of 255 = 60%

167
220
153

R + G + B ~ 70%. #A7DC99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 220 + 153 = 540 (100%)
R 167 of 540 ~ 30.93%
G 220 of 540 ~ 40.74%
B 153 of 540 ~ 28.33%

%30.93
%40.74
%28.33

CMYK color model

#A7DC99 color CMYK value is (24,0,30,14).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 30.45%
  • key color value is 13.73%
CMYK:
(24,0,30,14)
C24M0Y30K14 
(24%,0%,30%,14%)
(0.24/0.00/0.30/0.14)	

CMYK percentages

%24.09
%0
%30.45
%13.73

Codes

Color #A7DC99 in popluar color models

A7DC99
RGB167220153
HSL107°48.91%73.14%
HSB/HSV107°30.45%86.27%
CMYK24.09%0.00%30.45%
13.73%

Color #A7DC99 in popluar number systems.

HEXA7DC99
Decimal167220153
Binary101001111101110010011001
Octal247334231

Shades and tints

Shades of #A7DC99

#A7DC99
(167,220,153)
#98C88C
(152,200,140)
#89B47F
(137,180,127)
#7AA072
(122,160,114)
#6B8C65
(107,140,101)
#5C7858
(92,120,88)
#4D644B
(77,100,75)
#3E503E
(62,80,62)
#2F3C31
(47,60,49)
#202824
(32,40,36)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #A7DC99

#A7DC99
(167,220,153)
#AFDFA2
(175,223,162)
#B7E2AB
(183,226,171)
#BFE5B4
(191,229,180)
#C7E8BD
(199,232,189)
#CFEBC6
(207,235,198)
#D7EECF
(215,238,207)
#DFF1D8
(223,241,216)
#E7F4E1
(231,244,225)
#EFF7EA
(239,247,234)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7DC99 color. Also use rgb(167,220,153) instead hex code.

Text Font Color

.myTextColor { color: #A7DC99; }

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

This text font color is #A7DC99.


Background Color

.myBgColor { background-color: #A7DC99; }

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

This div background color is #A7DC99.


Border color

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

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

This div border color is #A7DC99.


Opacity

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

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

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

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

This text has shadow with #A7DC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DC99 on black background.


Color preview on white background

This text has color #A7DC99 on white background.



Black color preview on #A7DC99 background

This text has black color on #A7DC99 background.


White color preview on #A7DC99 background

This text has white color on #A7DC99 background.