COLOR #ADC6BC

HEX: #ADC6BC RGB: (173,198,188)

Color info

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

RGB color model

#ADC6BC color RGB value is (173,198,188).

RGB: (173,198,188) (68%, 78%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 198 of 255 = 78%
B 188 of 255 = 74%

173
198
188

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

Portions of RGB colors in percentages

R + G + B = 173 + 198 + 188 = 559 (100%)
R 173 of 559 ~ 30.95%
G 198 of 559 ~ 35.42%
B 188 of 559 ~ 33.63'%

%30.95
%35.42
%33.63

CMYK color model

#ADC6BC color CMYK value is (13,0,5,22).

  • cyan value is 12.63%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 22.35%

CMYK: (13,0,5,22)
C13M0Y5K22 (13%, 0%, 5%, 22%)
(0.13 / 0.00 / 0.05 / 0.22)

CMYK percentages

%12.63
%0
%5.05
%22.35

Codes

Color #ADC6BC in popluar color models

AD C6 BC
RGB 173 198 188
HSL 156° 17.99% 72.75%
HSB/HSV 156° 12.63% 77.65%
CMYK 12.63% 0.00% 5.05%
22.35%

Color #ADC6BC in popluar number systems.

HEX AD C6 BC
Decimal 173 198 188
Binary 10101101 11000110 10111100
Octal 255 306 274

Shades and tints

Shades of #ADC6BC

#ADC6BC
(173,198,188)
#9EB4AB
(158,180,171)
#8FA29A
(143,162,154)
#809089
(128,144,137)
#717E78
(113,126,120)
#626C67
(98,108,103)
#535A56
(83,90,86)
#444845
(68,72,69)
#353634
(53,54,52)
#262423
(38,36,35)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #ADC6BC

#ADC6BC
(173,198,188)
#B4CBC2
(180,203,194)
#BBD0C8
(187,208,200)
#C2D5CE
(194,213,206)
#C9DAD4
(201,218,212)
#D0DFDA
(208,223,218)
#D7E4E0
(215,228,224)
#DEE9E6
(222,233,230)
#E5EEEC
(229,238,236)
#ECF3F2
(236,243,242)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC6BC; }

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

This text font color is #ADC6BC.

Background Color

.myBgColor { background-color: #ADC6BC; }

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

This div background color is #ADC6BC.

Border color

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

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

This div border color is #ADC6BC.

Opacity

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

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

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

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

This text has shadow with #ADC6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC6BC.

Preview

Color preview on black background

This text has color #ADC6BC on black background.


Color preview on white background

This text has color #ADC6BC on white background.


Black color preview on #ADC6BC background

This text has black color on #ADC6BC background.


White color preview on #ADC6BC background

This text has white color on #ADC6BC background.


Related colors

Complementary color

Complementary color for #hex is #523943.


I love getcolorcode.com

Triadic colors

1 #BCADC6 and #C6BCAD with #ADC6BC are triadic colors.

2 #BCC6AD and #C6ADBC with #ADC6BC are triadic colors.