COLOR #ADCD83

HEX: #ADCD83 RGB: (173,205,131)

Color info

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

RGB color model

#ADCD83 color RGB value is (173,205,131).

RGB: (173,205,131) (68%, 80%, 51%)

RGB channels and saturation

R 173 of 255 = 68%
G 205 of 255 = 80%
B 131 of 255 = 51%

173
205
131

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

Portions of RGB colors in percentages

R + G + B = 173 + 205 + 131 = 509 (100%)
R 173 of 509 ~ 33.99%
G 205 of 509 ~ 40.28%
B 131 of 509 ~ 25.74'%

%33.99
%40.28
%25.74

CMYK color model

#ADCD83 color CMYK value is (16,0,36,20).

  • cyan value is 15.61%
  • magenta value is 0.00%
  • yellow value is 36.10%
  • key color value is 19.61%

CMYK: (16,0,36,20)
C16M0Y36K20 (16%, 0%, 36%, 20%)
(0.16 / 0.00 / 0.36 / 0.20)

CMYK percentages

%15.61
%0
%36.1
%19.61

Codes

Color #ADCD83 in popluar color models

AD CD 83
RGB 173 205 131
HSL 86° 42.53% 65.88%
HSB/HSV 86° 36.10% 80.39%
CMYK 15.61% 0.00% 36.10%
19.61%

Color #ADCD83 in popluar number systems.

HEX AD CD 83
Decimal 173 205 131
Binary 10101101 11001101 10000011
Octal 255 315 203

Shades and tints

Shades of #ADCD83

#ADCD83
(173,205,131)
#9EBB78
(158,187,120)
#8FA96D
(143,169,109)
#809762
(128,151,98)
#718557
(113,133,87)
#62734C
(98,115,76)
#536141
(83,97,65)
#444F36
(68,79,54)
#353D2B
(53,61,43)
#262B20
(38,43,32)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #ADCD83

#ADCD83
(173,205,131)
#B4D18E
(180,209,142)
#BBD599
(187,213,153)
#C2D9A4
(194,217,164)
#C9DDAF
(201,221,175)
#D0E1BA
(208,225,186)
#D7E5C5
(215,229,197)
#DEE9D0
(222,233,208)
#E5EDDB
(229,237,219)
#ECF1E6
(236,241,230)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCD83; }

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

This text font color is #ADCD83.

Background Color

.myBgColor { background-color: #ADCD83; }

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

This div background color is #ADCD83.

Border color

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

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

This div border color is #ADCD83.

Opacity

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

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

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

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

This text has shadow with #ADCD83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCD83.

Preview

Color preview on black background

This text has color #ADCD83 on black background.


Color preview on white background

This text has color #ADCD83 on white background.


Black color preview on #ADCD83 background

This text has black color on #ADCD83 background.


White color preview on #ADCD83 background

This text has white color on #ADCD83 background.


Related colors

Complementary color

Complementary color for #hex is #52327C.


I love getcolorcode.com

Triadic colors

1 #83ADCD and #CD83AD with #ADCD83 are triadic colors.

2 #83CDAD and #CDAD83 with #ADCD83 are triadic colors.