COLOR #ADD9B3

HEX: #ADD9B3
RGB: (173,217,179)

Color info

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

RGB color model

#ADD9B3 color RGB value is (173,217,179).

  • red value is 173;
  • green value is 217;
  • blue value is 179.
RGB:
(173,217,179)
(68%,85%,70%)

RGB channels and saturation

R 173 of 255 = 68%
G 217 of 255 = 85%
B 179 of 255 = 70%

173
217
179

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

Portions of RGB colors in percentages

R + G + B =
173 + 217 + 179 = 569 (100%)
R 173 of 569 ~ 30.4%
G 217 of 569 ~ 38.14%
B 179 of 569 ~ 31.46%

%30.4
%38.14
%31.46

CMYK color model

#ADD9B3 color CMYK value is (20,0,18,15).

  • cyan value is 20.28%
  • magenta value is 0.00%
  • yellow value is 17.51%
  • key color value is 14.90%
CMYK:
(20,0,18,15)
C20M0Y18K15 
(20%,0%,18%,15%)
(0.20/0.00/0.18/0.15)	

CMYK percentages

%20.28
%0
%17.51
%14.9

Codes

Color #ADD9B3 in popluar color models

ADD9B3
RGB173217179
HSL128°36.67%76.47%
HSB/HSV128°20.28%85.10%
CMYK20.28%0.00%17.51%
14.90%

Color #ADD9B3 in popluar number systems.

HEXADD9B3
Decimal173217179
Binary101011011101100110110011
Octal255331263

Shades and tints

Shades of #ADD9B3

#ADD9B3
(173,217,179)
#9EC6A3
(158,198,163)
#8FB393
(143,179,147)
#80A083
(128,160,131)
#718D73
(113,141,115)
#627A63
(98,122,99)
#536753
(83,103,83)
#445443
(68,84,67)
#354133
(53,65,51)
#262E23
(38,46,35)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #ADD9B3

#ADD9B3
(173,217,179)
#B4DCB9
(180,220,185)
#BBDFBF
(187,223,191)
#C2E2C5
(194,226,197)
#C9E5CB
(201,229,203)
#D0E8D1
(208,232,209)
#D7EBD7
(215,235,215)
#DEEEDD
(222,238,221)
#E5F1E3
(229,241,227)
#ECF4E9
(236,244,233)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD9B3; }

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

This text font color is #ADD9B3.


Background Color

.myBgColor { background-color: #ADD9B3; }

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

This div background color is #ADD9B3.


Border color

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

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

This div border color is #ADD9B3.


Opacity

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

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

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

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

This text has shadow with #ADD9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD9B3 on black background.


Color preview on white background

This text has color #ADD9B3 on white background.



Black color preview on #ADD9B3 background

This text has black color on #ADD9B3 background.


White color preview on #ADD9B3 background

This text has white color on #ADD9B3 background.