COLOR #ADC5BC

HEX: #ADC5BC RGB: (173,197,188)

Color info

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

RGB color model

#ADC5BC color RGB value is (173,197,188).

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

RGB channels and saturation

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

173
197
188

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

Portions of RGB colors in percentages

R + G + B = 173 + 197 + 188 = 558 (100%)
R 173 of 558 ~ 31%
G 197 of 558 ~ 35.3%
B 188 of 558 ~ 33.69'%

%31
%35.3
%33.69

CMYK color model

#ADC5BC color CMYK value is (12,0,5,23).

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 22.75%

CMYK: (12,0,5,23)
C12M0Y5K23 (12%, 0%, 5%, 23%)
(0.12 / 0.00 / 0.05 / 0.23)

CMYK percentages

%12.18
%0
%4.57
%22.75

Codes

Color #ADC5BC in popluar color models

AD C5 BC
RGB 173 197 188
HSL 158° 17.14% 72.55%
HSB/HSV 158° 12.18% 77.25%
CMYK 12.18% 0.00% 4.57%
22.75%

Color #ADC5BC in popluar number systems.

HEX AD C5 BC
Decimal 173 197 188
Binary 10101101 11000101 10111100
Octal 255 305 274

Shades and tints

Shades of #ADC5BC

#ADC5BC
(173,197,188)
#9EB4AB
(158,180,171)
#8FA39A
(143,163,154)
#809289
(128,146,137)
#718178
(113,129,120)
#627067
(98,112,103)
#535F56
(83,95,86)
#444E45
(68,78,69)
#353D34
(53,61,52)
#262C23
(38,44,35)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #ADC5BC

#ADC5BC
(173,197,188)
#B4CAC2
(180,202,194)
#BBCFC8
(187,207,200)
#C2D4CE
(194,212,206)
#C9D9D4
(201,217,212)
#D0DEDA
(208,222,218)
#D7E3E0
(215,227,224)
#DEE8E6
(222,232,230)
#E5EDEC
(229,237,236)
#ECF2F2
(236,242,242)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC5BC; }

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

This text font color is #ADC5BC.

Background Color

.myBgColor { background-color: #ADC5BC; }

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

This div background color is #ADC5BC.

Border color

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

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

This div border color is #ADC5BC.

Opacity

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

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

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

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

This text has shadow with #ADC5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC5BC.

Preview

Color preview on black background

This text has color #ADC5BC on black background.


Color preview on white background

This text has color #ADC5BC on white background.


Black color preview on #ADC5BC background

This text has black color on #ADC5BC background.


White color preview on #ADC5BC background

This text has white color on #ADC5BC background.


Related colors

Complementary color

Complementary color for #hex is #523A43.


I love getcolorcode.com

Triadic colors

1 #BCADC5 and #C5BCAD with #ADC5BC are triadic colors.

2 #BCC5AD and #C5ADBC with #ADC5BC are triadic colors.