COLOR #ADBCFB

HEX: #ADBCFB
RGB: (173,188,251)

Color info

#ADBCFB contains mainly blue color. Web safe color of #ADBCFB is #99CCFF (or #9CF).

RGB color model

#ADBCFB color RGB value is (173,188,251).

  • red value is 173;
  • green value is 188;
  • blue value is 251.
RGB:
(173,188,251)
(68%,74%,98%)

RGB channels and saturation

R 173 of 255 = 68%
G 188 of 255 = 74%
B 251 of 255 = 98%

173
188
251

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

Portions of RGB colors in percentages

R + G + B =
173 + 188 + 251 = 612 (100%)
R 173 of 612 ~ 28.27%
G 188 of 612 ~ 30.72%
B 251 of 612 ~ 41.01%

%28.27
%30.72
%41.01

CMYK color model

#ADBCFB color CMYK value is (31,25,0,2).

  • cyan value is 31.08%
  • magenta value is 25.10%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(31,25,0,2)
C31M25Y0K2 
(31%,25%,0%,2%)
(0.31/0.25/0.00/0.02)	

CMYK percentages

%31.08
%25.1
%0
%1.57

Codes

Color #ADBCFB in popluar color models

ADBCFB
RGB173188251
HSL228°90.70%83.14%
HSB/HSV228°31.08%98.43%
CMYK31.08%25.10%0.00%
1.57%

Color #ADBCFB in popluar number systems.

HEXADBCFB
Decimal173188251
Binary101011011011110011111011
Octal255274373

Shades and tints

Shades of #ADBCFB

#ADBCFB
(173,188,251)
#9EABE5
(158,171,229)
#8F9ACF
(143,154,207)
#8089B9
(128,137,185)
#7178A3
(113,120,163)
#62678D
(98,103,141)
#535677
(83,86,119)
#444561
(68,69,97)
#35344B
(53,52,75)
#262335
(38,35,53)
#17121F
(23,18,31)
#000000
(0,0,0)

Tints of #ADBCFB

#ADBCFB
(173,188,251)
#B4C2FB
(180,194,251)
#BBC8FB
(187,200,251)
#C2CEFB
(194,206,251)
#C9D4FB
(201,212,251)
#D0DAFB
(208,218,251)
#D7E0FB
(215,224,251)
#DEE6FB
(222,230,251)
#E5ECFB
(229,236,251)
#ECF2FB
(236,242,251)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBCFB; }

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

This text font color is #ADBCFB.


Background Color

.myBgColor { background-color: #ADBCFB; }

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

This div background color is #ADBCFB.


Border color

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

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

This div border color is #ADBCFB.


Opacity

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

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

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

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

This text has shadow with #ADBCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBCFB on black background.


Color preview on white background

This text has color #ADBCFB on white background.



Black color preview on #ADBCFB background

This text has black color on #ADBCFB background.


White color preview on #ADBCFB background

This text has white color on #ADBCFB background.