COLOR #ADD788

HEX: #ADD788
RGB: (173,215,136)

Color info

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

RGB color model

#ADD788 color RGB value is (173,215,136).

  • red value is 173;
  • green value is 215;
  • blue value is 136.
RGB:
(173,215,136)
(68%,84%,53%)

RGB channels and saturation

R 173 of 255 = 68%
G 215 of 255 = 84%
B 136 of 255 = 53%

173
215
136

R + G + B ~ 68%. #ADD788 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 215 + 136 = 524 (100%)
R 173 of 524 ~ 33.02%
G 215 of 524 ~ 41.03%
B 136 of 524 ~ 25.95%

%33.02
%41.03
%25.95

CMYK color model

#ADD788 color CMYK value is (20,0,37,16).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 36.74%
  • key color value is 15.69%
CMYK:
(20,0,37,16)
C20M0Y37K16 
(20%,0%,37%,16%)
(0.20/0.00/0.37/0.16)	

CMYK percentages

%19.53
%0
%36.74
%15.69

Codes

Color #ADD788 in popluar color models

ADD788
RGB173215136
HSL92°49.69%68.82%
HSB/HSV92°36.74%84.31%
CMYK19.53%0.00%36.74%
15.69%

Color #ADD788 in popluar number systems.

HEXADD788
Decimal173215136
Binary101011011101011110001000
Octal255327210

Shades and tints

Shades of #ADD788

#ADD788
(173,215,136)
#9EC47C
(158,196,124)
#8FB170
(143,177,112)
#809E64
(128,158,100)
#718B58
(113,139,88)
#62784C
(98,120,76)
#536540
(83,101,64)
#445234
(68,82,52)
#353F28
(53,63,40)
#262C1C
(38,44,28)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #ADD788

#ADD788
(173,215,136)
#B4DA92
(180,218,146)
#BBDD9C
(187,221,156)
#C2E0A6
(194,224,166)
#C9E3B0
(201,227,176)
#D0E6BA
(208,230,186)
#D7E9C4
(215,233,196)
#DEECCE
(222,236,206)
#E5EFD8
(229,239,216)
#ECF2E2
(236,242,226)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD788 color. Also use rgb(173,215,136) instead hex code.

Text Font Color

.myTextColor { color: #ADD788; }

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

This text font color is #ADD788.


Background Color

.myBgColor { background-color: #ADD788; }

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

This div background color is #ADD788.


Border color

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

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

This div border color is #ADD788.


Opacity

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

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

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

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

This text has shadow with #ADD788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD788 on black background.


Color preview on white background

This text has color #ADD788 on white background.



Black color preview on #ADD788 background

This text has black color on #ADD788 background.


White color preview on #ADD788 background

This text has white color on #ADD788 background.