COLOR #ADCCAA

HEX: #ADCCAA
RGB: (173,204,170)

Color info

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

RGB color model

#ADCCAA color RGB value is (173,204,170).

  • red value is 173;
  • green value is 204;
  • blue value is 170.
RGB:
(173,204,170)
(68%,80%,67%)

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 170 of 255 = 67%

173
204
170

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

Portions of RGB colors in percentages

R + G + B =
173 + 204 + 170 = 547 (100%)
R 173 of 547 ~ 31.63%
G 204 of 547 ~ 37.29%
B 170 of 547 ~ 31.08%

%31.63
%37.29
%31.08

CMYK color model

#ADCCAA color CMYK value is (15,0,17,20).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 20.00%
CMYK:
(15,0,17,20)
C15M0Y17K20 
(15%,0%,17%,20%)
(0.15/0.00/0.17/0.20)	

CMYK percentages

%15.2
%0
%16.67
%20

Codes

Color #ADCCAA in popluar color models

ADCCAA
RGB173204170
HSL115°25.00%73.33%
HSB/HSV115°16.67%80.00%
CMYK15.20%0.00%16.67%
20.00%

Color #ADCCAA in popluar number systems.

HEXADCCAA
Decimal173204170
Binary101011011100110010101010
Octal255314252

Shades and tints

Shades of #ADCCAA

#ADCCAA
(173,204,170)
#9EBA9B
(158,186,155)
#8FA88C
(143,168,140)
#80967D
(128,150,125)
#71846E
(113,132,110)
#62725F
(98,114,95)
#536050
(83,96,80)
#444E41
(68,78,65)
#353C32
(53,60,50)
#262A23
(38,42,35)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #ADCCAA

#ADCCAA
(173,204,170)
#B4D0B1
(180,208,177)
#BBD4B8
(187,212,184)
#C2D8BF
(194,216,191)
#C9DCC6
(201,220,198)
#D0E0CD
(208,224,205)
#D7E4D4
(215,228,212)
#DEE8DB
(222,232,219)
#E5ECE2
(229,236,226)
#ECF0E9
(236,240,233)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCCAA; }

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

This text font color is #ADCCAA.


Background Color

.myBgColor { background-color: #ADCCAA; }

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

This div background color is #ADCCAA.


Border color

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

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

This div border color is #ADCCAA.


Opacity

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

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

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

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

This text has shadow with #ADCCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCCAA on black background.


Color preview on white background

This text has color #ADCCAA on white background.



Black color preview on #ADCCAA background

This text has black color on #ADCCAA background.


White color preview on #ADCCAA background

This text has white color on #ADCCAA background.