COLOR #ADC394

HEX: #ADC394
RGB: (173,195,148)

Color info

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

RGB color model

#ADC394 color RGB value is (173,195,148).

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

RGB channels and saturation

R 173 of 255 = 68%
G 195 of 255 = 76%
B 148 of 255 = 58%

173
195
148

R + G + B ~ 67%. #ADC394 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 195 + 148 = 516 (100%)
R 173 of 516 ~ 33.53%
G 195 of 516 ~ 37.79%
B 148 of 516 ~ 28.68%

%33.53
%37.79
%28.68

CMYK color model

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

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 23.53%
CMYK:
(11,0,24,24)
C11M0Y24K24 
(11%,0%,24%,24%)
(0.11/0.00/0.24/0.24)	

CMYK percentages

%11.28
%0
%24.1
%23.53

Codes

Color #ADC394 in popluar color models

ADC394
RGB173195148
HSL88°28.14%67.25%
HSB/HSV88°24.10%76.47%
CMYK11.28%0.00%24.10%
23.53%

Color #ADC394 in popluar number systems.

HEXADC394
Decimal173195148
Binary101011011100001110010100
Octal255303224

Shades and tints

Shades of #ADC394

#ADC394
(173,195,148)
#9EB287
(158,178,135)
#8FA17A
(143,161,122)
#80906D
(128,144,109)
#717F60
(113,127,96)
#626E53
(98,110,83)
#535D46
(83,93,70)
#444C39
(68,76,57)
#353B2C
(53,59,44)
#262A1F
(38,42,31)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #ADC394

#ADC394
(173,195,148)
#B4C89D
(180,200,157)
#BBCDA6
(187,205,166)
#C2D2AF
(194,210,175)
#C9D7B8
(201,215,184)
#D0DCC1
(208,220,193)
#D7E1CA
(215,225,202)
#DEE6D3
(222,230,211)
#E5EBDC
(229,235,220)
#ECF0E5
(236,240,229)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC394; }

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

This text font color is #ADC394.


Background Color

.myBgColor { background-color: #ADC394; }

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

This div background color is #ADC394.


Border color

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

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

This div border color is #ADC394.


Opacity

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

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

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

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

This text has shadow with #ADC394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC394 on black background.


Color preview on white background

This text has color #ADC394 on white background.



Black color preview on #ADC394 background

This text has black color on #ADC394 background.


White color preview on #ADC394 background

This text has white color on #ADC394 background.