COLOR #ADCE96

HEX: #ADCE96 RGB: (173,206,150)

Color info

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

RGB color model

#ADCE96 color RGB value is (173,206,150).

RGB: (173,206,150) (68%, 81%, 59%)

RGB channels and saturation

R 173 of 255 = 68%
G 206 of 255 = 81%
B 150 of 255 = 59%

173
206
150

R + G + B ~ 69%. #ADCE96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 206 + 150 = 529 (100%)
R 173 of 529 ~ 32.7%
G 206 of 529 ~ 38.94%
B 150 of 529 ~ 28.36'%

%32.7
%38.94
%28.36

CMYK color model

#ADCE96 color CMYK value is (16,0,27,19).

  • cyan value is 16.02%
  • magenta value is 0.00%
  • yellow value is 27.18%
  • key color value is 19.22%
CMYK: (16,0,27,19) C16M0Y27K19 (16%,0%,27%,19%) (0.16/0.00/0.27/0.19) 

CMYK percentages

%16.02
%0
%27.18
%19.22

Codes

Color #ADCE96 in popluar color models

AD CE 96
RGB 173 206 150
HSL 95° 36.36% 69.80%
HSB/HSV 95° 27.18% 80.78%
CMYK 16.02% 0.00% 27.18%
19.22%

Color #ADCE96 in popluar number systems.

HEX AD CE 96
Decimal 173 206 150
Binary 10101101 11001110 10010110
Octal 255 316 226

Shades and tints

Shades of #ADCE96

#ADCE96
(173,206,150)
#9EBC89
(158,188,137)
#8FAA7C
(143,170,124)
#80986F
(128,152,111)
#718662
(113,134,98)
#627455
(98,116,85)
#536248
(83,98,72)
#44503B
(68,80,59)
#353E2E
(53,62,46)
#262C21
(38,44,33)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #ADCE96

#ADCE96
(173,206,150)
#B4D29F
(180,210,159)
#BBD6A8
(187,214,168)
#C2DAB1
(194,218,177)
#C9DEBA
(201,222,186)
#D0E2C3
(208,226,195)
#D7E6CC
(215,230,204)
#DEEAD5
(222,234,213)
#E5EEDE
(229,238,222)
#ECF2E7
(236,242,231)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCE96; }

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

This text font color is #ADCE96.

Background Color

.myBgColor { background-color: #ADCE96; }

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

This div background color is #ADCE96.

Border color

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

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

This div border color is #ADCE96.

Opacity

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

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

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

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

This text has shadow with #ADCE96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCE96.

Preview

Color preview on black background

This text has color #ADCE96 on black background.


Color preview on white background

This text has color #ADCE96 on white background.


Black color preview on #ADCE96 background

This text has black color on #ADCE96 background.


White color preview on #ADCE96 background

This text has white color on #ADCE96 background.


Related colors

Complementary color

Complementary color for #hex is #523169.


I love getcolorcode.com

Triadic colors

1 #96ADCE and #CE96AD with #ADCE96 are triadic colors.

2 #96CEAD and #CEAD96 with #ADCE96 are triadic colors.