COLOR #ADA4FB

HEX: #ADA4FB
RGB: (173,164,251)

Color info

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

RGB color model

#ADA4FB color RGB value is (173,164,251).

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

RGB channels and saturation

R 173 of 255 = 68%
G 164 of 255 = 64%
B 251 of 255 = 98%

173
164
251

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

Portions of RGB colors in percentages

R + G + B =
173 + 164 + 251 = 588 (100%)
R 173 of 588 ~ 29.42%
G 164 of 588 ~ 27.89%
B 251 of 588 ~ 42.69%

%29.42
%27.89
%42.69

CMYK color model

#ADA4FB color CMYK value is (31,35,0,2).

  • cyan value is 31.08%
  • magenta value is 34.66%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(31,35,0,2)
C31M35Y0K2 
(31%,35%,0%,2%)
(0.31/0.35/0.00/0.02)	

CMYK percentages

%31.08
%34.66
%0
%1.57

Codes

Color #ADA4FB in popluar color models

ADA4FB
RGB173164251
HSL246°91.58%81.37%
HSB/HSV246°34.66%98.43%
CMYK31.08%34.66%0.00%
1.57%

Color #ADA4FB in popluar number systems.

HEXADA4FB
Decimal173164251
Binary101011011010010011111011
Octal255244373

Shades and tints

Shades of #ADA4FB

#ADA4FB
(173,164,251)
#9E96E5
(158,150,229)
#8F88CF
(143,136,207)
#807AB9
(128,122,185)
#716CA3
(113,108,163)
#625E8D
(98,94,141)
#535077
(83,80,119)
#444261
(68,66,97)
#35344B
(53,52,75)
#262635
(38,38,53)
#17181F
(23,24,31)
#000000
(0,0,0)

Tints of #ADA4FB

#ADA4FB
(173,164,251)
#B4ACFB
(180,172,251)
#BBB4FB
(187,180,251)
#C2BCFB
(194,188,251)
#C9C4FB
(201,196,251)
#D0CCFB
(208,204,251)
#D7D4FB
(215,212,251)
#DEDCFB
(222,220,251)
#E5E4FB
(229,228,251)
#ECECFB
(236,236,251)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA4FB; }

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

This text font color is #ADA4FB.


Background Color

.myBgColor { background-color: #ADA4FB; }

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

This div background color is #ADA4FB.


Border color

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

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

This div border color is #ADA4FB.


Opacity

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

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

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

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

This text has shadow with #ADA4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA4FB on black background.


Color preview on white background

This text has color #ADA4FB on white background.



Black color preview on #ADA4FB background

This text has black color on #ADA4FB background.


White color preview on #ADA4FB background

This text has white color on #ADA4FB background.