COLOR #ADC1AD

HEX: #ADC1AD
RGB: (173,193,173)

Color info

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

RGB color model

#ADC1AD color RGB value is (173,193,173).

  • red value is 173;
  • green value is 193;
  • blue value is 173.
RGB:
(173,193,173)
(68%,76%,68%)

RGB channels and saturation

R 173 of 255 = 68%
G 193 of 255 = 76%
B 173 of 255 = 68%

173
193
173

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

Portions of RGB colors in percentages

R + G + B =
173 + 193 + 173 = 539 (100%)
R 173 of 539 ~ 32.1%
G 193 of 539 ~ 35.81%
B 173 of 539 ~ 32.1%

%32.1
%35.81
%32.1

CMYK color model

#ADC1AD color CMYK value is (10,0,10,24).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 24.31%
CMYK:
(10,0,10,24)
C10M0Y10K24 
(10%,0%,10%,24%)
(0.10/0.00/0.10/0.24)	

CMYK percentages

%10.36
%0
%10.36
%24.31

Codes

Color #ADC1AD in popluar color models

ADC1AD
RGB173193173
HSL120°13.89%71.76%
HSB/HSV120°10.36%75.69%
CMYK10.36%0.00%10.36%
24.31%

Color #ADC1AD in popluar number systems.

HEXADC1AD
Decimal173193173
Binary101011011100000110101101
Octal255301255

Shades and tints

Shades of #ADC1AD

#ADC1AD
(173,193,173)
#9EB09E
(158,176,158)
#8F9F8F
(143,159,143)
#808E80
(128,142,128)
#717D71
(113,125,113)
#626C62
(98,108,98)
#535B53
(83,91,83)
#444A44
(68,74,68)
#353935
(53,57,53)
#262826
(38,40,38)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #ADC1AD

#ADC1AD
(173,193,173)
#B4C6B4
(180,198,180)
#BBCBBB
(187,203,187)
#C2D0C2
(194,208,194)
#C9D5C9
(201,213,201)
#D0DAD0
(208,218,208)
#D7DFD7
(215,223,215)
#DEE4DE
(222,228,222)
#E5E9E5
(229,233,229)
#ECEEEC
(236,238,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC1AD; }

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

This text font color is #ADC1AD.


Background Color

.myBgColor { background-color: #ADC1AD; }

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

This div background color is #ADC1AD.


Border color

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

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

This div border color is #ADC1AD.


Opacity

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

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

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

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

This text has shadow with #ADC1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC1AD on black background.


Color preview on white background

This text has color #ADC1AD on white background.



Black color preview on #ADC1AD background

This text has black color on #ADC1AD background.


White color preview on #ADC1AD background

This text has white color on #ADC1AD background.