COLOR #AD90F1

HEX: #AD90F1
RGB: (173,144,241)

Color info

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

RGB color model

#AD90F1 color RGB value is (173,144,241).

  • red value is 173;
  • green value is 144;
  • blue value is 241.
RGB:
(173,144,241)
(68%,56%,95%)

RGB channels and saturation

R 173 of 255 = 68%
G 144 of 255 = 56%
B 241 of 255 = 95%

173
144
241

R + G + B ~ 73%. #AD90F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 144 + 241 = 558 (100%)
R 173 of 558 ~ 31%
G 144 of 558 ~ 25.81%
B 241 of 558 ~ 43.19%

%31
%25.81
%43.19

CMYK color model

#AD90F1 color CMYK value is (28,40,0,5).

  • cyan value is 28.22%
  • magenta value is 40.25%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(28,40,0,5)
C28M40Y0K5 
(28%,40%,0%,5%)
(0.28/0.40/0.00/0.05)	

CMYK percentages

%28.22
%40.25
%0
%5.49

Codes

Color #AD90F1 in popluar color models

AD90F1
RGB173144241
HSL258°77.60%75.49%
HSB/HSV258°40.25%94.51%
CMYK28.22%40.25%0.00%
5.49%

Color #AD90F1 in popluar number systems.

HEXAD90F1
Decimal173144241
Binary101011011001000011110001
Octal255220361

Shades and tints

Shades of #AD90F1

#AD90F1
(173,144,241)
#9E83DC
(158,131,220)
#8F76C7
(143,118,199)
#8069B2
(128,105,178)
#715C9D
(113,92,157)
#624F88
(98,79,136)
#534273
(83,66,115)
#44355E
(68,53,94)
#352849
(53,40,73)
#261B34
(38,27,52)
#170E1F
(23,14,31)
#000000
(0,0,0)

Tints of #AD90F1

#AD90F1
(173,144,241)
#B49AF2
(180,154,242)
#BBA4F3
(187,164,243)
#C2AEF4
(194,174,244)
#C9B8F5
(201,184,245)
#D0C2F6
(208,194,246)
#D7CCF7
(215,204,247)
#DED6F8
(222,214,248)
#E5E0F9
(229,224,249)
#ECEAFA
(236,234,250)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD90F1 color. Also use rgb(173,144,241) instead hex code.

Text Font Color

.myTextColor { color: #AD90F1; }

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

This text font color is #AD90F1.


Background Color

.myBgColor { background-color: #AD90F1; }

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

This div background color is #AD90F1.


Border color

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

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

This div border color is #AD90F1.


Opacity

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

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

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

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

This text has shadow with #AD90F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD90F1 on black background.


Color preview on white background

This text has color #AD90F1 on white background.



Black color preview on #AD90F1 background

This text has black color on #AD90F1 background.


White color preview on #AD90F1 background

This text has white color on #AD90F1 background.