COLOR #ADC9C8

HEX: #ADC9C8 RGB: (173,201,200)

Color info

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

RGB color model

#ADC9C8 color RGB value is (173,201,200).

RGB: (173,201,200) (68%, 79%, 78%)

RGB channels and saturation

R 173 of 255 = 68%
G 201 of 255 = 79%
B 200 of 255 = 78%

173
201
200

R + G + B ~ 75%. #ADC9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 201 + 200 = 574 (100%)
R 173 of 574 ~ 30.14%
G 201 of 574 ~ 35.02%
B 200 of 574 ~ 34.84'%

%30.14
%35.02
%34.84

CMYK color model

#ADC9C8 color CMYK value is (14,0,0,21).

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 0.50%
  • key color value is 21.18%

CMYK: (14,0,0,21)
C14M0Y0K21 (14%, 0%, 0%, 21%)
(0.14 / 0.00 / 0.00 / 0.21)

CMYK percentages

%13.93
%0
%0.5
%21.18

Codes

Color #ADC9C8 in popluar color models

AD C9 C8
RGB 173 201 200
HSL 178° 20.59% 73.33%
HSB/HSV 178° 13.93% 78.82%
CMYK 13.93% 0.00% 0.50%
21.18%

Color #ADC9C8 in popluar number systems.

HEX AD C9 C8
Decimal 173 201 200
Binary 10101101 11001001 11001000
Octal 255 311 310

Shades and tints

Shades of #ADC9C8

#ADC9C8
(173,201,200)
#9EB7B6
(158,183,182)
#8FA5A4
(143,165,164)
#809392
(128,147,146)
#718180
(113,129,128)
#626F6E
(98,111,110)
#535D5C
(83,93,92)
#444B4A
(68,75,74)
#353938
(53,57,56)
#262726
(38,39,38)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #ADC9C8

#ADC9C8
(173,201,200)
#B4CDCD
(180,205,205)
#BBD1D2
(187,209,210)
#C2D5D7
(194,213,215)
#C9D9DC
(201,217,220)
#D0DDE1
(208,221,225)
#D7E1E6
(215,225,230)
#DEE5EB
(222,229,235)
#E5E9F0
(229,233,240)
#ECEDF5
(236,237,245)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC9C8 color. Also use rgb(173,201,200) instead hex code.

Text Font Color

.myTextColor { color: #ADC9C8; }

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

This text font color is #ADC9C8.

Background Color

.myBgColor { background-color: #ADC9C8; }

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

This div background color is #ADC9C8.

Border color

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

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

This div border color is #ADC9C8.

Opacity

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

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

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

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

This text has shadow with #ADC9C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC9C8.

Preview

Color preview on black background

This text has color #ADC9C8 on black background.


Color preview on white background

This text has color #ADC9C8 on white background.


Black color preview on #ADC9C8 background

This text has black color on #ADC9C8 background.


White color preview on #ADC9C8 background

This text has white color on #ADC9C8 background.


Related colors

Complementary color

Complementary color for #hex is #523637.


I love getcolorcode.com

Triadic colors

1 #C8ADC9 and #C9C8AD with #ADC9C8 are triadic colors.

2 #C8C9AD and #C9ADC8 with #ADC9C8 are triadic colors.