COLOR #ADC8E1

HEX: #ADC8E1
RGB: (173,200,225)

Color info

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

RGB color model

#ADC8E1 color RGB value is (173,200,225).

  • red value is 173;
  • green value is 200;
  • blue value is 225.
RGB:
(173,200,225)
(68%,78%,88%)

RGB channels and saturation

R 173 of 255 = 68%
G 200 of 255 = 78%
B 225 of 255 = 88%

173
200
225

R + G + B ~ 78%. #ADC8E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 200 + 225 = 598 (100%)
R 173 of 598 ~ 28.93%
G 200 of 598 ~ 33.44%
B 225 of 598 ~ 37.63%

%28.93
%33.44
%37.63

CMYK color model

#ADC8E1 color CMYK value is (23,11,0,12).

  • cyan value is 23.11%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(23,11,0,12)
C23M11Y0K12 
(23%,11%,0%,12%)
(0.23/0.11/0.00/0.12)	

CMYK percentages

%23.11
%11.11
%0
%11.76

Codes

Color #ADC8E1 in popluar color models

ADC8E1
RGB173200225
HSL209°46.43%78.04%
HSB/HSV209°23.11%88.24%
CMYK23.11%11.11%0.00%
11.76%

Color #ADC8E1 in popluar number systems.

HEXADC8E1
Decimal173200225
Binary101011011100100011100001
Octal255310341

Shades and tints

Shades of #ADC8E1

#ADC8E1
(173,200,225)
#9EB6CD
(158,182,205)
#8FA4B9
(143,164,185)
#8092A5
(128,146,165)
#718091
(113,128,145)
#626E7D
(98,110,125)
#535C69
(83,92,105)
#444A55
(68,74,85)
#353841
(53,56,65)
#26262D
(38,38,45)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADC8E1

#ADC8E1
(173,200,225)
#B4CDE3
(180,205,227)
#BBD2E5
(187,210,229)
#C2D7E7
(194,215,231)
#C9DCE9
(201,220,233)
#D0E1EB
(208,225,235)
#D7E6ED
(215,230,237)
#DEEBEF
(222,235,239)
#E5F0F1
(229,240,241)
#ECF5F3
(236,245,243)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC8E1 color. Also use rgb(173,200,225) instead hex code.

Text Font Color

.myTextColor { color: #ADC8E1; }

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

This text font color is #ADC8E1.


Background Color

.myBgColor { background-color: #ADC8E1; }

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

This div background color is #ADC8E1.


Border color

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

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

This div border color is #ADC8E1.


Opacity

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

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

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

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

This text has shadow with #ADC8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC8E1 on black background.


Color preview on white background

This text has color #ADC8E1 on white background.



Black color preview on #ADC8E1 background

This text has black color on #ADC8E1 background.


White color preview on #ADC8E1 background

This text has white color on #ADC8E1 background.