COLOR #ADD4A7

HEX: #ADD4A7
RGB: (173,212,167)

Color info

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

RGB color model

#ADD4A7 color RGB value is (173,212,167).

  • red value is 173;
  • green value is 212;
  • blue value is 167.
RGB:
(173,212,167)
(68%,83%,65%)

RGB channels and saturation

R 173 of 255 = 68%
G 212 of 255 = 83%
B 167 of 255 = 65%

173
212
167

R + G + B ~ 72%. #ADD4A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 212 + 167 = 552 (100%)
R 173 of 552 ~ 31.34%
G 212 of 552 ~ 38.41%
B 167 of 552 ~ 30.25%

%31.34
%38.41
%30.25

CMYK color model

#ADD4A7 color CMYK value is (18,0,21,17).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 21.23%
  • key color value is 16.86%
CMYK:
(18,0,21,17)
C18M0Y21K17 
(18%,0%,21%,17%)
(0.18/0.00/0.21/0.17)	

CMYK percentages

%18.4
%0
%21.23
%16.86

Codes

Color #ADD4A7 in popluar color models

ADD4A7
RGB173212167
HSL112°34.35%74.31%
HSB/HSV112°21.23%83.14%
CMYK18.40%0.00%21.23%
16.86%

Color #ADD4A7 in popluar number systems.

HEXADD4A7
Decimal173212167
Binary101011011101010010100111
Octal255324247

Shades and tints

Shades of #ADD4A7

#ADD4A7
(173,212,167)
#9EC198
(158,193,152)
#8FAE89
(143,174,137)
#809B7A
(128,155,122)
#71886B
(113,136,107)
#62755C
(98,117,92)
#53624D
(83,98,77)
#444F3E
(68,79,62)
#353C2F
(53,60,47)
#262920
(38,41,32)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #ADD4A7

#ADD4A7
(173,212,167)
#B4D7AF
(180,215,175)
#BBDAB7
(187,218,183)
#C2DDBF
(194,221,191)
#C9E0C7
(201,224,199)
#D0E3CF
(208,227,207)
#D7E6D7
(215,230,215)
#DEE9DF
(222,233,223)
#E5ECE7
(229,236,231)
#ECEFEF
(236,239,239)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD4A7 color. Also use rgb(173,212,167) instead hex code.

Text Font Color

.myTextColor { color: #ADD4A7; }

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

This text font color is #ADD4A7.


Background Color

.myBgColor { background-color: #ADD4A7; }

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

This div background color is #ADD4A7.


Border color

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

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

This div border color is #ADD4A7.


Opacity

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

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

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

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

This text has shadow with #ADD4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD4A7 on black background.


Color preview on white background

This text has color #ADD4A7 on white background.



Black color preview on #ADD4A7 background

This text has black color on #ADD4A7 background.


White color preview on #ADD4A7 background

This text has white color on #ADD4A7 background.