COLOR #ADC5B4

HEX: #ADC5B4
RGB: (173,197,180)

Color info

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

RGB color model

#ADC5B4 color RGB value is (173,197,180).

  • red value is 173;
  • green value is 197;
  • blue value is 180.
RGB:
(173,197,180)
(68%,77%,71%)

RGB channels and saturation

R 173 of 255 = 68%
G 197 of 255 = 77%
B 180 of 255 = 71%

173
197
180

R + G + B ~ 72%. #ADC5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 197 + 180 = 550 (100%)
R 173 of 550 ~ 31.45%
G 197 of 550 ~ 35.82%
B 180 of 550 ~ 32.73%

%31.45
%35.82
%32.73

CMYK color model

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

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 22.75%
CMYK:
(12,0,9,23)
C12M0Y9K23 
(12%,0%,9%,23%)
(0.12/0.00/0.09/0.23)	

CMYK percentages

%12.18
%0
%8.63
%22.75

Codes

Color #ADC5B4 in popluar color models

ADC5B4
RGB173197180
HSL138°17.14%72.55%
HSB/HSV138°12.18%77.25%
CMYK12.18%0.00%8.63%
22.75%

Color #ADC5B4 in popluar number systems.

HEXADC5B4
Decimal173197180
Binary101011011100010110110100
Octal255305264

Shades and tints

Shades of #ADC5B4

#ADC5B4
(173,197,180)
#9EB4A4
(158,180,164)
#8FA394
(143,163,148)
#809284
(128,146,132)
#718174
(113,129,116)
#627064
(98,112,100)
#535F54
(83,95,84)
#444E44
(68,78,68)
#353D34
(53,61,52)
#262C24
(38,44,36)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #ADC5B4

#ADC5B4
(173,197,180)
#B4CABA
(180,202,186)
#BBCFC0
(187,207,192)
#C2D4C6
(194,212,198)
#C9D9CC
(201,217,204)
#D0DED2
(208,222,210)
#D7E3D8
(215,227,216)
#DEE8DE
(222,232,222)
#E5EDE4
(229,237,228)
#ECF2EA
(236,242,234)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC5B4; }

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

This text font color is #ADC5B4.


Background Color

.myBgColor { background-color: #ADC5B4; }

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

This div background color is #ADC5B4.


Border color

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

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

This div border color is #ADC5B4.


Opacity

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

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

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

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

This text has shadow with #ADC5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC5B4 on black background.


Color preview on white background

This text has color #ADC5B4 on white background.



Black color preview on #ADC5B4 background

This text has black color on #ADC5B4 background.


White color preview on #ADC5B4 background

This text has white color on #ADC5B4 background.