COLOR #ADC5F6

HEX: #ADC5F6 RGB: (173,197,246)

Color info

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

RGB color model

#ADC5F6 color RGB value is (173,197,246).

RGB: (173,197,246) (68%, 77%, 96%)

RGB channels and saturation

R 173 of 255 = 68%
G 197 of 255 = 77%
B 246 of 255 = 96%

173
197
246

R + G + B ~ 80%. #ADC5F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 197 + 246 = 616 (100%)
R 173 of 616 ~ 28.08%
G 197 of 616 ~ 31.98%
B 246 of 616 ~ 39.94'%

%28.08
%31.98
%39.94

CMYK color model

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

  • cyan value is 29.67%
  • magenta value is 19.92%
  • 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.92
%0
%3.53

Codes

Color #ADC5F6 in popluar color models

AD C5 F6
RGB 173 197 246
HSL 220° 80.22% 82.16%
HSB/HSV 220° 29.67% 96.47%
CMYK 29.67% 19.92% 0.00%
3.53%

Color #ADC5F6 in popluar number systems.

HEX AD C5 F6
Decimal 173 197 246
Binary 10101101 11000101 11110110
Octal 255 305 366

Shades and tints

Shades of #ADC5F6

#ADC5F6
(173,197,246)
#9EB4E0
(158,180,224)
#8FA3CA
(143,163,202)
#8092B4
(128,146,180)
#71819E
(113,129,158)
#627088
(98,112,136)
#535F72
(83,95,114)
#444E5C
(68,78,92)
#353D46
(53,61,70)
#262C30
(38,44,48)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #ADC5F6

#ADC5F6
(173,197,246)
#B4CAF6
(180,202,246)
#BBCFF6
(187,207,246)
#C2D4F6
(194,212,246)
#C9D9F6
(201,217,246)
#D0DEF6
(208,222,246)
#D7E3F6
(215,227,246)
#DEE8F6
(222,232,246)
#E5EDF6
(229,237,246)
#ECF2F6
(236,242,246)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC5F6; }

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

This text font color is #ADC5F6.

Background Color

.myBgColor { background-color: #ADC5F6; }

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

This div background color is #ADC5F6.

Border color

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

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

This div border color is #ADC5F6.

Opacity

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

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

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

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

This text has shadow with #ADC5F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC5F6.

Preview

Color preview on black background

This text has color #ADC5F6 on black background.


Color preview on white background

This text has color #ADC5F6 on white background.


Black color preview on #ADC5F6 background

This text has black color on #ADC5F6 background.


White color preview on #ADC5F6 background

This text has white color on #ADC5F6 background.


Related colors

Complementary color

Complementary color for #hex is #523A09.


I love getcolorcode.com

Triadic colors

1 #F6ADC5 and #C5F6AD with #ADC5F6 are triadic colors.

2 #F6C5AD and #C5ADF6 with #ADC5F6 are triadic colors.