COLOR #ADCEA0

HEX: #ADCEA0 RGB: (173,206,160)

Color info

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

RGB color model

#ADCEA0 color RGB value is (173,206,160).

RGB: (173,206,160) (68%, 81%, 63%)

RGB channels and saturation

R 173 of 255 = 68%
G 206 of 255 = 81%
B 160 of 255 = 63%

173
206
160

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

Portions of RGB colors in percentages

R + G + B = 173 + 206 + 160 = 539 (100%)
R 173 of 539 ~ 32.1%
G 206 of 539 ~ 38.22%
B 160 of 539 ~ 29.68'%

%32.1
%38.22
%29.68

CMYK color model

#ADCEA0 color CMYK value is (16,0,22,19).

  • cyan value is 16.02%
  • magenta value is 0.00%
  • yellow value is 22.33%
  • key color value is 19.22%

CMYK: (16,0,22,19)
C16M0Y22K19 (16%, 0%, 22%, 19%)
(0.16 / 0.00 / 0.22 / 0.19)

CMYK percentages

%16.02
%0
%22.33
%19.22

Codes

Color #ADCEA0 in popluar color models

AD CE A0
RGB 173 206 160
HSL 103° 31.94% 71.76%
HSB/HSV 103° 22.33% 80.78%
CMYK 16.02% 0.00% 22.33%
19.22%

Color #ADCEA0 in popluar number systems.

HEX AD CE A0
Decimal 173 206 160
Binary 10101101 11001110 10100000
Octal 255 316 240

Shades and tints

Shades of #ADCEA0

#ADCEA0
(173,206,160)
#9EBC92
(158,188,146)
#8FAA84
(143,170,132)
#809876
(128,152,118)
#718668
(113,134,104)
#62745A
(98,116,90)
#53624C
(83,98,76)
#44503E
(68,80,62)
#353E30
(53,62,48)
#262C22
(38,44,34)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #ADCEA0

#ADCEA0
(173,206,160)
#B4D2A8
(180,210,168)
#BBD6B0
(187,214,176)
#C2DAB8
(194,218,184)
#C9DEC0
(201,222,192)
#D0E2C8
(208,226,200)
#D7E6D0
(215,230,208)
#DEEAD8
(222,234,216)
#E5EEE0
(229,238,224)
#ECF2E8
(236,242,232)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCEA0 color. Also use rgb(173,206,160) instead hex code.

Text Font Color

.myTextColor { color: #ADCEA0; }

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

This text font color is #ADCEA0.

Background Color

.myBgColor { background-color: #ADCEA0; }

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

This div background color is #ADCEA0.

Border color

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

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

This div border color is #ADCEA0.

Opacity

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

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

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

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

This text has shadow with #ADCEA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCEA0.

Preview

Color preview on black background

This text has color #ADCEA0 on black background.


Color preview on white background

This text has color #ADCEA0 on white background.


Black color preview on #ADCEA0 background

This text has black color on #ADCEA0 background.


White color preview on #ADCEA0 background

This text has white color on #ADCEA0 background.


Related colors

Complementary color

Complementary color for #hex is #52315F.


I love getcolorcode.com

Triadic colors

1 #A0ADCE and #CEA0AD with #ADCEA0 are triadic colors.

2 #A0CEAD and #CEADA0 with #ADCEA0 are triadic colors.