COLOR #AD8CED

HEX: #AD8CED
RGB: (173,140,237)

Color info

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

RGB color model

#AD8CED color RGB value is (173,140,237).

  • red value is 173;
  • green value is 140;
  • blue value is 237.
RGB:
(173,140,237)
(68%,55%,93%)

RGB channels and saturation

R 173 of 255 = 68%
G 140 of 255 = 55%
B 237 of 255 = 93%

173
140
237

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

Portions of RGB colors in percentages

R + G + B =
173 + 140 + 237 = 550 (100%)
R 173 of 550 ~ 31.45%
G 140 of 550 ~ 25.45%
B 237 of 550 ~ 43.09%

%31.45
%25.45
%43.09

CMYK color model

#AD8CED color CMYK value is (27,41,0,7).

  • cyan value is 27.00%
  • magenta value is 40.93%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(27,41,0,7)
C27M41Y0K7 
(27%,41%,0%,7%)
(0.27/0.41/0.00/0.07)	

CMYK percentages

%27
%40.93
%0
%7.06

Codes

Color #AD8CED in popluar color models

AD8CED
RGB173140237
HSL260°72.93%73.92%
HSB/HSV260°40.93%92.94%
CMYK27.00%40.93%0.00%
7.06%

Color #AD8CED in popluar number systems.

HEXAD8CED
Decimal173140237
Binary101011011000110011101101
Octal255214355

Shades and tints

Shades of #AD8CED

#AD8CED
(173,140,237)
#9E80D8
(158,128,216)
#8F74C3
(143,116,195)
#8068AE
(128,104,174)
#715C99
(113,92,153)
#625084
(98,80,132)
#53446F
(83,68,111)
#44385A
(68,56,90)
#352C45
(53,44,69)
#262030
(38,32,48)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #AD8CED

#AD8CED
(173,140,237)
#B496EE
(180,150,238)
#BBA0EF
(187,160,239)
#C2AAF0
(194,170,240)
#C9B4F1
(201,180,241)
#D0BEF2
(208,190,242)
#D7C8F3
(215,200,243)
#DED2F4
(222,210,244)
#E5DCF5
(229,220,245)
#ECE6F6
(236,230,246)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8CED color. Also use rgb(173,140,237) instead hex code.

Text Font Color

.myTextColor { color: #AD8CED; }

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

This text font color is #AD8CED.


Background Color

.myBgColor { background-color: #AD8CED; }

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

This div background color is #AD8CED.


Border color

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

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

This div border color is #AD8CED.


Opacity

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

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

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

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

This text has shadow with #AD8CED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8CED on black background.


Color preview on white background

This text has color #AD8CED on white background.



Black color preview on #AD8CED background

This text has black color on #AD8CED background.


White color preview on #AD8CED background

This text has white color on #AD8CED background.