COLOR #ADC5BD

HEX: #ADC5BD RGB: (173,197,189)

Color info

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

RGB color model

#ADC5BD color RGB value is (173,197,189).

RGB: (173,197,189) (68%, 77%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 197 of 255 = 77%
B 189 of 255 = 74%

173
197
189

R + G + B ~ 73%. #ADC5BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 197 + 189 = 559 (100%)
R 173 of 559 ~ 30.95%
G 197 of 559 ~ 35.24%
B 189 of 559 ~ 33.81'%

%30.95
%35.24
%33.81

CMYK color model

#ADC5BD color CMYK value is (12,0,4,23).

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 4.06%
  • key color value is 22.75%
CMYK: (12,0,4,23) C12M0Y4K23 (12%,0%,4%,23%) (0.12/0.00/0.04/0.23) 

CMYK percentages

%12.18
%0
%4.06
%22.75

Codes

Color #ADC5BD in popluar color models

AD C5 BD
RGB 173 197 189
HSL 160° 17.14% 72.55%
HSB/HSV 160° 12.18% 77.25%
CMYK 12.18% 0.00% 4.06%
22.75%

Color #ADC5BD in popluar number systems.

HEX AD C5 BD
Decimal 173 197 189
Binary 10101101 11000101 10111101
Octal 255 305 275

Shades and tints

Shades of #ADC5BD

#ADC5BD
(173,197,189)
#9EB4AC
(158,180,172)
#8FA39B
(143,163,155)
#80928A
(128,146,138)
#718179
(113,129,121)
#627068
(98,112,104)
#535F57
(83,95,87)
#444E46
(68,78,70)
#353D35
(53,61,53)
#262C24
(38,44,36)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #ADC5BD

#ADC5BD
(173,197,189)
#B4CAC3
(180,202,195)
#BBCFC9
(187,207,201)
#C2D4CF
(194,212,207)
#C9D9D5
(201,217,213)
#D0DEDB
(208,222,219)
#D7E3E1
(215,227,225)
#DEE8E7
(222,232,231)
#E5EDED
(229,237,237)
#ECF2F3
(236,242,243)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC5BD; }

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

This text font color is #ADC5BD.

Background Color

.myBgColor { background-color: #ADC5BD; }

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

This div background color is #ADC5BD.

Border color

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

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

This div border color is #ADC5BD.

Opacity

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

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

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

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

This text has shadow with #ADC5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC5BD.

Preview

Color preview on black background

This text has color #ADC5BD on black background.


Color preview on white background

This text has color #ADC5BD on white background.


Black color preview on #ADC5BD background

This text has black color on #ADC5BD background.


White color preview on #ADC5BD background

This text has white color on #ADC5BD background.


Related colors

Complementary color

Complementary color for #hex is #523A42.


I love getcolorcode.com

Triadic colors

1 #BDADC5 and #C5BDAD with #ADC5BD are triadic colors.

2 #BDC5AD and #C5ADBD with #ADC5BD are triadic colors.