COLOR #ADC5AE

HEX: #ADC5AE RGB: (173,197,174)

Color info

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

RGB color model

#ADC5AE color RGB value is (173,197,174).

RGB: (173,197,174) (68%, 77%, 68%)

RGB channels and saturation

R 173 of 255 = 68%
G 197 of 255 = 77%
B 174 of 255 = 68%

173
197
174

R + G + B ~ 71%. #ADC5AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 197 + 174 = 544 (100%)
R 173 of 544 ~ 31.8%
G 197 of 544 ~ 36.21%
B 174 of 544 ~ 31.99'%

%31.8
%36.21
%31.99

CMYK color model

#ADC5AE color CMYK value is (12,0,12,23).

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 22.75%

CMYK: (12,0,12,23)
C12M0Y12K23 (12%, 0%, 12%, 23%)
(0.12 / 0.00 / 0.12 / 0.23)

CMYK percentages

%12.18
%0
%11.68
%22.75

Codes

Color #ADC5AE in popluar color models

AD C5 AE
RGB 173 197 174
HSL 123° 17.14% 72.55%
HSB/HSV 123° 12.18% 77.25%
CMYK 12.18% 0.00% 11.68%
22.75%

Color #ADC5AE in popluar number systems.

HEX AD C5 AE
Decimal 173 197 174
Binary 10101101 11000101 10101110
Octal 255 305 256

Shades and tints

Shades of #ADC5AE

#ADC5AE
(173,197,174)
#9EB49F
(158,180,159)
#8FA390
(143,163,144)
#809281
(128,146,129)
#718172
(113,129,114)
#627063
(98,112,99)
#535F54
(83,95,84)
#444E45
(68,78,69)
#353D36
(53,61,54)
#262C27
(38,44,39)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #ADC5AE

#ADC5AE
(173,197,174)
#B4CAB5
(180,202,181)
#BBCFBC
(187,207,188)
#C2D4C3
(194,212,195)
#C9D9CA
(201,217,202)
#D0DED1
(208,222,209)
#D7E3D8
(215,227,216)
#DEE8DF
(222,232,223)
#E5EDE6
(229,237,230)
#ECF2ED
(236,242,237)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC5AE color. Also use rgb(173,197,174) instead hex code.

Text Font Color

.myTextColor { color: #ADC5AE; }

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

This text font color is #ADC5AE.

Background Color

.myBgColor { background-color: #ADC5AE; }

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

This div background color is #ADC5AE.

Border color

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

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

This div border color is #ADC5AE.

Opacity

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

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

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

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

This text has shadow with #ADC5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC5AE.

Preview

Color preview on black background

This text has color #ADC5AE on black background.


Color preview on white background

This text has color #ADC5AE on white background.


Black color preview on #ADC5AE background

This text has black color on #ADC5AE background.


White color preview on #ADC5AE background

This text has white color on #ADC5AE background.


Related colors

Complementary color

Complementary color for #hex is #523A51.


I love getcolorcode.com

Triadic colors

1 #AEADC5 and #C5AEAD with #ADC5AE are triadic colors.

2 #AEC5AD and #C5ADAE with #ADC5AE are triadic colors.