COLOR #ADC2ED

HEX: #ADC2ED
RGB: (173,194,237)

Color info

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

RGB color model

#ADC2ED color RGB value is (173,194,237).

  • red value is 173;
  • green value is 194;
  • blue value is 237.
RGB:
(173,194,237)
(68%,76%,93%)

RGB channels and saturation

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

173
194
237

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

Portions of RGB colors in percentages

R + G + B =
173 + 194 + 237 = 604 (100%)
R 173 of 604 ~ 28.64%
G 194 of 604 ~ 32.12%
B 237 of 604 ~ 39.24%

%28.64
%32.12
%39.24

CMYK color model

#ADC2ED color CMYK value is (27,18,0,7).

  • cyan value is 27.00%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(27,18,0,7)
C27M18Y0K7 
(27%,18%,0%,7%)
(0.27/0.18/0.00/0.07)	

CMYK percentages

%27
%18.14
%0
%7.06

Codes

Color #ADC2ED in popluar color models

ADC2ED
RGB173194237
HSL220°64.00%80.39%
HSB/HSV220°27.00%92.94%
CMYK27.00%18.14%0.00%
7.06%

Color #ADC2ED in popluar number systems.

HEXADC2ED
Decimal173194237
Binary101011011100001011101101
Octal255302355

Shades and tints

Shades of #ADC2ED

#ADC2ED
(173,194,237)
#9EB1D8
(158,177,216)
#8FA0C3
(143,160,195)
#808FAE
(128,143,174)
#717E99
(113,126,153)
#626D84
(98,109,132)
#535C6F
(83,92,111)
#444B5A
(68,75,90)
#353A45
(53,58,69)
#262930
(38,41,48)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #ADC2ED

#ADC2ED
(173,194,237)
#B4C7EE
(180,199,238)
#BBCCEF
(187,204,239)
#C2D1F0
(194,209,240)
#C9D6F1
(201,214,241)
#D0DBF2
(208,219,242)
#D7E0F3
(215,224,243)
#DEE5F4
(222,229,244)
#E5EAF5
(229,234,245)
#ECEFF6
(236,239,246)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC2ED; }

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

This text font color is #ADC2ED.


Background Color

.myBgColor { background-color: #ADC2ED; }

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

This div background color is #ADC2ED.


Border color

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

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

This div border color is #ADC2ED.


Opacity

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

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

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

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

This text has shadow with #ADC2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC2ED on black background.


Color preview on white background

This text has color #ADC2ED on white background.



Black color preview on #ADC2ED background

This text has black color on #ADC2ED background.


White color preview on #ADC2ED background

This text has white color on #ADC2ED background.