COLOR #ADA3F8

HEX: #ADA3F8
RGB: (173,163,248)

Color info

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

RGB color model

#ADA3F8 color RGB value is (173,163,248).

  • red value is 173;
  • green value is 163;
  • blue value is 248.
RGB:
(173,163,248)
(68%,64%,97%)

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 248 of 255 = 97%

173
163
248

R + G + B ~ 76%. #ADA3F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 163 + 248 = 584 (100%)
R 173 of 584 ~ 29.62%
G 163 of 584 ~ 27.91%
B 248 of 584 ~ 42.47%

%29.62
%27.91
%42.47

CMYK color model

#ADA3F8 color CMYK value is (30,34,0,3).

  • cyan value is 30.24%
  • magenta value is 34.27%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(30,34,0,3)
C30M34Y0K3 
(30%,34%,0%,3%)
(0.30/0.34/0.00/0.03)	

CMYK percentages

%30.24
%34.27
%0
%2.75

Codes

Color #ADA3F8 in popluar color models

ADA3F8
RGB173163248
HSL247°85.86%80.59%
HSB/HSV247°34.27%97.25%
CMYK30.24%34.27%0.00%
2.75%

Color #ADA3F8 in popluar number systems.

HEXADA3F8
Decimal173163248
Binary101011011010001111111000
Octal255243370

Shades and tints

Shades of #ADA3F8

#ADA3F8
(173,163,248)
#9E95E2
(158,149,226)
#8F87CC
(143,135,204)
#8079B6
(128,121,182)
#716BA0
(113,107,160)
#625D8A
(98,93,138)
#534F74
(83,79,116)
#44415E
(68,65,94)
#353348
(53,51,72)
#262532
(38,37,50)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #ADA3F8

#ADA3F8
(173,163,248)
#B4ABF8
(180,171,248)
#BBB3F8
(187,179,248)
#C2BBF8
(194,187,248)
#C9C3F8
(201,195,248)
#D0CBF8
(208,203,248)
#D7D3F8
(215,211,248)
#DEDBF8
(222,219,248)
#E5E3F8
(229,227,248)
#ECEBF8
(236,235,248)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA3F8 color. Also use rgb(173,163,248) instead hex code.

Text Font Color

.myTextColor { color: #ADA3F8; }

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

This text font color is #ADA3F8.


Background Color

.myBgColor { background-color: #ADA3F8; }

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

This div background color is #ADA3F8.


Border color

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

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

This div border color is #ADA3F8.


Opacity

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

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

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

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

This text has shadow with #ADA3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA3F8 on black background.


Color preview on white background

This text has color #ADA3F8 on white background.



Black color preview on #ADA3F8 background

This text has black color on #ADA3F8 background.


White color preview on #ADA3F8 background

This text has white color on #ADA3F8 background.