COLOR #ADD1A4

HEX: #ADD1A4
RGB: (173,209,164)

Color info

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

RGB color model

#ADD1A4 color RGB value is (173,209,164).

  • red value is 173;
  • green value is 209;
  • blue value is 164.
RGB:
(173,209,164)
(68%,82%,64%)

RGB channels and saturation

R 173 of 255 = 68%
G 209 of 255 = 82%
B 164 of 255 = 64%

173
209
164

R + G + B ~ 71%. #ADD1A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 209 + 164 = 546 (100%)
R 173 of 546 ~ 31.68%
G 209 of 546 ~ 38.28%
B 164 of 546 ~ 30.04%

%31.68
%38.28
%30.04

CMYK color model

#ADD1A4 color CMYK value is (17,0,22,18).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 21.53%
  • key color value is 18.04%
CMYK:
(17,0,22,18)
C17M0Y22K18 
(17%,0%,22%,18%)
(0.17/0.00/0.22/0.18)	

CMYK percentages

%17.22
%0
%21.53
%18.04

Codes

Color #ADD1A4 in popluar color models

ADD1A4
RGB173209164
HSL108°32.85%73.14%
HSB/HSV108°21.53%81.96%
CMYK17.22%0.00%21.53%
18.04%

Color #ADD1A4 in popluar number systems.

HEXADD1A4
Decimal173209164
Binary101011011101000110100100
Octal255321244

Shades and tints

Shades of #ADD1A4

#ADD1A4
(173,209,164)
#9EBE96
(158,190,150)
#8FAB88
(143,171,136)
#80987A
(128,152,122)
#71856C
(113,133,108)
#62725E
(98,114,94)
#535F50
(83,95,80)
#444C42
(68,76,66)
#353934
(53,57,52)
#262626
(38,38,38)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #ADD1A4

#ADD1A4
(173,209,164)
#B4D5AC
(180,213,172)
#BBD9B4
(187,217,180)
#C2DDBC
(194,221,188)
#C9E1C4
(201,225,196)
#D0E5CC
(208,229,204)
#D7E9D4
(215,233,212)
#DEEDDC
(222,237,220)
#E5F1E4
(229,241,228)
#ECF5EC
(236,245,236)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD1A4; }

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

This text font color is #ADD1A4.


Background Color

.myBgColor { background-color: #ADD1A4; }

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

This div background color is #ADD1A4.


Border color

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

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

This div border color is #ADD1A4.


Opacity

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

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

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

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

This text has shadow with #ADD1A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD1A4 on black background.


Color preview on white background

This text has color #ADD1A4 on white background.



Black color preview on #ADD1A4 background

This text has black color on #ADD1A4 background.


White color preview on #ADD1A4 background

This text has white color on #ADD1A4 background.