COLOR #ADC2AE

HEX: #ADC2AE RGB: (173,194,174)

Color info

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

RGB color model

#ADC2AE color RGB value is (173,194,174).

RGB: (173,194,174) (68%, 76%, 68%)

RGB channels and saturation

R 173 of 255 = 68%
G 194 of 255 = 76%
B 174 of 255 = 68%

173
194
174

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

Portions of RGB colors in percentages

R + G + B = 173 + 194 + 174 = 541 (100%)
R 173 of 541 ~ 31.98%
G 194 of 541 ~ 35.86%
B 174 of 541 ~ 32.16'%

%31.98
%35.86
%32.16

CMYK color model

#ADC2AE color CMYK value is (11,0,10,24).

  • cyan value is 10.82%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 23.92%
CMYK: (11,0,10,24) C11M0Y10K24 (11%,0%,10%,24%) (0.11/0.00/0.10/0.24) 

CMYK percentages

%10.82
%0
%10.31
%23.92

Codes

Color #ADC2AE in popluar color models

AD C2 AE
RGB 173 194 174
HSL 123° 14.69% 71.96%
HSB/HSV 123° 10.82% 76.08%
CMYK 10.82% 0.00% 10.31%
23.92%

Color #ADC2AE in popluar number systems.

HEX AD C2 AE
Decimal 173 194 174
Binary 10101101 11000010 10101110
Octal 255 302 256

Shades and tints

Shades of #ADC2AE

#ADC2AE
(173,194,174)
#9EB19F
(158,177,159)
#8FA090
(143,160,144)
#808F81
(128,143,129)
#717E72
(113,126,114)
#626D63
(98,109,99)
#535C54
(83,92,84)
#444B45
(68,75,69)
#353A36
(53,58,54)
#262927
(38,41,39)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADC2AE

#ADC2AE
(173,194,174)
#B4C7B5
(180,199,181)
#BBCCBC
(187,204,188)
#C2D1C3
(194,209,195)
#C9D6CA
(201,214,202)
#D0DBD1
(208,219,209)
#D7E0D8
(215,224,216)
#DEE5DF
(222,229,223)
#E5EAE6
(229,234,230)
#ECEFED
(236,239,237)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC2AE; }

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

This text font color is #ADC2AE.

Background Color

.myBgColor { background-color: #ADC2AE; }

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

This div background color is #ADC2AE.

Border color

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

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

This div border color is #ADC2AE.

Opacity

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

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

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

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

This text has shadow with #ADC2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC2AE.

Preview

Color preview on black background

This text has color #ADC2AE on black background.


Color preview on white background

This text has color #ADC2AE on white background.


Black color preview on #ADC2AE background

This text has black color on #ADC2AE background.


White color preview on #ADC2AE background

This text has white color on #ADC2AE background.


Related colors

Complementary color

Complementary color for #hex is #523D51.


I love getcolorcode.com

Triadic colors

1 #AEADC2 and #C2AEAD with #ADC2AE are triadic colors.

2 #AEC2AD and #C2ADAE with #ADC2AE are triadic colors.