COLOR #ADD097

HEX: #ADD097
RGB: (173,208,151)

Color info

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

RGB color model

#ADD097 color RGB value is (173,208,151).

  • red value is 173;
  • green value is 208;
  • blue value is 151.
RGB:
(173,208,151)
(68%,82%,59%)

RGB channels and saturation

R 173 of 255 = 68%
G 208 of 255 = 82%
B 151 of 255 = 59%

173
208
151

R + G + B ~ 70%. #ADD097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 208 + 151 = 532 (100%)
R 173 of 532 ~ 32.52%
G 208 of 532 ~ 39.1%
B 151 of 532 ~ 28.38%

%32.52
%39.1
%28.38

CMYK color model

#ADD097 color CMYK value is (17,0,27,18).

  • cyan value is 16.83%
  • magenta value is 0.00%
  • yellow value is 27.40%
  • key color value is 18.43%
CMYK:
(17,0,27,18)
C17M0Y27K18 
(17%,0%,27%,18%)
(0.17/0.00/0.27/0.18)	

CMYK percentages

%16.83
%0
%27.4
%18.43

Codes

Color #ADD097 in popluar color models

ADD097
RGB173208151
HSL97°37.75%70.39%
HSB/HSV97°27.40%81.57%
CMYK16.83%0.00%27.40%
18.43%

Color #ADD097 in popluar number systems.

HEXADD097
Decimal173208151
Binary101011011101000010010111
Octal255320227

Shades and tints

Shades of #ADD097

#ADD097
(173,208,151)
#9EBE8A
(158,190,138)
#8FAC7D
(143,172,125)
#809A70
(128,154,112)
#718863
(113,136,99)
#627656
(98,118,86)
#536449
(83,100,73)
#44523C
(68,82,60)
#35402F
(53,64,47)
#262E22
(38,46,34)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #ADD097

#ADD097
(173,208,151)
#B4D4A0
(180,212,160)
#BBD8A9
(187,216,169)
#C2DCB2
(194,220,178)
#C9E0BB
(201,224,187)
#D0E4C4
(208,228,196)
#D7E8CD
(215,232,205)
#DEECD6
(222,236,214)
#E5F0DF
(229,240,223)
#ECF4E8
(236,244,232)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD097; }

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

This text font color is #ADD097.


Background Color

.myBgColor { background-color: #ADD097; }

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

This div background color is #ADD097.


Border color

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

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

This div border color is #ADD097.


Opacity

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

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

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

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

This text has shadow with #ADD097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD097 on black background.


Color preview on white background

This text has color #ADD097 on white background.



Black color preview on #ADD097 background

This text has black color on #ADD097 background.


White color preview on #ADD097 background

This text has white color on #ADD097 background.