COLOR #ADC6FC

HEX: #ADC6FC
RGB: (173,198,252)

Color info

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

RGB color model

#ADC6FC color RGB value is (173,198,252).

  • red value is 173;
  • green value is 198;
  • blue value is 252.
RGB:
(173,198,252)
(68%,78%,99%)

RGB channels and saturation

R 173 of 255 = 68%
G 198 of 255 = 78%
B 252 of 255 = 99%

173
198
252

R + G + B ~ 82%. #ADC6FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 198 + 252 = 623 (100%)
R 173 of 623 ~ 27.77%
G 198 of 623 ~ 31.78%
B 252 of 623 ~ 40.45%

%27.77
%31.78
%40.45

CMYK color model

#ADC6FC color CMYK value is (31,21,0,1).

  • cyan value is 31.35%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(31,21,0,1)
C31M21Y0K1 
(31%,21%,0%,1%)
(0.31/0.21/0.00/0.01)	

CMYK percentages

%31.35
%21.43
%0
%1.18

Codes

Color #ADC6FC in popluar color models

ADC6FC
RGB173198252
HSL221°92.94%83.33%
HSB/HSV221°31.35%98.82%
CMYK31.35%21.43%0.00%
1.18%

Color #ADC6FC in popluar number systems.

HEXADC6FC
Decimal173198252
Binary101011011100011011111100
Octal255306374

Shades and tints

Shades of #ADC6FC

#ADC6FC
(173,198,252)
#9EB4E6
(158,180,230)
#8FA2D0
(143,162,208)
#8090BA
(128,144,186)
#717EA4
(113,126,164)
#626C8E
(98,108,142)
#535A78
(83,90,120)
#444862
(68,72,98)
#35364C
(53,54,76)
#262436
(38,36,54)
#171220
(23,18,32)
#000000
(0,0,0)

Tints of #ADC6FC

#ADC6FC
(173,198,252)
#B4CBFC
(180,203,252)
#BBD0FC
(187,208,252)
#C2D5FC
(194,213,252)
#C9DAFC
(201,218,252)
#D0DFFC
(208,223,252)
#D7E4FC
(215,228,252)
#DEE9FC
(222,233,252)
#E5EEFC
(229,238,252)
#ECF3FC
(236,243,252)
#F3F8FC
(243,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC6FC color. Also use rgb(173,198,252) instead hex code.

Text Font Color

.myTextColor { color: #ADC6FC; }

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

This text font color is #ADC6FC.


Background Color

.myBgColor { background-color: #ADC6FC; }

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

This div background color is #ADC6FC.


Border color

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

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

This div border color is #ADC6FC.


Opacity

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

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

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

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

This text has shadow with #ADC6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC6FC on black background.


Color preview on white background

This text has color #ADC6FC on white background.



Black color preview on #ADC6FC background

This text has black color on #ADC6FC background.


White color preview on #ADC6FC background

This text has white color on #ADC6FC background.