COLOR #ADCA93

HEX: #ADCA93 RGB: (173,202,147)

Color info

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

RGB color model

#ADCA93 color RGB value is (173,202,147).

RGB: (173,202,147) (68%, 79%, 58%)

RGB channels and saturation

R 173 of 255 = 68%
G 202 of 255 = 79%
B 147 of 255 = 58%

173
202
147

R + G + B ~ 68%. #ADCA93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 202 + 147 = 522 (100%)
R 173 of 522 ~ 33.14%
G 202 of 522 ~ 38.7%
B 147 of 522 ~ 28.16'%

%33.14
%38.7
%28.16

CMYK color model

#ADCA93 color CMYK value is (14,0,27,21).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 20.78%

CMYK: (14,0,27,21)
C14M0Y27K21 (14%, 0%, 27%, 21%)
(0.14 / 0.00 / 0.27 / 0.21)

CMYK percentages

%14.36
%0
%27.23
%20.78

Codes

Color #ADCA93 in popluar color models

AD CA 93
RGB 173 202 147
HSL 92° 34.16% 68.43%
HSB/HSV 92° 27.23% 79.22%
CMYK 14.36% 0.00% 27.23%
20.78%

Color #ADCA93 in popluar number systems.

HEX AD CA 93
Decimal 173 202 147
Binary 10101101 11001010 10010011
Octal 255 312 223

Shades and tints

Shades of #ADCA93

#ADCA93
(173,202,147)
#9EB886
(158,184,134)
#8FA679
(143,166,121)
#80946C
(128,148,108)
#71825F
(113,130,95)
#627052
(98,112,82)
#535E45
(83,94,69)
#444C38
(68,76,56)
#353A2B
(53,58,43)
#26281E
(38,40,30)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #ADCA93

#ADCA93
(173,202,147)
#B4CE9C
(180,206,156)
#BBD2A5
(187,210,165)
#C2D6AE
(194,214,174)
#C9DAB7
(201,218,183)
#D0DEC0
(208,222,192)
#D7E2C9
(215,226,201)
#DEE6D2
(222,230,210)
#E5EADB
(229,234,219)
#ECEEE4
(236,238,228)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCA93; }

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

This text font color is #ADCA93.

Background Color

.myBgColor { background-color: #ADCA93; }

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

This div background color is #ADCA93.

Border color

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

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

This div border color is #ADCA93.

Opacity

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

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

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

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

This text has shadow with #ADCA93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCA93.

Preview

Color preview on black background

This text has color #ADCA93 on black background.


Color preview on white background

This text has color #ADCA93 on white background.


Black color preview on #ADCA93 background

This text has black color on #ADCA93 background.


White color preview on #ADCA93 background

This text has white color on #ADCA93 background.


Related colors

Complementary color

Complementary color for #hex is #52356C.


I love getcolorcode.com

Triadic colors

1 #93ADCA and #CA93AD with #ADCA93 are triadic colors.

2 #93CAAD and #CAAD93 with #ADCA93 are triadic colors.