COLOR #ADC6AE

HEX: #ADC6AE
RGB: (173,198,174)

Color info

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

RGB color model

#ADC6AE color RGB value is (173,198,174).

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

RGB channels and saturation

R 173 of 255 = 68%
G 198 of 255 = 78%
B 174 of 255 = 68%

173
198
174

R + G + B ~ 71%. #ADC6AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 198 + 174 = 545 (100%)
R 173 of 545 ~ 31.74%
G 198 of 545 ~ 36.33%
B 174 of 545 ~ 31.93%

%31.74
%36.33
%31.93

CMYK color model

#ADC6AE color CMYK value is (13,0,12,22).

  • cyan value is 12.63%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 22.35%
CMYK:
(13,0,12,22)
C13M0Y12K22 
(13%,0%,12%,22%)
(0.13/0.00/0.12/0.22)	

CMYK percentages

%12.63
%0
%12.12
%22.35

Codes

Color #ADC6AE in popluar color models

ADC6AE
RGB173198174
HSL122°17.99%72.75%
HSB/HSV122°12.63%77.65%
CMYK12.63%0.00%12.12%
22.35%

Color #ADC6AE in popluar number systems.

HEXADC6AE
Decimal173198174
Binary101011011100011010101110
Octal255306256

Shades and tints

Shades of #ADC6AE

#ADC6AE
(173,198,174)
#9EB49F
(158,180,159)
#8FA290
(143,162,144)
#809081
(128,144,129)
#717E72
(113,126,114)
#626C63
(98,108,99)
#535A54
(83,90,84)
#444845
(68,72,69)
#353636
(53,54,54)
#262427
(38,36,39)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #ADC6AE

#ADC6AE
(173,198,174)
#B4CBB5
(180,203,181)
#BBD0BC
(187,208,188)
#C2D5C3
(194,213,195)
#C9DACA
(201,218,202)
#D0DFD1
(208,223,209)
#D7E4D8
(215,228,216)
#DEE9DF
(222,233,223)
#E5EEE6
(229,238,230)
#ECF3ED
(236,243,237)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC6AE; }

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

This text font color is #ADC6AE.


Background Color

.myBgColor { background-color: #ADC6AE; }

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

This div background color is #ADC6AE.


Border color

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

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

This div border color is #ADC6AE.


Opacity

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

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

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

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

This text has shadow with #ADC6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC6AE on black background.


Color preview on white background

This text has color #ADC6AE on white background.



Black color preview on #ADC6AE background

This text has black color on #ADC6AE background.


White color preview on #ADC6AE background

This text has white color on #ADC6AE background.