COLOR #AD90D4

HEX: #AD90D4
RGB: (173,144,212)

Color info

#AD90D4 contains mainly red and blue colors. Web safe color of #AD90D4 is #9999CC (or #99C).

RGB color model

#AD90D4 color RGB value is (173,144,212).

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

RGB channels and saturation

R 173 of 255 = 68%
G 144 of 255 = 56%
B 212 of 255 = 83%

173
144
212

R + G + B ~ 69%. #AD90D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 144 + 212 = 529 (100%)
R 173 of 529 ~ 32.7%
G 144 of 529 ~ 27.22%
B 212 of 529 ~ 40.08%

%32.7
%27.22
%40.08

CMYK color model

#AD90D4 color CMYK value is (18,32,0,17).

  • cyan value is 18.40%
  • magenta value is 32.08%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(18,32,0,17)
C18M32Y0K17 
(18%,32%,0%,17%)
(0.18/0.32/0.00/0.17)	

CMYK percentages

%18.4
%32.08
%0
%16.86

Codes

Color #AD90D4 in popluar color models

AD90D4
RGB173144212
HSL266°44.16%69.80%
HSB/HSV266°32.08%83.14%
CMYK18.40%32.08%0.00%
16.86%

Color #AD90D4 in popluar number systems.

HEXAD90D4
Decimal173144212
Binary101011011001000011010100
Octal255220324

Shades and tints

Shades of #AD90D4

#AD90D4
(173,144,212)
#9E83C1
(158,131,193)
#8F76AE
(143,118,174)
#80699B
(128,105,155)
#715C88
(113,92,136)
#624F75
(98,79,117)
#534262
(83,66,98)
#44354F
(68,53,79)
#35283C
(53,40,60)
#261B29
(38,27,41)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #AD90D4

#AD90D4
(173,144,212)
#B49AD7
(180,154,215)
#BBA4DA
(187,164,218)
#C2AEDD
(194,174,221)
#C9B8E0
(201,184,224)
#D0C2E3
(208,194,227)
#D7CCE6
(215,204,230)
#DED6E9
(222,214,233)
#E5E0EC
(229,224,236)
#ECEAEF
(236,234,239)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD90D4; }

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

This text font color is #AD90D4.


Background Color

.myBgColor { background-color: #AD90D4; }

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

This div background color is #AD90D4.


Border color

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

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

This div border color is #AD90D4.


Opacity

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

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

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

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

This text has shadow with #AD90D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD90D4 on black background.


Color preview on white background

This text has color #AD90D4 on white background.



Black color preview on #AD90D4 background

This text has black color on #AD90D4 background.


White color preview on #AD90D4 background

This text has white color on #AD90D4 background.