COLOR #A7DE99

HEX: #A7DE99
RGB: (167,222,153)

Color info

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

RGB color model

#A7DE99 color RGB value is (167,222,153).

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

RGB channels and saturation

R 167 of 255 = 65%
G 222 of 255 = 87%
B 153 of 255 = 60%

167
222
153

R + G + B ~ 71%. #A7DE99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 222 + 153 = 542 (100%)
R 167 of 542 ~ 30.81%
G 222 of 542 ~ 40.96%
B 153 of 542 ~ 28.23%

%30.81
%40.96
%28.23

CMYK color model

#A7DE99 color CMYK value is (25,0,31,13).

  • cyan value is 24.77%
  • magenta value is 0.00%
  • yellow value is 31.08%
  • key color value is 12.94%
CMYK:
(25,0,31,13)
C25M0Y31K13 
(25%,0%,31%,13%)
(0.25/0.00/0.31/0.13)	

CMYK percentages

%24.77
%0
%31.08
%12.94

Codes

Color #A7DE99 in popluar color models

A7DE99
RGB167222153
HSL108°51.11%73.53%
HSB/HSV108°31.08%87.06%
CMYK24.77%0.00%31.08%
12.94%

Color #A7DE99 in popluar number systems.

HEXA7DE99
Decimal167222153
Binary101001111101111010011001
Octal247336231

Shades and tints

Shades of #A7DE99

#A7DE99
(167,222,153)
#98CA8C
(152,202,140)
#89B67F
(137,182,127)
#7AA272
(122,162,114)
#6B8E65
(107,142,101)
#5C7A58
(92,122,88)
#4D664B
(77,102,75)
#3E523E
(62,82,62)
#2F3E31
(47,62,49)
#202A24
(32,42,36)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #A7DE99

#A7DE99
(167,222,153)
#AFE1A2
(175,225,162)
#B7E4AB
(183,228,171)
#BFE7B4
(191,231,180)
#C7EABD
(199,234,189)
#CFEDC6
(207,237,198)
#D7F0CF
(215,240,207)
#DFF3D8
(223,243,216)
#E7F6E1
(231,246,225)
#EFF9EA
(239,249,234)
#F7FCF3
(247,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DE99; }

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

This text font color is #A7DE99.


Background Color

.myBgColor { background-color: #A7DE99; }

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

This div background color is #A7DE99.


Border color

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

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

This div border color is #A7DE99.


Opacity

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

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

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

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

This text has shadow with #A7DE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DE99 on black background.


Color preview on white background

This text has color #A7DE99 on white background.



Black color preview on #A7DE99 background

This text has black color on #A7DE99 background.


White color preview on #A7DE99 background

This text has white color on #A7DE99 background.