COLOR #ADC0EB

HEX: #ADC0EB
RGB: (173,192,235)

Color info

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

RGB color model

#ADC0EB color RGB value is (173,192,235).

  • red value is 173;
  • green value is 192;
  • blue value is 235.
RGB:
(173,192,235)
(68%,75%,92%)

RGB channels and saturation

R 173 of 255 = 68%
G 192 of 255 = 75%
B 235 of 255 = 92%

173
192
235

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

Portions of RGB colors in percentages

R + G + B =
173 + 192 + 235 = 600 (100%)
R 173 of 600 ~ 28.83%
G 192 of 600 ~ 32%
B 235 of 600 ~ 39.17%

%28.83
%32
%39.17

CMYK color model

#ADC0EB color CMYK value is (26,18,0,8).

  • cyan value is 26.38%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(26,18,0,8)
C26M18Y0K8 
(26%,18%,0%,8%)
(0.26/0.18/0.00/0.08)	

CMYK percentages

%26.38
%18.3
%0
%7.84

Codes

Color #ADC0EB in popluar color models

ADC0EB
RGB173192235
HSL222°60.78%80.00%
HSB/HSV222°26.38%92.16%
CMYK26.38%18.30%0.00%
7.84%

Color #ADC0EB in popluar number systems.

HEXADC0EB
Decimal173192235
Binary101011011100000011101011
Octal255300353

Shades and tints

Shades of #ADC0EB

#ADC0EB
(173,192,235)
#9EAFD6
(158,175,214)
#8F9EC1
(143,158,193)
#808DAC
(128,141,172)
#717C97
(113,124,151)
#626B82
(98,107,130)
#535A6D
(83,90,109)
#444958
(68,73,88)
#353843
(53,56,67)
#26272E
(38,39,46)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #ADC0EB

#ADC0EB
(173,192,235)
#B4C5EC
(180,197,236)
#BBCAED
(187,202,237)
#C2CFEE
(194,207,238)
#C9D4EF
(201,212,239)
#D0D9F0
(208,217,240)
#D7DEF1
(215,222,241)
#DEE3F2
(222,227,242)
#E5E8F3
(229,232,243)
#ECEDF4
(236,237,244)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC0EB color. Also use rgb(173,192,235) instead hex code.

Text Font Color

.myTextColor { color: #ADC0EB; }

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

This text font color is #ADC0EB.


Background Color

.myBgColor { background-color: #ADC0EB; }

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

This div background color is #ADC0EB.


Border color

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

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

This div border color is #ADC0EB.


Opacity

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

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

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

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

This text has shadow with #ADC0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC0EB on black background.


Color preview on white background

This text has color #ADC0EB on white background.



Black color preview on #ADC0EB background

This text has black color on #ADC0EB background.


White color preview on #ADC0EB background

This text has white color on #ADC0EB background.