COLOR #ADA8FB

HEX: #ADA8FB
RGB: (173,168,251)

Color info

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

RGB color model

#ADA8FB color RGB value is (173,168,251).

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

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 251 of 255 = 98%

173
168
251

R + G + B ~ 77%. #ADA8FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 168 + 251 = 592 (100%)
R 173 of 592 ~ 29.22%
G 168 of 592 ~ 28.38%
B 251 of 592 ~ 42.4%

%29.22
%28.38
%42.4

CMYK color model

#ADA8FB color CMYK value is (31,33,0,2).

  • cyan value is 31.08%
  • magenta value is 33.07%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(31,33,0,2)
C31M33Y0K2 
(31%,33%,0%,2%)
(0.31/0.33/0.00/0.02)	

CMYK percentages

%31.08
%33.07
%0
%1.57

Codes

Color #ADA8FB in popluar color models

ADA8FB
RGB173168251
HSL244°91.21%82.16%
HSB/HSV244°33.07%98.43%
CMYK31.08%33.07%0.00%
1.57%

Color #ADA8FB in popluar number systems.

HEXADA8FB
Decimal173168251
Binary101011011010100011111011
Octal255250373

Shades and tints

Shades of #ADA8FB

#ADA8FB
(173,168,251)
#9E99E5
(158,153,229)
#8F8ACF
(143,138,207)
#807BB9
(128,123,185)
#716CA3
(113,108,163)
#625D8D
(98,93,141)
#534E77
(83,78,119)
#443F61
(68,63,97)
#35304B
(53,48,75)
#262135
(38,33,53)
#17121F
(23,18,31)
#000000
(0,0,0)

Tints of #ADA8FB

#ADA8FB
(173,168,251)
#B4AFFB
(180,175,251)
#BBB6FB
(187,182,251)
#C2BDFB
(194,189,251)
#C9C4FB
(201,196,251)
#D0CBFB
(208,203,251)
#D7D2FB
(215,210,251)
#DED9FB
(222,217,251)
#E5E0FB
(229,224,251)
#ECE7FB
(236,231,251)
#F3EEFB
(243,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA8FB; }

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

This text font color is #ADA8FB.


Background Color

.myBgColor { background-color: #ADA8FB; }

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

This div background color is #ADA8FB.


Border color

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

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

This div border color is #ADA8FB.


Opacity

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

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

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

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

This text has shadow with #ADA8FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA8FB on black background.


Color preview on white background

This text has color #ADA8FB on white background.



Black color preview on #ADA8FB background

This text has black color on #ADA8FB background.


White color preview on #ADA8FB background

This text has white color on #ADA8FB background.