COLOR #ADC3F1

HEX: #ADC3F1 RGB: (173,195,241)

Color info

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

RGB color model

#ADC3F1 color RGB value is (173,195,241).

RGB: (173,195,241) (68%, 76%, 95%)

RGB channels and saturation

R 173 of 255 = 68%
G 195 of 255 = 76%
B 241 of 255 = 95%

173
195
241

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

Portions of RGB colors in percentages

R + G + B = 173 + 195 + 241 = 609 (100%)
R 173 of 609 ~ 28.41%
G 195 of 609 ~ 32.02%
B 241 of 609 ~ 39.57'%

%28.41
%32.02
%39.57

CMYK color model

#ADC3F1 color CMYK value is (28,19,0,5).

  • cyan value is 28.22%
  • magenta value is 19.09%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (28,19,0,5)
C28M19Y0K5 (28%, 19%, 0%, 5%)
(0.28 / 0.19 / 0.00 / 0.05)

CMYK percentages

%28.22
%19.09
%0
%5.49

Codes

Color #ADC3F1 in popluar color models

AD C3 F1
RGB 173 195 241
HSL 221° 70.83% 81.18%
HSB/HSV 221° 28.22% 94.51%
CMYK 28.22% 19.09% 0.00%
5.49%

Color #ADC3F1 in popluar number systems.

HEX AD C3 F1
Decimal 173 195 241
Binary 10101101 11000011 11110001
Octal 255 303 361

Shades and tints

Shades of #ADC3F1

#ADC3F1
(173,195,241)
#9EB2DC
(158,178,220)
#8FA1C7
(143,161,199)
#8090B2
(128,144,178)
#717F9D
(113,127,157)
#626E88
(98,110,136)
#535D73
(83,93,115)
#444C5E
(68,76,94)
#353B49
(53,59,73)
#262A34
(38,42,52)
#17191F
(23,25,31)
#000000
(0,0,0)

Tints of #ADC3F1

#ADC3F1
(173,195,241)
#B4C8F2
(180,200,242)
#BBCDF3
(187,205,243)
#C2D2F4
(194,210,244)
#C9D7F5
(201,215,245)
#D0DCF6
(208,220,246)
#D7E1F7
(215,225,247)
#DEE6F8
(222,230,248)
#E5EBF9
(229,235,249)
#ECF0FA
(236,240,250)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC3F1 color. Also use rgb(173,195,241) instead hex code.

Text Font Color

.myTextColor { color: #ADC3F1; }

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

This text font color is #ADC3F1.

Background Color

.myBgColor { background-color: #ADC3F1; }

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

This div background color is #ADC3F1.

Border color

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

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

This div border color is #ADC3F1.

Opacity

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

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

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

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

This text has shadow with #ADC3F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC3F1.

Preview

Color preview on black background

This text has color #ADC3F1 on black background.


Color preview on white background

This text has color #ADC3F1 on white background.


Black color preview on #ADC3F1 background

This text has black color on #ADC3F1 background.


White color preview on #ADC3F1 background

This text has white color on #ADC3F1 background.


Related colors

Complementary color

Complementary color for #hex is #523C0E.


I love getcolorcode.com

Triadic colors

1 #F1ADC3 and #C3F1AD with #ADC3F1 are triadic colors.

2 #F1C3AD and #C3ADF1 with #ADC3F1 are triadic colors.