COLOR #ADC1D8

HEX: #ADC1D8
RGB: (173,193,216)

Color info

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

RGB color model

#ADC1D8 color RGB value is (173,193,216).

  • red value is 173;
  • green value is 193;
  • blue value is 216.
RGB:
(173,193,216)
(68%,76%,85%)

RGB channels and saturation

R 173 of 255 = 68%
G 193 of 255 = 76%
B 216 of 255 = 85%

173
193
216

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

Portions of RGB colors in percentages

R + G + B =
173 + 193 + 216 = 582 (100%)
R 173 of 582 ~ 29.73%
G 193 of 582 ~ 33.16%
B 216 of 582 ~ 37.11%

%29.73
%33.16
%37.11

CMYK color model

#ADC1D8 color CMYK value is (20,11,0,15).

  • cyan value is 19.91%
  • magenta value is 10.65%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(20,11,0,15)
C20M11Y0K15 
(20%,11%,0%,15%)
(0.20/0.11/0.00/0.15)	

CMYK percentages

%19.91
%10.65
%0
%15.29

Codes

Color #ADC1D8 in popluar color models

ADC1D8
RGB173193216
HSL212°35.54%76.27%
HSB/HSV212°19.91%84.71%
CMYK19.91%10.65%0.00%
15.29%

Color #ADC1D8 in popluar number systems.

HEXADC1D8
Decimal173193216
Binary101011011100000111011000
Octal255301330

Shades and tints

Shades of #ADC1D8

#ADC1D8
(173,193,216)
#9EB0C5
(158,176,197)
#8F9FB2
(143,159,178)
#808E9F
(128,142,159)
#717D8C
(113,125,140)
#626C79
(98,108,121)
#535B66
(83,91,102)
#444A53
(68,74,83)
#353940
(53,57,64)
#26282D
(38,40,45)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #ADC1D8

#ADC1D8
(173,193,216)
#B4C6DB
(180,198,219)
#BBCBDE
(187,203,222)
#C2D0E1
(194,208,225)
#C9D5E4
(201,213,228)
#D0DAE7
(208,218,231)
#D7DFEA
(215,223,234)
#DEE4ED
(222,228,237)
#E5E9F0
(229,233,240)
#ECEEF3
(236,238,243)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC1D8 color. Also use rgb(173,193,216) instead hex code.

Text Font Color

.myTextColor { color: #ADC1D8; }

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

This text font color is #ADC1D8.


Background Color

.myBgColor { background-color: #ADC1D8; }

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

This div background color is #ADC1D8.


Border color

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

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

This div border color is #ADC1D8.


Opacity

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

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

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

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

This text has shadow with #ADC1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC1D8 on black background.


Color preview on white background

This text has color #ADC1D8 on white background.



Black color preview on #ADC1D8 background

This text has black color on #ADC1D8 background.


White color preview on #ADC1D8 background

This text has white color on #ADC1D8 background.