COLOR #ADCC9F

HEX: #ADCC9F
RGB: (173,204,159)

Color info

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

RGB color model

#ADCC9F color RGB value is (173,204,159).

  • red value is 173;
  • green value is 204;
  • blue value is 159.
RGB:
(173,204,159)
(68%,80%,62%)

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 159 of 255 = 62%

173
204
159

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

Portions of RGB colors in percentages

R + G + B =
173 + 204 + 159 = 536 (100%)
R 173 of 536 ~ 32.28%
G 204 of 536 ~ 38.06%
B 159 of 536 ~ 29.66%

%32.28
%38.06
%29.66

CMYK color model

#ADCC9F color CMYK value is (15,0,22,20).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 20.00%
CMYK:
(15,0,22,20)
C15M0Y22K20 
(15%,0%,22%,20%)
(0.15/0.00/0.22/0.20)	

CMYK percentages

%15.2
%0
%22.06
%20

Codes

Color #ADCC9F in popluar color models

ADCC9F
RGB173204159
HSL101°30.61%71.18%
HSB/HSV101°22.06%80.00%
CMYK15.20%0.00%22.06%
20.00%

Color #ADCC9F in popluar number systems.

HEXADCC9F
Decimal173204159
Binary101011011100110010011111
Octal255314237

Shades and tints

Shades of #ADCC9F

#ADCC9F
(173,204,159)
#9EBA91
(158,186,145)
#8FA883
(143,168,131)
#809675
(128,150,117)
#718467
(113,132,103)
#627259
(98,114,89)
#53604B
(83,96,75)
#444E3D
(68,78,61)
#353C2F
(53,60,47)
#262A21
(38,42,33)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #ADCC9F

#ADCC9F
(173,204,159)
#B4D0A7
(180,208,167)
#BBD4AF
(187,212,175)
#C2D8B7
(194,216,183)
#C9DCBF
(201,220,191)
#D0E0C7
(208,224,199)
#D7E4CF
(215,228,207)
#DEE8D7
(222,232,215)
#E5ECDF
(229,236,223)
#ECF0E7
(236,240,231)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCC9F; }

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

This text font color is #ADCC9F.


Background Color

.myBgColor { background-color: #ADCC9F; }

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

This div background color is #ADCC9F.


Border color

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

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

This div border color is #ADCC9F.


Opacity

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

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

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

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

This text has shadow with #ADCC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCC9F on black background.


Color preview on white background

This text has color #ADCC9F on white background.



Black color preview on #ADCC9F background

This text has black color on #ADCC9F background.


White color preview on #ADCC9F background

This text has white color on #ADCC9F background.