COLOR #ADC1ED

HEX: #ADC1ED RGB: (173,193,237)

Color info

#ADC1ED contains mainly green and blue colors. Web safe color of #ADC1ED is #99CCFF (or #9CF).

RGB color model

#ADC1ED color RGB value is (173,193,237).

RGB: (173,193,237) (68%, 76%, 93%)

RGB channels and saturation

R 173 of 255 = 68%
G 193 of 255 = 76%
B 237 of 255 = 93%

173
193
237

R + G + B ~ 79%. #ADC1ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 193 + 237 = 603 (100%)
R 173 of 603 ~ 28.69%
G 193 of 603 ~ 32.01%
B 237 of 603 ~ 39.3'%

%28.69
%32.01
%39.3

CMYK color model

#ADC1ED color CMYK value is (27,19,0,7).

  • cyan value is 27.00%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (27,19,0,7) C27M19Y0K7 (27%,19%,0%,7%) (0.27/0.19/0.00/0.07) 

CMYK percentages

%27
%18.57
%0
%7.06

Codes

Color #ADC1ED in popluar color models

AD C1 ED
RGB 173 193 237
HSL 221° 64.00% 80.39%
HSB/HSV 221° 27.00% 92.94%
CMYK 27.00% 18.57% 0.00%
7.06%

Color #ADC1ED in popluar number systems.

HEX AD C1 ED
Decimal 173 193 237
Binary 10101101 11000001 11101101
Octal 255 301 355

Shades and tints

Shades of #ADC1ED

#ADC1ED
(173,193,237)
#9EB0D8
(158,176,216)
#8F9FC3
(143,159,195)
#808EAE
(128,142,174)
#717D99
(113,125,153)
#626C84
(98,108,132)
#535B6F
(83,91,111)
#444A5A
(68,74,90)
#353945
(53,57,69)
#262830
(38,40,48)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #ADC1ED

#ADC1ED
(173,193,237)
#B4C6EE
(180,198,238)
#BBCBEF
(187,203,239)
#C2D0F0
(194,208,240)
#C9D5F1
(201,213,241)
#D0DAF2
(208,218,242)
#D7DFF3
(215,223,243)
#DEE4F4
(222,228,244)
#E5E9F5
(229,233,245)
#ECEEF6
(236,238,246)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC1ED; }

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

This text font color is #ADC1ED.

Background Color

.myBgColor { background-color: #ADC1ED; }

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

This div background color is #ADC1ED.

Border color

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

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

This div border color is #ADC1ED.

Opacity

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

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

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

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

This text has shadow with #ADC1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC1ED.

Preview

Color preview on black background

This text has color #ADC1ED on black background.


Color preview on white background

This text has color #ADC1ED on white background.


Black color preview on #ADC1ED background

This text has black color on #ADC1ED background.


White color preview on #ADC1ED background

This text has white color on #ADC1ED background.


Related colors

Complementary color

Complementary color for #hex is #523E12.


I love getcolorcode.com

Triadic colors

1 #EDADC1 and #C1EDAD with #ADC1ED are triadic colors.

2 #EDC1AD and #C1ADED with #ADC1ED are triadic colors.