COLOR #ADC6F6

HEX: #ADC6F6
RGB: (173,198,246)

Color info

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

RGB color model

#ADC6F6 color RGB value is (173,198,246).

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

RGB channels and saturation

R 173 of 255 = 68%
G 198 of 255 = 78%
B 246 of 255 = 96%

173
198
246

R + G + B ~ 81%. #ADC6F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 198 + 246 = 617 (100%)
R 173 of 617 ~ 28.04%
G 198 of 617 ~ 32.09%
B 246 of 617 ~ 39.87%

%28.04
%32.09
%39.87

CMYK color model

#ADC6F6 color CMYK value is (30,20,0,4).

  • cyan value is 29.67%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(30,20,0,4)
C30M20Y0K4 
(30%,20%,0%,4%)
(0.30/0.20/0.00/0.04)	

CMYK percentages

%29.67
%19.51
%0
%3.53

Codes

Color #ADC6F6 in popluar color models

ADC6F6
RGB173198246
HSL219°80.22%82.16%
HSB/HSV219°29.67%96.47%
CMYK29.67%19.51%0.00%
3.53%

Color #ADC6F6 in popluar number systems.

HEXADC6F6
Decimal173198246
Binary101011011100011011110110
Octal255306366

Shades and tints

Shades of #ADC6F6

#ADC6F6
(173,198,246)
#9EB4E0
(158,180,224)
#8FA2CA
(143,162,202)
#8090B4
(128,144,180)
#717E9E
(113,126,158)
#626C88
(98,108,136)
#535A72
(83,90,114)
#44485C
(68,72,92)
#353646
(53,54,70)
#262430
(38,36,48)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #ADC6F6

#ADC6F6
(173,198,246)
#B4CBF6
(180,203,246)
#BBD0F6
(187,208,246)
#C2D5F6
(194,213,246)
#C9DAF6
(201,218,246)
#D0DFF6
(208,223,246)
#D7E4F6
(215,228,246)
#DEE9F6
(222,233,246)
#E5EEF6
(229,238,246)
#ECF3F6
(236,243,246)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC6F6; }

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

This text font color is #ADC6F6.


Background Color

.myBgColor { background-color: #ADC6F6; }

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

This div background color is #ADC6F6.


Border color

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

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

This div border color is #ADC6F6.


Opacity

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

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

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

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

This text has shadow with #ADC6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC6F6 on black background.


Color preview on white background

This text has color #ADC6F6 on white background.



Black color preview on #ADC6F6 background

This text has black color on #ADC6F6 background.


White color preview on #ADC6F6 background

This text has white color on #ADC6F6 background.