COLOR #ADCC8A

HEX: #ADCC8A RGB: (173,204,138)

Color info

#ADCC8A contains mainly red and green colors. Web safe color of #ADCC8A is #99CC99 (or #9C9).

RGB color model

#ADCC8A color RGB value is (173,204,138).

RGB: (173,204,138) (68%, 80%, 54%)

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 138 of 255 = 54%

173
204
138

R + G + B ~ 67%. #ADCC8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 204 + 138 = 515 (100%)
R 173 of 515 ~ 33.59%
G 204 of 515 ~ 39.61%
B 138 of 515 ~ 26.8'%

%33.59
%39.61
%26.8

CMYK color model

#ADCC8A color CMYK value is (15,0,32,20).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 20.00%
CMYK: (15,0,32,20) C15M0Y32K20 (15%,0%,32%,20%) (0.15/0.00/0.32/0.20) 

CMYK percentages

%15.2
%0
%32.35
%20

Codes

Color #ADCC8A in popluar color models

AD CC 8A
RGB 173 204 138
HSL 88° 39.29% 67.06%
HSB/HSV 88° 32.35% 80.00%
CMYK 15.20% 0.00% 32.35%
20.00%

Color #ADCC8A in popluar number systems.

HEX AD CC 8A
Decimal 173 204 138
Binary 10101101 11001100 10001010
Octal 255 314 212

Shades and tints

Shades of #ADCC8A

#ADCC8A
(173,204,138)
#9EBA7E
(158,186,126)
#8FA872
(143,168,114)
#809666
(128,150,102)
#71845A
(113,132,90)
#62724E
(98,114,78)
#536042
(83,96,66)
#444E36
(68,78,54)
#353C2A
(53,60,42)
#262A1E
(38,42,30)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #ADCC8A

#ADCC8A
(173,204,138)
#B4D094
(180,208,148)
#BBD49E
(187,212,158)
#C2D8A8
(194,216,168)
#C9DCB2
(201,220,178)
#D0E0BC
(208,224,188)
#D7E4C6
(215,228,198)
#DEE8D0
(222,232,208)
#E5ECDA
(229,236,218)
#ECF0E4
(236,240,228)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCC8A; }

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

This text font color is #ADCC8A.

Background Color

.myBgColor { background-color: #ADCC8A; }

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

This div background color is #ADCC8A.

Border color

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

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

This div border color is #ADCC8A.

Opacity

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

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

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

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

This text has shadow with #ADCC8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCC8A.

Preview

Color preview on black background

This text has color #ADCC8A on black background.


Color preview on white background

This text has color #ADCC8A on white background.


Black color preview on #ADCC8A background

This text has black color on #ADCC8A background.


White color preview on #ADCC8A background

This text has white color on #ADCC8A background.


Related colors

Complementary color

Complementary color for #hex is #523375.


I love getcolorcode.com

Triadic colors

1 #8AADCC and #CC8AAD with #ADCC8A are triadic colors.

2 #8ACCAD and #CCAD8A with #ADCC8A are triadic colors.