COLOR #ADC7AB

HEX: #ADC7AB RGB: (173,199,171)

Color info

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

RGB color model

#ADC7AB color RGB value is (173,199,171).

RGB: (173,199,171) (68%, 78%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 199 of 255 = 78%
B 171 of 255 = 67%

173
199
171

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

Portions of RGB colors in percentages

R + G + B = 173 + 199 + 171 = 543 (100%)
R 173 of 543 ~ 31.86%
G 199 of 543 ~ 36.65%
B 171 of 543 ~ 31.49'%

%31.86
%36.65
%31.49

CMYK color model

#ADC7AB color CMYK value is (13,0,14,22).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 14.07%
  • key color value is 21.96%

CMYK: (13,0,14,22)
C13M0Y14K22 (13%, 0%, 14%, 22%)
(0.13 / 0.00 / 0.14 / 0.22)

CMYK percentages

%13.07
%0
%14.07
%21.96

Codes

Color #ADC7AB in popluar color models

AD C7 AB
RGB 173 199 171
HSL 116° 20.00% 72.55%
HSB/HSV 116° 14.07% 78.04%
CMYK 13.07% 0.00% 14.07%
21.96%

Color #ADC7AB in popluar number systems.

HEX AD C7 AB
Decimal 173 199 171
Binary 10101101 11000111 10101011
Octal 255 307 253

Shades and tints

Shades of #ADC7AB

#ADC7AB
(173,199,171)
#9EB59C
(158,181,156)
#8FA38D
(143,163,141)
#80917E
(128,145,126)
#717F6F
(113,127,111)
#626D60
(98,109,96)
#535B51
(83,91,81)
#444942
(68,73,66)
#353733
(53,55,51)
#262524
(38,37,36)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #ADC7AB

#ADC7AB
(173,199,171)
#B4CCB2
(180,204,178)
#BBD1B9
(187,209,185)
#C2D6C0
(194,214,192)
#C9DBC7
(201,219,199)
#D0E0CE
(208,224,206)
#D7E5D5
(215,229,213)
#DEEADC
(222,234,220)
#E5EFE3
(229,239,227)
#ECF4EA
(236,244,234)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC7AB color. Also use rgb(173,199,171) instead hex code.

Text Font Color

.myTextColor { color: #ADC7AB; }

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

This text font color is #ADC7AB.

Background Color

.myBgColor { background-color: #ADC7AB; }

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

This div background color is #ADC7AB.

Border color

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

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

This div border color is #ADC7AB.

Opacity

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

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

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

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

This text has shadow with #ADC7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC7AB.

Preview

Color preview on black background

This text has color #ADC7AB on black background.


Color preview on white background

This text has color #ADC7AB on white background.


Black color preview on #ADC7AB background

This text has black color on #ADC7AB background.


White color preview on #ADC7AB background

This text has white color on #ADC7AB background.


Related colors

Complementary color

Complementary color for #hex is #523854.


I love getcolorcode.com

Triadic colors

1 #ABADC7 and #C7ABAD with #ADC7AB are triadic colors.

2 #ABC7AD and #C7ADAB with #ADC7AB are triadic colors.