COLOR #ADC9AE

HEX: #ADC9AE
RGB: (173,201,174)

Color info

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

RGB color model

#ADC9AE color RGB value is (173,201,174).

  • red value is 173;
  • green value is 201;
  • blue value is 174.
RGB:
(173,201,174)
(68%,79%,68%)

RGB channels and saturation

R 173 of 255 = 68%
G 201 of 255 = 79%
B 174 of 255 = 68%

173
201
174

R + G + B ~ 72%. #ADC9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 201 + 174 = 548 (100%)
R 173 of 548 ~ 31.57%
G 201 of 548 ~ 36.68%
B 174 of 548 ~ 31.75%

%31.57
%36.68
%31.75

CMYK color model

#ADC9AE color CMYK value is (14,0,13,21).

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK:
(14,0,13,21)
C14M0Y13K21 
(14%,0%,13%,21%)
(0.14/0.00/0.13/0.21)	

CMYK percentages

%13.93
%0
%13.43
%21.18

Codes

Color #ADC9AE in popluar color models

ADC9AE
RGB173201174
HSL122°20.59%73.33%
HSB/HSV122°13.93%78.82%
CMYK13.93%0.00%13.43%
21.18%

Color #ADC9AE in popluar number systems.

HEXADC9AE
Decimal173201174
Binary101011011100100110101110
Octal255311256

Shades and tints

Shades of #ADC9AE

#ADC9AE
(173,201,174)
#9EB79F
(158,183,159)
#8FA590
(143,165,144)
#809381
(128,147,129)
#718172
(113,129,114)
#626F63
(98,111,99)
#535D54
(83,93,84)
#444B45
(68,75,69)
#353936
(53,57,54)
#262727
(38,39,39)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #ADC9AE

#ADC9AE
(173,201,174)
#B4CDB5
(180,205,181)
#BBD1BC
(187,209,188)
#C2D5C3
(194,213,195)
#C9D9CA
(201,217,202)
#D0DDD1
(208,221,209)
#D7E1D8
(215,225,216)
#DEE5DF
(222,229,223)
#E5E9E6
(229,233,230)
#ECEDED
(236,237,237)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC9AE color. Also use rgb(173,201,174) instead hex code.

Text Font Color

.myTextColor { color: #ADC9AE; }

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

This text font color is #ADC9AE.


Background Color

.myBgColor { background-color: #ADC9AE; }

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

This div background color is #ADC9AE.


Border color

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

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

This div border color is #ADC9AE.


Opacity

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

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

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

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

This text has shadow with #ADC9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC9AE on black background.


Color preview on white background

This text has color #ADC9AE on white background.



Black color preview on #ADC9AE background

This text has black color on #ADC9AE background.


White color preview on #ADC9AE background

This text has white color on #ADC9AE background.