COLOR #ADC7DA

HEX: #ADC7DA
RGB: (173,199,218)

Color info

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

RGB color model

#ADC7DA color RGB value is (173,199,218).

  • red value is 173;
  • green value is 199;
  • blue value is 218.
RGB:
(173,199,218)
(68%,78%,85%)

RGB channels and saturation

R 173 of 255 = 68%
G 199 of 255 = 78%
B 218 of 255 = 85%

173
199
218

R + G + B ~ 77%. #ADC7DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 199 + 218 = 590 (100%)
R 173 of 590 ~ 29.32%
G 199 of 590 ~ 33.73%
B 218 of 590 ~ 36.95%

%29.32
%33.73
%36.95

CMYK color model

#ADC7DA color CMYK value is (21,9,0,15).

  • cyan value is 20.64%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(21,9,0,15)
C21M9Y0K15 
(21%,9%,0%,15%)
(0.21/0.09/0.00/0.15)	

CMYK percentages

%20.64
%8.72
%0
%14.51

Codes

Color #ADC7DA in popluar color models

ADC7DA
RGB173199218
HSL205°37.82%76.67%
HSB/HSV205°20.64%85.49%
CMYK20.64%8.72%0.00%
14.51%

Color #ADC7DA in popluar number systems.

HEXADC7DA
Decimal173199218
Binary101011011100011111011010
Octal255307332

Shades and tints

Shades of #ADC7DA

#ADC7DA
(173,199,218)
#9EB5C7
(158,181,199)
#8FA3B4
(143,163,180)
#8091A1
(128,145,161)
#717F8E
(113,127,142)
#626D7B
(98,109,123)
#535B68
(83,91,104)
#444955
(68,73,85)
#353742
(53,55,66)
#26252F
(38,37,47)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #ADC7DA

#ADC7DA
(173,199,218)
#B4CCDD
(180,204,221)
#BBD1E0
(187,209,224)
#C2D6E3
(194,214,227)
#C9DBE6
(201,219,230)
#D0E0E9
(208,224,233)
#D7E5EC
(215,229,236)
#DEEAEF
(222,234,239)
#E5EFF2
(229,239,242)
#ECF4F5
(236,244,245)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC7DA color. Also use rgb(173,199,218) instead hex code.

Text Font Color

.myTextColor { color: #ADC7DA; }

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

This text font color is #ADC7DA.


Background Color

.myBgColor { background-color: #ADC7DA; }

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

This div background color is #ADC7DA.


Border color

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

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

This div border color is #ADC7DA.


Opacity

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

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

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

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

This text has shadow with #ADC7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC7DA on black background.


Color preview on white background

This text has color #ADC7DA on white background.



Black color preview on #ADC7DA background

This text has black color on #ADC7DA background.


White color preview on #ADC7DA background

This text has white color on #ADC7DA background.