COLOR #ADD485

HEX: #ADD485
RGB: (173,212,133)

Color info

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

RGB color model

#ADD485 color RGB value is (173,212,133).

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

RGB channels and saturation

R 173 of 255 = 68%
G 212 of 255 = 83%
B 133 of 255 = 52%

173
212
133

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

Portions of RGB colors in percentages

R + G + B =
173 + 212 + 133 = 518 (100%)
R 173 of 518 ~ 33.4%
G 212 of 518 ~ 40.93%
B 133 of 518 ~ 25.68%

%33.4
%40.93
%25.68

CMYK color model

#ADD485 color CMYK value is (18,0,37,17).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 37.26%
  • key color value is 16.86%
CMYK:
(18,0,37,17)
C18M0Y37K17 
(18%,0%,37%,17%)
(0.18/0.00/0.37/0.17)	

CMYK percentages

%18.4
%0
%37.26
%16.86

Codes

Color #ADD485 in popluar color models

ADD485
RGB173212133
HSL90°47.88%67.65%
HSB/HSV90°37.26%83.14%
CMYK18.40%0.00%37.26%
16.86%

Color #ADD485 in popluar number systems.

HEXADD485
Decimal173212133
Binary101011011101010010000101
Octal255324205

Shades and tints

Shades of #ADD485

#ADD485
(173,212,133)
#9EC179
(158,193,121)
#8FAE6D
(143,174,109)
#809B61
(128,155,97)
#718855
(113,136,85)
#627549
(98,117,73)
#53623D
(83,98,61)
#444F31
(68,79,49)
#353C25
(53,60,37)
#262919
(38,41,25)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #ADD485

#ADD485
(173,212,133)
#B4D790
(180,215,144)
#BBDA9B
(187,218,155)
#C2DDA6
(194,221,166)
#C9E0B1
(201,224,177)
#D0E3BC
(208,227,188)
#D7E6C7
(215,230,199)
#DEE9D2
(222,233,210)
#E5ECDD
(229,236,221)
#ECEFE8
(236,239,232)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD485; }

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

This text font color is #ADD485.


Background Color

.myBgColor { background-color: #ADD485; }

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

This div background color is #ADD485.


Border color

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

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

This div border color is #ADD485.


Opacity

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

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

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

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

This text has shadow with #ADD485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD485 on black background.


Color preview on white background

This text has color #ADD485 on white background.



Black color preview on #ADD485 background

This text has black color on #ADD485 background.


White color preview on #ADD485 background

This text has white color on #ADD485 background.