COLOR #ADC9ED

HEX: #ADC9ED RGB: (173,201,237)

Color info

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

RGB color model

#ADC9ED color RGB value is (173,201,237).

RGB: (173,201,237) (68%, 79%, 93%)

RGB channels and saturation

R 173 of 255 = 68%
G 201 of 255 = 79%
B 237 of 255 = 93%

173
201
237

R + G + B ~ 80%. #ADC9ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 201 + 237 = 611 (100%)
R 173 of 611 ~ 28.31%
G 201 of 611 ~ 32.9%
B 237 of 611 ~ 38.79'%

%28.31
%32.9
%38.79

CMYK color model

#ADC9ED color CMYK value is (27,15,0,7).

  • cyan value is 27.00%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (27,15,0,7) C27M15Y0K7 (27%,15%,0%,7%) (0.27/0.15/0.00/0.07) 

CMYK percentages

%27
%15.19
%0
%7.06

Codes

Color #ADC9ED in popluar color models

AD C9 ED
RGB 173 201 237
HSL 214° 64.00% 80.39%
HSB/HSV 214° 27.00% 92.94%
CMYK 27.00% 15.19% 0.00%
7.06%

Color #ADC9ED in popluar number systems.

HEX AD C9 ED
Decimal 173 201 237
Binary 10101101 11001001 11101101
Octal 255 311 355

Shades and tints

Shades of #ADC9ED

#ADC9ED
(173,201,237)
#9EB7D8
(158,183,216)
#8FA5C3
(143,165,195)
#8093AE
(128,147,174)
#718199
(113,129,153)
#626F84
(98,111,132)
#535D6F
(83,93,111)
#444B5A
(68,75,90)
#353945
(53,57,69)
#262730
(38,39,48)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #ADC9ED

#ADC9ED
(173,201,237)
#B4CDEE
(180,205,238)
#BBD1EF
(187,209,239)
#C2D5F0
(194,213,240)
#C9D9F1
(201,217,241)
#D0DDF2
(208,221,242)
#D7E1F3
(215,225,243)
#DEE5F4
(222,229,244)
#E5E9F5
(229,233,245)
#ECEDF6
(236,237,246)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC9ED; }

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

This text font color is #ADC9ED.

Background Color

.myBgColor { background-color: #ADC9ED; }

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

This div background color is #ADC9ED.

Border color

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

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

This div border color is #ADC9ED.

Opacity

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

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

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

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

This text has shadow with #ADC9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC9ED.

Preview

Color preview on black background

This text has color #ADC9ED on black background.


Color preview on white background

This text has color #ADC9ED on white background.


Black color preview on #ADC9ED background

This text has black color on #ADC9ED background.


White color preview on #ADC9ED background

This text has white color on #ADC9ED background.


Related colors

Complementary color

Complementary color for #hex is #523612.


I love getcolorcode.com

Triadic colors

1 #EDADC9 and #C9EDAD with #ADC9ED are triadic colors.

2 #EDC9AD and #C9ADED with #ADC9ED are triadic colors.