COLOR #ADC4AB

HEX: #ADC4AB RGB: (173,196,171)

Color info

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

RGB color model

#ADC4AB color RGB value is (173,196,171).

RGB: (173,196,171) (68%, 77%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 196 of 255 = 77%
B 171 of 255 = 67%

173
196
171

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

Portions of RGB colors in percentages

R + G + B = 173 + 196 + 171 = 540 (100%)
R 173 of 540 ~ 32.04%
G 196 of 540 ~ 36.3%
B 171 of 540 ~ 31.67'%

%32.04
%36.3
%31.67

CMYK color model

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

  • cyan value is 11.73%
  • magenta value is 0.00%
  • yellow value is 12.76%
  • key color value is 23.14%

CMYK: (12,0,13,23)
C12M0Y13K23 (12%, 0%, 13%, 23%)
(0.12 / 0.00 / 0.13 / 0.23)

CMYK percentages

%11.73
%0
%12.76
%23.14

Codes

Color #ADC4AB in popluar color models

AD C4 AB
RGB 173 196 171
HSL 115° 17.48% 71.96%
HSB/HSV 115° 12.76% 76.86%
CMYK 11.73% 0.00% 12.76%
23.14%

Color #ADC4AB in popluar number systems.

HEX AD C4 AB
Decimal 173 196 171
Binary 10101101 11000100 10101011
Octal 255 304 253

Shades and tints

Shades of #ADC4AB

#ADC4AB
(173,196,171)
#9EB39C
(158,179,156)
#8FA28D
(143,162,141)
#80917E
(128,145,126)
#71806F
(113,128,111)
#626F60
(98,111,96)
#535E51
(83,94,81)
#444D42
(68,77,66)
#353C33
(53,60,51)
#262B24
(38,43,36)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #ADC4AB

#ADC4AB
(173,196,171)
#B4C9B2
(180,201,178)
#BBCEB9
(187,206,185)
#C2D3C0
(194,211,192)
#C9D8C7
(201,216,199)
#D0DDCE
(208,221,206)
#D7E2D5
(215,226,213)
#DEE7DC
(222,231,220)
#E5ECE3
(229,236,227)
#ECF1EA
(236,241,234)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC4AB; }

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

This text font color is #ADC4AB.

Background Color

.myBgColor { background-color: #ADC4AB; }

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

This div background color is #ADC4AB.

Border color

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

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

This div border color is #ADC4AB.

Opacity

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

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

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

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

This text has shadow with #ADC4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC4AB.

Preview

Color preview on black background

This text has color #ADC4AB on black background.


Color preview on white background

This text has color #ADC4AB on white background.


Black color preview on #ADC4AB background

This text has black color on #ADC4AB background.


White color preview on #ADC4AB background

This text has white color on #ADC4AB background.


Related colors

Complementary color

Complementary color for #hex is #523B54.


I love getcolorcode.com

Triadic colors

1 #ABADC4 and #C4ABAD with #ADC4AB are triadic colors.

2 #ABC4AD and #C4ADAB with #ADC4AB are triadic colors.