COLOR #ADC2EB

HEX: #ADC2EB
RGB: (173,194,235)

Color info

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

RGB color model

#ADC2EB color RGB value is (173,194,235).

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

RGB channels and saturation

R 173 of 255 = 68%
G 194 of 255 = 76%
B 235 of 255 = 92%

173
194
235

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

Portions of RGB colors in percentages

R + G + B =
173 + 194 + 235 = 602 (100%)
R 173 of 602 ~ 28.74%
G 194 of 602 ~ 32.23%
B 235 of 602 ~ 39.04%

%28.74
%32.23
%39.04

CMYK color model

#ADC2EB color CMYK value is (26,17,0,8).

  • cyan value is 26.38%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(26,17,0,8)
C26M17Y0K8 
(26%,17%,0%,8%)
(0.26/0.17/0.00/0.08)	

CMYK percentages

%26.38
%17.45
%0
%7.84

Codes

Color #ADC2EB in popluar color models

ADC2EB
RGB173194235
HSL220°60.78%80.00%
HSB/HSV220°26.38%92.16%
CMYK26.38%17.45%0.00%
7.84%

Color #ADC2EB in popluar number systems.

HEXADC2EB
Decimal173194235
Binary101011011100001011101011
Octal255302353

Shades and tints

Shades of #ADC2EB

#ADC2EB
(173,194,235)
#9EB1D6
(158,177,214)
#8FA0C1
(143,160,193)
#808FAC
(128,143,172)
#717E97
(113,126,151)
#626D82
(98,109,130)
#535C6D
(83,92,109)
#444B58
(68,75,88)
#353A43
(53,58,67)
#26292E
(38,41,46)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #ADC2EB

#ADC2EB
(173,194,235)
#B4C7EC
(180,199,236)
#BBCCED
(187,204,237)
#C2D1EE
(194,209,238)
#C9D6EF
(201,214,239)
#D0DBF0
(208,219,240)
#D7E0F1
(215,224,241)
#DEE5F2
(222,229,242)
#E5EAF3
(229,234,243)
#ECEFF4
(236,239,244)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC2EB; }

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

This text font color is #ADC2EB.


Background Color

.myBgColor { background-color: #ADC2EB; }

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

This div background color is #ADC2EB.


Border color

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

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

This div border color is #ADC2EB.


Opacity

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

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

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

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

This text has shadow with #ADC2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC2EB on black background.


Color preview on white background

This text has color #ADC2EB on white background.



Black color preview on #ADC2EB background

This text has black color on #ADC2EB background.


White color preview on #ADC2EB background

This text has white color on #ADC2EB background.