COLOR #AD91E6

HEX: #AD91E6
RGB: (173,145,230)

Color info

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

RGB color model

#AD91E6 color RGB value is (173,145,230).

  • red value is 173;
  • green value is 145;
  • blue value is 230.
RGB: (173,145,230) (68%,57%,90%)

RGB channels and saturation

R 173 of 255 = 68%
G 145 of 255 = 57%
B 230 of 255 = 90%

173
145
230

R + G + B ~ 72%. #AD91E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 145 + 230 = 548 (100%)
R 173 of 548 ~ 31.57%
G 145 of 548 ~ 26.46%
B 230 of 548 ~ 41.97%

%31.57
%26.46
%41.97

CMYK color model

#AD91E6 color CMYK value is (25,37,0,10).

  • cyan value is 24.78%
  • magenta value is 36.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (25,37,0,10) C25M37Y0K10 (25%,37%,0%,10%) (0.25/0.37/0.00/0.10)

CMYK percentages

%24.78
%36.96
%0
%9.8

Codes

Color #AD91E6 in popluar color models

AD91E6
RGB173145230
HSL260°62.96%73.53%
HSB/HSV260°36.96%90.20%
CMYK24.78%36.96%0.00%
9.80%

Color #AD91E6 in popluar number systems.

HEXAD91E6
Decimal173145230
Binary101011011001000111100110
Octal255221346

Shades and tints

Shades of #AD91E6

#AD91E6
(173,145,230)
#9E84D2
(158,132,210)
#8F77BE
(143,119,190)
#806AAA
(128,106,170)
#715D96
(113,93,150)
#625082
(98,80,130)
#53436E
(83,67,110)
#44365A
(68,54,90)
#352946
(53,41,70)
#261C32
(38,28,50)
#170F1E
(23,15,30)
#000000
(0,0,0)

Tints of #AD91E6

#AD91E6
(173,145,230)
#B49BE8
(180,155,232)
#BBA5EA
(187,165,234)
#C2AFEC
(194,175,236)
#C9B9EE
(201,185,238)
#D0C3F0
(208,195,240)
#D7CDF2
(215,205,242)
#DED7F4
(222,215,244)
#E5E1F6
(229,225,246)
#ECEBF8
(236,235,248)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD91E6 color. Also use rgb(173,145,230) instead hex code.

Text Font Color

.myTextColor { color: #AD91E6; }

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

This text font color is #AD91E6.


Background Color

.myBgColor { background-color: #AD91E6; }

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

This div background color is #AD91E6.


Border color

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

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

This div border color is #AD91E6.


Opacity

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

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

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

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

This text has shadow with #AD91E6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AD91E6 on black background.


Color preview on white background

This text has color #AD91E6 on white background.



Black color preview on #AD91E6 background

This text has black color on #AD91E6 background.


White color preview on #AD91E6 background

This text has white color on #AD91E6 background.