COLOR #ADC189

HEX: #ADC189 RGB: (173,193,137)

Color info

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

RGB color model

#ADC189 color RGB value is (173,193,137).

RGB: (173,193,137) (68%, 76%, 54%)

RGB channels and saturation

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

173
193
137

R + G + B ~ 66%. #ADC189 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 193 + 137 = 503 (100%)
R 173 of 503 ~ 34.39%
G 193 of 503 ~ 38.37%
B 137 of 503 ~ 27.24'%

%34.39
%38.37
%27.24

CMYK color model

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

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 29.02%
  • key color value is 24.31%

CMYK: (10,0,29,24)
C10M0Y29K24 (10%, 0%, 29%, 24%)
(0.10 / 0.00 / 0.29 / 0.24)

CMYK percentages

%10.36
%0
%29.02
%24.31

Codes

Color #ADC189 in popluar color models

AD C1 89
RGB 173 193 137
HSL 81° 31.11% 64.71%
HSB/HSV 81° 29.02% 75.69%
CMYK 10.36% 0.00% 29.02%
24.31%

Color #ADC189 in popluar number systems.

HEX AD C1 89
Decimal 173 193 137
Binary 10101101 11000001 10001001
Octal 255 301 211

Shades and tints

Shades of #ADC189

#ADC189
(173,193,137)
#9EB07D
(158,176,125)
#8F9F71
(143,159,113)
#808E65
(128,142,101)
#717D59
(113,125,89)
#626C4D
(98,108,77)
#535B41
(83,91,65)
#444A35
(68,74,53)
#353929
(53,57,41)
#26281D
(38,40,29)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #ADC189

#ADC189
(173,193,137)
#B4C693
(180,198,147)
#BBCB9D
(187,203,157)
#C2D0A7
(194,208,167)
#C9D5B1
(201,213,177)
#D0DABB
(208,218,187)
#D7DFC5
(215,223,197)
#DEE4CF
(222,228,207)
#E5E9D9
(229,233,217)
#ECEEE3
(236,238,227)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC189; }

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

This text font color is #ADC189.

Background Color

.myBgColor { background-color: #ADC189; }

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

This div background color is #ADC189.

Border color

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

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

This div border color is #ADC189.

Opacity

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

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

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

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

This text has shadow with #ADC189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC189.

Preview

Color preview on black background

This text has color #ADC189 on black background.


Color preview on white background

This text has color #ADC189 on white background.


Black color preview on #ADC189 background

This text has black color on #ADC189 background.


White color preview on #ADC189 background

This text has white color on #ADC189 background.


Related colors

Complementary color

Complementary color for #hex is #523E76.


I love getcolorcode.com

Triadic colors

1 #89ADC1 and #C189AD with #ADC189 are triadic colors.

2 #89C1AD and #C1AD89 with #ADC189 are triadic colors.