COLOR #ADBCF1

HEX: #ADBCF1 RGB: (173,188,241)

Color info

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

RGB color model

#ADBCF1 color RGB value is (173,188,241).

RGB: (173,188,241) (68%, 74%, 95%)

RGB channels and saturation

R 173 of 255 = 68%
G 188 of 255 = 74%
B 241 of 255 = 95%

173
188
241

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

Portions of RGB colors in percentages

R + G + B = 173 + 188 + 241 = 602 (100%)
R 173 of 602 ~ 28.74%
G 188 of 602 ~ 31.23%
B 241 of 602 ~ 40.03'%

%28.74
%31.23
%40.03

CMYK color model

#ADBCF1 color CMYK value is (28,22,0,5).

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

CMYK: (28,22,0,5)
C28M22Y0K5 (28%, 22%, 0%, 5%)
(0.28 / 0.22 / 0.00 / 0.05)

CMYK percentages

%28.22
%21.99
%0
%5.49

Codes

Color #ADBCF1 in popluar color models

AD BC F1
RGB 173 188 241
HSL 227° 70.83% 81.18%
HSB/HSV 227° 28.22% 94.51%
CMYK 28.22% 21.99% 0.00%
5.49%

Color #ADBCF1 in popluar number systems.

HEX AD BC F1
Decimal 173 188 241
Binary 10101101 10111100 11110001
Octal 255 274 361

Shades and tints

Shades of #ADBCF1

#ADBCF1
(173,188,241)
#9EABDC
(158,171,220)
#8F9AC7
(143,154,199)
#8089B2
(128,137,178)
#71789D
(113,120,157)
#626788
(98,103,136)
#535673
(83,86,115)
#44455E
(68,69,94)
#353449
(53,52,73)
#262334
(38,35,52)
#17121F
(23,18,31)
#000000
(0,0,0)

Tints of #ADBCF1

#ADBCF1
(173,188,241)
#B4C2F2
(180,194,242)
#BBC8F3
(187,200,243)
#C2CEF4
(194,206,244)
#C9D4F5
(201,212,245)
#D0DAF6
(208,218,246)
#D7E0F7
(215,224,247)
#DEE6F8
(222,230,248)
#E5ECF9
(229,236,249)
#ECF2FA
(236,242,250)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBCF1; }

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

This text font color is #ADBCF1.

Background Color

.myBgColor { background-color: #ADBCF1; }

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

This div background color is #ADBCF1.

Border color

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

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

This div border color is #ADBCF1.

Opacity

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

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

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

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

This text has shadow with #ADBCF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBCF1.

Preview

Color preview on black background

This text has color #ADBCF1 on black background.


Color preview on white background

This text has color #ADBCF1 on white background.


Black color preview on #ADBCF1 background

This text has black color on #ADBCF1 background.


White color preview on #ADBCF1 background

This text has white color on #ADBCF1 background.


Related colors

Complementary color

Complementary color for #hex is #52430E.


I love getcolorcode.com

Triadic colors

1 #F1ADBC and #BCF1AD with #ADBCF1 are triadic colors.

2 #F1BCAD and #BCADF1 with #ADBCF1 are triadic colors.