COLOR #ADC3DC

HEX: #ADC3DC RGB: (173,195,220)

Color info

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

RGB color model

#ADC3DC color RGB value is (173,195,220).

RGB: (173,195,220) (68%, 76%, 86%)

RGB channels and saturation

R 173 of 255 = 68%
G 195 of 255 = 76%
B 220 of 255 = 86%

173
195
220

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

Portions of RGB colors in percentages

R + G + B = 173 + 195 + 220 = 588 (100%)
R 173 of 588 ~ 29.42%
G 195 of 588 ~ 33.16%
B 220 of 588 ~ 37.41'%

%29.42
%33.16
%37.41

CMYK color model

#ADC3DC color CMYK value is (21,11,0,14).

  • cyan value is 21.36%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (21,11,0,14) C21M11Y0K14 (21%,11%,0%,14%) (0.21/0.11/0.00/0.14) 

CMYK percentages

%21.36
%11.36
%0
%13.73

Codes

Color #ADC3DC in popluar color models

AD C3 DC
RGB 173 195 220
HSL 212° 40.17% 77.06%
HSB/HSV 212° 21.36% 86.27%
CMYK 21.36% 11.36% 0.00%
13.73%

Color #ADC3DC in popluar number systems.

HEX AD C3 DC
Decimal 173 195 220
Binary 10101101 11000011 11011100
Octal 255 303 334

Shades and tints

Shades of #ADC3DC

#ADC3DC
(173,195,220)
#9EB2C8
(158,178,200)
#8FA1B4
(143,161,180)
#8090A0
(128,144,160)
#717F8C
(113,127,140)
#626E78
(98,110,120)
#535D64
(83,93,100)
#444C50
(68,76,80)
#353B3C
(53,59,60)
#262A28
(38,42,40)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #ADC3DC

#ADC3DC
(173,195,220)
#B4C8DF
(180,200,223)
#BBCDE2
(187,205,226)
#C2D2E5
(194,210,229)
#C9D7E8
(201,215,232)
#D0DCEB
(208,220,235)
#D7E1EE
(215,225,238)
#DEE6F1
(222,230,241)
#E5EBF4
(229,235,244)
#ECF0F7
(236,240,247)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC3DC color. Also use rgb(173,195,220) instead hex code.

Text Font Color

.myTextColor { color: #ADC3DC; }

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

This text font color is #ADC3DC.

Background Color

.myBgColor { background-color: #ADC3DC; }

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

This div background color is #ADC3DC.

Border color

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

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

This div border color is #ADC3DC.

Opacity

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

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

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

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

This text has shadow with #ADC3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC3DC.

Preview

Color preview on black background

This text has color #ADC3DC on black background.


Color preview on white background

This text has color #ADC3DC on white background.


Black color preview on #ADC3DC background

This text has black color on #ADC3DC background.


White color preview on #ADC3DC background

This text has white color on #ADC3DC background.


Related colors

Complementary color

Complementary color for #hex is #523C23.


I love getcolorcode.com

Triadic colors

1 #DCADC3 and #C3DCAD with #ADC3DC are triadic colors.

2 #DCC3AD and #C3ADDC with #ADC3DC are triadic colors.