COLOR #ADCDD6

HEX: #ADCDD6 RGB: (173,205,214)

Color info

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

RGB color model

#ADCDD6 color RGB value is (173,205,214).

RGB: (173,205,214) (68%, 80%, 84%)

RGB channels and saturation

R 173 of 255 = 68%
G 205 of 255 = 80%
B 214 of 255 = 84%

173
205
214

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

Portions of RGB colors in percentages

R + G + B = 173 + 205 + 214 = 592 (100%)
R 173 of 592 ~ 29.22%
G 205 of 592 ~ 34.63%
B 214 of 592 ~ 36.15'%

%29.22
%34.63
%36.15

CMYK color model

#ADCDD6 color CMYK value is (19,4,0,16).

  • cyan value is 19.16%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (19,4,0,16)
C19M4Y0K16 (19%, 4%, 0%, 16%)
(0.19 / 0.04 / 0.00 / 0.16)

CMYK percentages

%19.16
%4.21
%0
%16.08

Codes

Color #ADCDD6 in popluar color models

AD CD D6
RGB 173 205 214
HSL 193° 33.33% 75.88%
HSB/HSV 193° 19.16% 83.92%
CMYK 19.16% 4.21% 0.00%
16.08%

Color #ADCDD6 in popluar number systems.

HEX AD CD D6
Decimal 173 205 214
Binary 10101101 11001101 11010110
Octal 255 315 326

Shades and tints

Shades of #ADCDD6

#ADCDD6
(173,205,214)
#9EBBC3
(158,187,195)
#8FA9B0
(143,169,176)
#80979D
(128,151,157)
#71858A
(113,133,138)
#627377
(98,115,119)
#536164
(83,97,100)
#444F51
(68,79,81)
#353D3E
(53,61,62)
#262B2B
(38,43,43)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #ADCDD6

#ADCDD6
(173,205,214)
#B4D1D9
(180,209,217)
#BBD5DC
(187,213,220)
#C2D9DF
(194,217,223)
#C9DDE2
(201,221,226)
#D0E1E5
(208,225,229)
#D7E5E8
(215,229,232)
#DEE9EB
(222,233,235)
#E5EDEE
(229,237,238)
#ECF1F1
(236,241,241)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCDD6 color. Also use rgb(173,205,214) instead hex code.

Text Font Color

.myTextColor { color: #ADCDD6; }

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

This text font color is #ADCDD6.

Background Color

.myBgColor { background-color: #ADCDD6; }

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

This div background color is #ADCDD6.

Border color

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

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

This div border color is #ADCDD6.

Opacity

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

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

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

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

This text has shadow with #ADCDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCDD6.

Preview

Color preview on black background

This text has color #ADCDD6 on black background.


Color preview on white background

This text has color #ADCDD6 on white background.


Black color preview on #ADCDD6 background

This text has black color on #ADCDD6 background.


White color preview on #ADCDD6 background

This text has white color on #ADCDD6 background.


Related colors

Complementary color

Complementary color for #hex is #523229.


I love getcolorcode.com

Triadic colors

1 #D6ADCD and #CDD6AD with #ADCDD6 are triadic colors.

2 #D6CDAD and #CDADD6 with #ADCDD6 are triadic colors.