COLOR #ADB1FC

HEX: #ADB1FC
RGB: (173,177,252)

Color info

#ADB1FC contains mainly blue color. Web safe color of #ADB1FC is #9999FF (or #99F).

RGB color model

#ADB1FC color RGB value is (173,177,252).

  • red value is 173;
  • green value is 177;
  • blue value is 252.
RGB:
(173,177,252)
(68%,69%,99%)

RGB channels and saturation

R 173 of 255 = 68%
G 177 of 255 = 69%
B 252 of 255 = 99%

173
177
252

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

Portions of RGB colors in percentages

R + G + B =
173 + 177 + 252 = 602 (100%)
R 173 of 602 ~ 28.74%
G 177 of 602 ~ 29.4%
B 252 of 602 ~ 41.86%

%28.74
%29.4
%41.86

CMYK color model

#ADB1FC color CMYK value is (31,30,0,1).

  • cyan value is 31.35%
  • magenta value is 29.76%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(31,30,0,1)
C31M30Y0K1 
(31%,30%,0%,1%)
(0.31/0.30/0.00/0.01)	

CMYK percentages

%31.35
%29.76
%0
%1.18

Codes

Color #ADB1FC in popluar color models

ADB1FC
RGB173177252
HSL237°92.94%83.33%
HSB/HSV237°31.35%98.82%
CMYK31.35%29.76%0.00%
1.18%

Color #ADB1FC in popluar number systems.

HEXADB1FC
Decimal173177252
Binary101011011011000111111100
Octal255261374

Shades and tints

Shades of #ADB1FC

#ADB1FC
(173,177,252)
#9EA1E6
(158,161,230)
#8F91D0
(143,145,208)
#8081BA
(128,129,186)
#7171A4
(113,113,164)
#62618E
(98,97,142)
#535178
(83,81,120)
#444162
(68,65,98)
#35314C
(53,49,76)
#262136
(38,33,54)
#171120
(23,17,32)
#000000
(0,0,0)

Tints of #ADB1FC

#ADB1FC
(173,177,252)
#B4B8FC
(180,184,252)
#BBBFFC
(187,191,252)
#C2C6FC
(194,198,252)
#C9CDFC
(201,205,252)
#D0D4FC
(208,212,252)
#D7DBFC
(215,219,252)
#DEE2FC
(222,226,252)
#E5E9FC
(229,233,252)
#ECF0FC
(236,240,252)
#F3F7FC
(243,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB1FC color. Also use rgb(173,177,252) instead hex code.

Text Font Color

.myTextColor { color: #ADB1FC; }

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

This text font color is #ADB1FC.


Background Color

.myBgColor { background-color: #ADB1FC; }

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

This div background color is #ADB1FC.


Border color

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

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

This div border color is #ADB1FC.


Opacity

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

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

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

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

This text has shadow with #ADB1FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB1FC on black background.


Color preview on white background

This text has color #ADB1FC on white background.



Black color preview on #ADB1FC background

This text has black color on #ADB1FC background.


White color preview on #ADB1FC background

This text has white color on #ADB1FC background.