COLOR #ADC8CE

HEX: #ADC8CE RGB: (173,200,206)

Color info

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

RGB color model

#ADC8CE color RGB value is (173,200,206).

RGB: (173,200,206) (68%, 78%, 81%)

RGB channels and saturation

R 173 of 255 = 68%
G 200 of 255 = 78%
B 206 of 255 = 81%

173
200
206

R + G + B ~ 76%. #ADC8CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 200 + 206 = 579 (100%)
R 173 of 579 ~ 29.88%
G 200 of 579 ~ 34.54%
B 206 of 579 ~ 35.58'%

%29.88
%34.54
%35.58

CMYK color model

#ADC8CE color CMYK value is (16,3,0,19).

  • cyan value is 16.02%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (16,3,0,19)
C16M3Y0K19 (16%, 3%, 0%, 19%)
(0.16 / 0.03 / 0.00 / 0.19)

CMYK percentages

%16.02
%2.91
%0
%19.22

Codes

Color #ADC8CE in popluar color models

AD C8 CE
RGB 173 200 206
HSL 191° 25.19% 74.31%
HSB/HSV 191° 16.02% 80.78%
CMYK 16.02% 2.91% 0.00%
19.22%

Color #ADC8CE in popluar number systems.

HEX AD C8 CE
Decimal 173 200 206
Binary 10101101 11001000 11001110
Octal 255 310 316

Shades and tints

Shades of #ADC8CE

#ADC8CE
(173,200,206)
#9EB6BC
(158,182,188)
#8FA4AA
(143,164,170)
#809298
(128,146,152)
#718086
(113,128,134)
#626E74
(98,110,116)
#535C62
(83,92,98)
#444A50
(68,74,80)
#35383E
(53,56,62)
#26262C
(38,38,44)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #ADC8CE

#ADC8CE
(173,200,206)
#B4CDD2
(180,205,210)
#BBD2D6
(187,210,214)
#C2D7DA
(194,215,218)
#C9DCDE
(201,220,222)
#D0E1E2
(208,225,226)
#D7E6E6
(215,230,230)
#DEEBEA
(222,235,234)
#E5F0EE
(229,240,238)
#ECF5F2
(236,245,242)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC8CE; }

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

This text font color is #ADC8CE.

Background Color

.myBgColor { background-color: #ADC8CE; }

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

This div background color is #ADC8CE.

Border color

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

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

This div border color is #ADC8CE.

Opacity

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

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

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

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

This text has shadow with #ADC8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC8CE.

Preview

Color preview on black background

This text has color #ADC8CE on black background.


Color preview on white background

This text has color #ADC8CE on white background.


Black color preview on #ADC8CE background

This text has black color on #ADC8CE background.


White color preview on #ADC8CE background

This text has white color on #ADC8CE background.


Related colors

Complementary color

Complementary color for #hex is #523731.


I love getcolorcode.com

Triadic colors

1 #CEADC8 and #C8CEAD with #ADC8CE are triadic colors.

2 #CEC8AD and #C8ADCE with #ADC8CE are triadic colors.