COLOR #ADC8EF

HEX: #ADC8EF
RGB: (173,200,239)

Color info

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

RGB color model

#ADC8EF color RGB value is (173,200,239).

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

RGB channels and saturation

R 173 of 255 = 68%
G 200 of 255 = 78%
B 239 of 255 = 94%

173
200
239

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

Portions of RGB colors in percentages

R + G + B =
173 + 200 + 239 = 612 (100%)
R 173 of 612 ~ 28.27%
G 200 of 612 ~ 32.68%
B 239 of 612 ~ 39.05%

%28.27
%32.68
%39.05

CMYK color model

#ADC8EF color CMYK value is (28,16,0,6).

  • cyan value is 27.62%
  • magenta value is 16.32%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(28,16,0,6)
C28M16Y0K6 
(28%,16%,0%,6%)
(0.28/0.16/0.00/0.06)	

CMYK percentages

%27.62
%16.32
%0
%6.27

Codes

Color #ADC8EF in popluar color models

ADC8EF
RGB173200239
HSL215°67.35%80.78%
HSB/HSV215°27.62%93.73%
CMYK27.62%16.32%0.00%
6.27%

Color #ADC8EF in popluar number systems.

HEXADC8EF
Decimal173200239
Binary101011011100100011101111
Octal255310357

Shades and tints

Shades of #ADC8EF

#ADC8EF
(173,200,239)
#9EB6DA
(158,182,218)
#8FA4C5
(143,164,197)
#8092B0
(128,146,176)
#71809B
(113,128,155)
#626E86
(98,110,134)
#535C71
(83,92,113)
#444A5C
(68,74,92)
#353847
(53,56,71)
#262632
(38,38,50)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #ADC8EF

#ADC8EF
(173,200,239)
#B4CDF0
(180,205,240)
#BBD2F1
(187,210,241)
#C2D7F2
(194,215,242)
#C9DCF3
(201,220,243)
#D0E1F4
(208,225,244)
#D7E6F5
(215,230,245)
#DEEBF6
(222,235,246)
#E5F0F7
(229,240,247)
#ECF5F8
(236,245,248)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC8EF; }

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

This text font color is #ADC8EF.


Background Color

.myBgColor { background-color: #ADC8EF; }

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

This div background color is #ADC8EF.


Border color

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

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

This div border color is #ADC8EF.


Opacity

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

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

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

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

This text has shadow with #ADC8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC8EF on black background.


Color preview on white background

This text has color #ADC8EF on white background.



Black color preview on #ADC8EF background

This text has black color on #ADC8EF background.


White color preview on #ADC8EF background

This text has white color on #ADC8EF background.