COLOR #ADC094

HEX: #ADC094
RGB: (173,192,148)

Color info

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

RGB color model

#ADC094 color RGB value is (173,192,148).

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

RGB channels and saturation

R 173 of 255 = 68%
G 192 of 255 = 75%
B 148 of 255 = 58%

173
192
148

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

Portions of RGB colors in percentages

R + G + B =
173 + 192 + 148 = 513 (100%)
R 173 of 513 ~ 33.72%
G 192 of 513 ~ 37.43%
B 148 of 513 ~ 28.85%

%33.72
%37.43
%28.85

CMYK color model

#ADC094 color CMYK value is (10,0,23,25).

  • cyan value is 9.90%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 24.71%
CMYK:
(10,0,23,25)
C10M0Y23K25 
(10%,0%,23%,25%)
(0.10/0.00/0.23/0.25)	

CMYK percentages

%9.9
%0
%22.92
%24.71

Codes

Color #ADC094 in popluar color models

ADC094
RGB173192148
HSL86°25.88%66.67%
HSB/HSV86°22.92%75.29%
CMYK9.90%0.00%22.92%
24.71%

Color #ADC094 in popluar number systems.

HEXADC094
Decimal173192148
Binary101011011100000010010100
Octal255300224

Shades and tints

Shades of #ADC094

#ADC094
(173,192,148)
#9EAF87
(158,175,135)
#8F9E7A
(143,158,122)
#808D6D
(128,141,109)
#717C60
(113,124,96)
#626B53
(98,107,83)
#535A46
(83,90,70)
#444939
(68,73,57)
#35382C
(53,56,44)
#26271F
(38,39,31)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #ADC094

#ADC094
(173,192,148)
#B4C59D
(180,197,157)
#BBCAA6
(187,202,166)
#C2CFAF
(194,207,175)
#C9D4B8
(201,212,184)
#D0D9C1
(208,217,193)
#D7DECA
(215,222,202)
#DEE3D3
(222,227,211)
#E5E8DC
(229,232,220)
#ECEDE5
(236,237,229)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC094; }

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

This text font color is #ADC094.


Background Color

.myBgColor { background-color: #ADC094; }

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

This div background color is #ADC094.


Border color

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

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

This div border color is #ADC094.


Opacity

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

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

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

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

This text has shadow with #ADC094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC094 on black background.


Color preview on white background

This text has color #ADC094 on white background.



Black color preview on #ADC094 background

This text has black color on #ADC094 background.


White color preview on #ADC094 background

This text has white color on #ADC094 background.