COLOR #ADCE9D

HEX: #ADCE9D
RGB: (173,206,157)

Color info

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

RGB color model

#ADCE9D color RGB value is (173,206,157).

  • red value is 173;
  • green value is 206;
  • blue value is 157.
RGB:
(173,206,157)
(68%,81%,62%)

RGB channels and saturation

R 173 of 255 = 68%
G 206 of 255 = 81%
B 157 of 255 = 62%

173
206
157

R + G + B ~ 70%. #ADCE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 206 + 157 = 536 (100%)
R 173 of 536 ~ 32.28%
G 206 of 536 ~ 38.43%
B 157 of 536 ~ 29.29%

%32.28
%38.43
%29.29

CMYK color model

#ADCE9D color CMYK value is (16,0,24,19).

  • cyan value is 16.02%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 19.22%
CMYK:
(16,0,24,19)
C16M0Y24K19 
(16%,0%,24%,19%)
(0.16/0.00/0.24/0.19)	

CMYK percentages

%16.02
%0
%23.79
%19.22

Codes

Color #ADCE9D in popluar color models

ADCE9D
RGB173206157
HSL100°33.33%71.18%
HSB/HSV100°23.79%80.78%
CMYK16.02%0.00%23.79%
19.22%

Color #ADCE9D in popluar number systems.

HEXADCE9D
Decimal173206157
Binary101011011100111010011101
Octal255316235

Shades and tints

Shades of #ADCE9D

#ADCE9D
(173,206,157)
#9EBC8F
(158,188,143)
#8FAA81
(143,170,129)
#809873
(128,152,115)
#718665
(113,134,101)
#627457
(98,116,87)
#536249
(83,98,73)
#44503B
(68,80,59)
#353E2D
(53,62,45)
#262C1F
(38,44,31)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #ADCE9D

#ADCE9D
(173,206,157)
#B4D2A5
(180,210,165)
#BBD6AD
(187,214,173)
#C2DAB5
(194,218,181)
#C9DEBD
(201,222,189)
#D0E2C5
(208,226,197)
#D7E6CD
(215,230,205)
#DEEAD5
(222,234,213)
#E5EEDD
(229,238,221)
#ECF2E5
(236,242,229)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCE9D; }

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

This text font color is #ADCE9D.


Background Color

.myBgColor { background-color: #ADCE9D; }

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

This div background color is #ADCE9D.


Border color

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

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

This div border color is #ADCE9D.


Opacity

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

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

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

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

This text has shadow with #ADCE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCE9D on black background.


Color preview on white background

This text has color #ADCE9D on white background.



Black color preview on #ADCE9D background

This text has black color on #ADCE9D background.


White color preview on #ADCE9D background

This text has white color on #ADCE9D background.