COLOR #ADC382

HEX: #ADC382
RGB: (173,195,130)

Color info

#ADC382 contains mainly red and green colors. Web safe color of #ADC382 is #99CC99 (or #9C9).

RGB color model

#ADC382 color RGB value is (173,195,130).

  • red value is 173;
  • green value is 195;
  • blue value is 130.
RGB:
(173,195,130)
(68%,76%,51%)

RGB channels and saturation

R 173 of 255 = 68%
G 195 of 255 = 76%
B 130 of 255 = 51%

173
195
130

R + G + B ~ 65%. #ADC382 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 195 + 130 = 498 (100%)
R 173 of 498 ~ 34.74%
G 195 of 498 ~ 39.16%
B 130 of 498 ~ 26.1%

%34.74
%39.16
%26.1

CMYK color model

#ADC382 color CMYK value is (11,0,33,24).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 23.53%
CMYK:
(11,0,33,24)
C11M0Y33K24 
(11%,0%,33%,24%)
(0.11/0.00/0.33/0.24)	

CMYK percentages

%11.28
%0
%33.33
%23.53

Codes

Color #ADC382 in popluar color models

ADC382
RGB173195130
HSL80°35.14%63.73%
HSB/HSV80°33.33%76.47%
CMYK11.28%0.00%33.33%
23.53%

Color #ADC382 in popluar number systems.

HEXADC382
Decimal173195130
Binary101011011100001110000010
Octal255303202

Shades and tints

Shades of #ADC382

#ADC382
(173,195,130)
#9EB277
(158,178,119)
#8FA16C
(143,161,108)
#809061
(128,144,97)
#717F56
(113,127,86)
#626E4B
(98,110,75)
#535D40
(83,93,64)
#444C35
(68,76,53)
#353B2A
(53,59,42)
#262A1F
(38,42,31)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #ADC382

#ADC382
(173,195,130)
#B4C88D
(180,200,141)
#BBCD98
(187,205,152)
#C2D2A3
(194,210,163)
#C9D7AE
(201,215,174)
#D0DCB9
(208,220,185)
#D7E1C4
(215,225,196)
#DEE6CF
(222,230,207)
#E5EBDA
(229,235,218)
#ECF0E5
(236,240,229)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC382 color. Also use rgb(173,195,130) instead hex code.

Text Font Color

.myTextColor { color: #ADC382; }

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

This text font color is #ADC382.


Background Color

.myBgColor { background-color: #ADC382; }

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

This div background color is #ADC382.


Border color

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

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

This div border color is #ADC382.


Opacity

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

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

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

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

This text has shadow with #ADC382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC382 on black background.


Color preview on white background

This text has color #ADC382 on white background.



Black color preview on #ADC382 background

This text has black color on #ADC382 background.


White color preview on #ADC382 background

This text has white color on #ADC382 background.