COLOR #ADDFAD

HEX: #ADDFAD
RGB: (173,223,173)

Color info

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

RGB color model

#ADDFAD color RGB value is (173,223,173).

  • red value is 173;
  • green value is 223;
  • blue value is 173.
RGB:
(173,223,173)
(68%,87%,68%)

RGB channels and saturation

R 173 of 255 = 68%
G 223 of 255 = 87%
B 173 of 255 = 68%

173
223
173

R + G + B ~ 74%. #ADDFAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 223 + 173 = 569 (100%)
R 173 of 569 ~ 30.4%
G 223 of 569 ~ 39.19%
B 173 of 569 ~ 30.4%

%30.4
%39.19
%30.4

CMYK color model

#ADDFAD color CMYK value is (22,0,22,13).

  • cyan value is 22.42%
  • magenta value is 0.00%
  • yellow value is 22.42%
  • key color value is 12.55%
CMYK:
(22,0,22,13)
C22M0Y22K13 
(22%,0%,22%,13%)
(0.22/0.00/0.22/0.13)	

CMYK percentages

%22.42
%0
%22.42
%12.55

Codes

Color #ADDFAD in popluar color models

ADDFAD
RGB173223173
HSL120°43.86%77.65%
HSB/HSV120°22.42%87.45%
CMYK22.42%0.00%22.42%
12.55%

Color #ADDFAD in popluar number systems.

HEXADDFAD
Decimal173223173
Binary101011011101111110101101
Octal255337255

Shades and tints

Shades of #ADDFAD

#ADDFAD
(173,223,173)
#9ECB9E
(158,203,158)
#8FB78F
(143,183,143)
#80A380
(128,163,128)
#718F71
(113,143,113)
#627B62
(98,123,98)
#536753
(83,103,83)
#445344
(68,83,68)
#353F35
(53,63,53)
#262B26
(38,43,38)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #ADDFAD

#ADDFAD
(173,223,173)
#B4E1B4
(180,225,180)
#BBE3BB
(187,227,187)
#C2E5C2
(194,229,194)
#C9E7C9
(201,231,201)
#D0E9D0
(208,233,208)
#D7EBD7
(215,235,215)
#DEEDDE
(222,237,222)
#E5EFE5
(229,239,229)
#ECF1EC
(236,241,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDFAD; }

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

This text font color is #ADDFAD.


Background Color

.myBgColor { background-color: #ADDFAD; }

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

This div background color is #ADDFAD.


Border color

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

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

This div border color is #ADDFAD.


Opacity

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

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

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

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

This text has shadow with #ADDFAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDFAD on black background.


Color preview on white background

This text has color #ADDFAD on white background.



Black color preview on #ADDFAD background

This text has black color on #ADDFAD background.


White color preview on #ADDFAD background

This text has white color on #ADDFAD background.