COLOR #ADD5AB

HEX: #ADD5AB
RGB: (173,213,171)

Color info

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

RGB color model

#ADD5AB color RGB value is (173,213,171).

  • red value is 173;
  • green value is 213;
  • blue value is 171.
RGB:
(173,213,171)
(68%,84%,67%)

RGB channels and saturation

R 173 of 255 = 68%
G 213 of 255 = 84%
B 171 of 255 = 67%

173
213
171

R + G + B ~ 73%. #ADD5AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 213 + 171 = 557 (100%)
R 173 of 557 ~ 31.06%
G 213 of 557 ~ 38.24%
B 171 of 557 ~ 30.7%

%31.06
%38.24
%30.7

CMYK color model

#ADD5AB color CMYK value is (19,0,20,16).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 19.72%
  • key color value is 16.47%
CMYK:
(19,0,20,16)
C19M0Y20K16 
(19%,0%,20%,16%)
(0.19/0.00/0.20/0.16)	

CMYK percentages

%18.78
%0
%19.72
%16.47

Codes

Color #ADD5AB in popluar color models

ADD5AB
RGB173213171
HSL117°33.33%75.29%
HSB/HSV117°19.72%83.53%
CMYK18.78%0.00%19.72%
16.47%

Color #ADD5AB in popluar number systems.

HEXADD5AB
Decimal173213171
Binary101011011101010110101011
Octal255325253

Shades and tints

Shades of #ADD5AB

#ADD5AB
(173,213,171)
#9EC29C
(158,194,156)
#8FAF8D
(143,175,141)
#809C7E
(128,156,126)
#71896F
(113,137,111)
#627660
(98,118,96)
#536351
(83,99,81)
#445042
(68,80,66)
#353D33
(53,61,51)
#262A24
(38,42,36)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #ADD5AB

#ADD5AB
(173,213,171)
#B4D8B2
(180,216,178)
#BBDBB9
(187,219,185)
#C2DEC0
(194,222,192)
#C9E1C7
(201,225,199)
#D0E4CE
(208,228,206)
#D7E7D5
(215,231,213)
#DEEADC
(222,234,220)
#E5EDE3
(229,237,227)
#ECF0EA
(236,240,234)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD5AB; }

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

This text font color is #ADD5AB.


Background Color

.myBgColor { background-color: #ADD5AB; }

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

This div background color is #ADD5AB.


Border color

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

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

This div border color is #ADD5AB.


Opacity

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

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

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

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

This text has shadow with #ADD5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD5AB on black background.


Color preview on white background

This text has color #ADD5AB on white background.



Black color preview on #ADD5AB background

This text has black color on #ADD5AB background.


White color preview on #ADD5AB background

This text has white color on #ADD5AB background.