COLOR #ADC3BC

HEX: #ADC3BC RGB: (173,195,188)

Color info

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

RGB color model

#ADC3BC color RGB value is (173,195,188).

RGB: (173,195,188) (68%, 76%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 195 of 255 = 76%
B 188 of 255 = 74%

173
195
188

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

Portions of RGB colors in percentages

R + G + B = 173 + 195 + 188 = 556 (100%)
R 173 of 556 ~ 31.12%
G 195 of 556 ~ 35.07%
B 188 of 556 ~ 33.81'%

%31.12
%35.07
%33.81

CMYK color model

#ADC3BC color CMYK value is (11,0,4,24).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 23.53%

CMYK: (11,0,4,24)
C11M0Y4K24 (11%, 0%, 4%, 24%)
(0.11 / 0.00 / 0.04 / 0.24)

CMYK percentages

%11.28
%0
%3.59
%23.53

Codes

Color #ADC3BC in popluar color models

AD C3 BC
RGB 173 195 188
HSL 161° 15.49% 72.16%
HSB/HSV 161° 11.28% 76.47%
CMYK 11.28% 0.00% 3.59%
23.53%

Color #ADC3BC in popluar number systems.

HEX AD C3 BC
Decimal 173 195 188
Binary 10101101 11000011 10111100
Octal 255 303 274

Shades and tints

Shades of #ADC3BC

#ADC3BC
(173,195,188)
#9EB2AB
(158,178,171)
#8FA19A
(143,161,154)
#809089
(128,144,137)
#717F78
(113,127,120)
#626E67
(98,110,103)
#535D56
(83,93,86)
#444C45
(68,76,69)
#353B34
(53,59,52)
#262A23
(38,42,35)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #ADC3BC

#ADC3BC
(173,195,188)
#B4C8C2
(180,200,194)
#BBCDC8
(187,205,200)
#C2D2CE
(194,210,206)
#C9D7D4
(201,215,212)
#D0DCDA
(208,220,218)
#D7E1E0
(215,225,224)
#DEE6E6
(222,230,230)
#E5EBEC
(229,235,236)
#ECF0F2
(236,240,242)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC3BC; }

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

This text font color is #ADC3BC.

Background Color

.myBgColor { background-color: #ADC3BC; }

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

This div background color is #ADC3BC.

Border color

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

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

This div border color is #ADC3BC.

Opacity

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

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

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

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

This text has shadow with #ADC3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC3BC.

Preview

Color preview on black background

This text has color #ADC3BC on black background.


Color preview on white background

This text has color #ADC3BC on white background.


Black color preview on #ADC3BC background

This text has black color on #ADC3BC background.


White color preview on #ADC3BC background

This text has white color on #ADC3BC background.


Related colors

Complementary color

Complementary color for #hex is #523C43.


I love getcolorcode.com

Triadic colors

1 #BCADC3 and #C3BCAD with #ADC3BC are triadic colors.

2 #BCC3AD and #C3ADBC with #ADC3BC are triadic colors.