COLOR #ADC6DA

HEX: #ADC6DA RGB: (173,198,218)

Color info

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

RGB color model

#ADC6DA color RGB value is (173,198,218).

RGB: (173,198,218) (68%, 78%, 85%)

RGB channels and saturation

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

173
198
218

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

Portions of RGB colors in percentages

R + G + B = 173 + 198 + 218 = 589 (100%)
R 173 of 589 ~ 29.37%
G 198 of 589 ~ 33.62%
B 218 of 589 ~ 37.01'%

%29.37
%33.62
%37.01

CMYK color model

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

  • cyan value is 20.64%
  • magenta value is 9.17%
  • 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
%9.17
%0
%14.51

Codes

Color #ADC6DA in popluar color models

AD C6 DA
RGB 173 198 218
HSL 207° 37.82% 76.67%
HSB/HSV 207° 20.64% 85.49%
CMYK 20.64% 9.17% 0.00%
14.51%

Color #ADC6DA in popluar number systems.

HEX AD C6 DA
Decimal 173 198 218
Binary 10101101 11000110 11011010
Octal 255 306 332

Shades and tints

Shades of #ADC6DA

#ADC6DA
(173,198,218)
#9EB4C7
(158,180,199)
#8FA2B4
(143,162,180)
#8090A1
(128,144,161)
#717E8E
(113,126,142)
#626C7B
(98,108,123)
#535A68
(83,90,104)
#444855
(68,72,85)
#353642
(53,54,66)
#26242F
(38,36,47)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #ADC6DA

#ADC6DA
(173,198,218)
#B4CBDD
(180,203,221)
#BBD0E0
(187,208,224)
#C2D5E3
(194,213,227)
#C9DAE6
(201,218,230)
#D0DFE9
(208,223,233)
#D7E4EC
(215,228,236)
#DEE9EF
(222,233,239)
#E5EEF2
(229,238,242)
#ECF3F5
(236,243,245)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC6DA; }

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

This text font color is #ADC6DA.

Background Color

.myBgColor { background-color: #ADC6DA; }

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

This div background color is #ADC6DA.

Border color

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

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

This div border color is #ADC6DA.

Opacity

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

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

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

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

This text has shadow with #ADC6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC6DA.

Preview

Color preview on black background

This text has color #ADC6DA on black background.


Color preview on white background

This text has color #ADC6DA on white background.


Black color preview on #ADC6DA background

This text has black color on #ADC6DA background.


White color preview on #ADC6DA background

This text has white color on #ADC6DA background.


Related colors

Complementary color

Complementary color for #hex is #523925.


I love getcolorcode.com

Triadic colors

1 #DAADC6 and #C6DAAD with #ADC6DA are triadic colors.

2 #DAC6AD and #C6ADDA with #ADC6DA are triadic colors.