COLOR #ADD085

HEX: #ADD085
RGB: (173,208,133)

Color info

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

RGB color model

#ADD085 color RGB value is (173,208,133).

  • red value is 173;
  • green value is 208;
  • blue value is 133.
RGB:
(173,208,133)
(68%,82%,52%)

RGB channels and saturation

R 173 of 255 = 68%
G 208 of 255 = 82%
B 133 of 255 = 52%

173
208
133

R + G + B ~ 67%. #ADD085 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 208 + 133 = 514 (100%)
R 173 of 514 ~ 33.66%
G 208 of 514 ~ 40.47%
B 133 of 514 ~ 25.88%

%33.66
%40.47
%25.88

CMYK color model

#ADD085 color CMYK value is (17,0,36,18).

  • cyan value is 16.83%
  • magenta value is 0.00%
  • yellow value is 36.06%
  • key color value is 18.43%
CMYK:
(17,0,36,18)
C17M0Y36K18 
(17%,0%,36%,18%)
(0.17/0.00/0.36/0.18)	

CMYK percentages

%16.83
%0
%36.06
%18.43

Codes

Color #ADD085 in popluar color models

ADD085
RGB173208133
HSL88°44.38%66.86%
HSB/HSV88°36.06%81.57%
CMYK16.83%0.00%36.06%
18.43%

Color #ADD085 in popluar number systems.

HEXADD085
Decimal173208133
Binary101011011101000010000101
Octal255320205

Shades and tints

Shades of #ADD085

#ADD085
(173,208,133)
#9EBE79
(158,190,121)
#8FAC6D
(143,172,109)
#809A61
(128,154,97)
#718855
(113,136,85)
#627649
(98,118,73)
#53643D
(83,100,61)
#445231
(68,82,49)
#354025
(53,64,37)
#262E19
(38,46,25)
#171C0D
(23,28,13)
#000000
(0,0,0)

Tints of #ADD085

#ADD085
(173,208,133)
#B4D490
(180,212,144)
#BBD89B
(187,216,155)
#C2DCA6
(194,220,166)
#C9E0B1
(201,224,177)
#D0E4BC
(208,228,188)
#D7E8C7
(215,232,199)
#DEECD2
(222,236,210)
#E5F0DD
(229,240,221)
#ECF4E8
(236,244,232)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD085 color. Also use rgb(173,208,133) instead hex code.

Text Font Color

.myTextColor { color: #ADD085; }

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

This text font color is #ADD085.


Background Color

.myBgColor { background-color: #ADD085; }

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

This div background color is #ADD085.


Border color

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

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

This div border color is #ADD085.


Opacity

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

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

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

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

This text has shadow with #ADD085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD085 on black background.


Color preview on white background

This text has color #ADD085 on white background.



Black color preview on #ADD085 background

This text has black color on #ADD085 background.


White color preview on #ADD085 background

This text has white color on #ADD085 background.