COLOR #ADC096

HEX: #ADC096 RGB: (173,192,150)

Color info

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

RGB color model

#ADC096 color RGB value is (173,192,150).

RGB: (173,192,150) (68%, 75%, 59%)

RGB channels and saturation

R 173 of 255 = 68%
G 192 of 255 = 75%
B 150 of 255 = 59%

173
192
150

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

Portions of RGB colors in percentages

R + G + B = 173 + 192 + 150 = 515 (100%)
R 173 of 515 ~ 33.59%
G 192 of 515 ~ 37.28%
B 150 of 515 ~ 29.13'%

%33.59
%37.28
%29.13

CMYK color model

#ADC096 color CMYK value is (10,0,22,25).

  • cyan value is 9.90%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 24.71%

CMYK: (10,0,22,25)
C10M0Y22K25 (10%, 0%, 22%, 25%)
(0.10 / 0.00 / 0.22 / 0.25)

CMYK percentages

%9.9
%0
%21.88
%24.71

Codes

Color #ADC096 in popluar color models

AD C0 96
RGB 173 192 150
HSL 87° 25.00% 67.06%
HSB/HSV 87° 21.88% 75.29%
CMYK 9.90% 0.00% 21.88%
24.71%

Color #ADC096 in popluar number systems.

HEX AD C0 96
Decimal 173 192 150
Binary 10101101 11000000 10010110
Octal 255 300 226

Shades and tints

Shades of #ADC096

#ADC096
(173,192,150)
#9EAF89
(158,175,137)
#8F9E7C
(143,158,124)
#808D6F
(128,141,111)
#717C62
(113,124,98)
#626B55
(98,107,85)
#535A48
(83,90,72)
#44493B
(68,73,59)
#35382E
(53,56,46)
#262721
(38,39,33)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #ADC096

#ADC096
(173,192,150)
#B4C59F
(180,197,159)
#BBCAA8
(187,202,168)
#C2CFB1
(194,207,177)
#C9D4BA
(201,212,186)
#D0D9C3
(208,217,195)
#D7DECC
(215,222,204)
#DEE3D5
(222,227,213)
#E5E8DE
(229,232,222)
#ECEDE7
(236,237,231)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC096; }

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

This text font color is #ADC096.

Background Color

.myBgColor { background-color: #ADC096; }

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

This div background color is #ADC096.

Border color

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

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

This div border color is #ADC096.

Opacity

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

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

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

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

This text has shadow with #ADC096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC096.

Preview

Color preview on black background

This text has color #ADC096 on black background.


Color preview on white background

This text has color #ADC096 on white background.


Black color preview on #ADC096 background

This text has black color on #ADC096 background.


White color preview on #ADC096 background

This text has white color on #ADC096 background.


Related colors

Complementary color

Complementary color for #hex is #523F69.


I love getcolorcode.com

Triadic colors

1 #96ADC0 and #C096AD with #ADC096 are triadic colors.

2 #96C0AD and #C0AD96 with #ADC096 are triadic colors.