COLOR #AD8CE3

HEX: #AD8CE3
RGB: (173,140,227)

Color info

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

RGB color model

#AD8CE3 color RGB value is (173,140,227).

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

RGB channels and saturation

R 173 of 255 = 68%
G 140 of 255 = 55%
B 227 of 255 = 89%

173
140
227

R + G + B ~ 71%. #AD8CE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 140 + 227 = 540 (100%)
R 173 of 540 ~ 32.04%
G 140 of 540 ~ 25.93%
B 227 of 540 ~ 42.04%

%32.04
%25.93
%42.04

CMYK color model

#AD8CE3 color CMYK value is (24,38,0,11).

  • cyan value is 23.79%
  • magenta value is 38.33%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(24,38,0,11)
C24M38Y0K11 
(24%,38%,0%,11%)
(0.24/0.38/0.00/0.11)	

CMYK percentages

%23.79
%38.33
%0
%10.98

Codes

Color #AD8CE3 in popluar color models

AD8CE3
RGB173140227
HSL263°60.84%71.96%
HSB/HSV263°38.33%89.02%
CMYK23.79%38.33%0.00%
10.98%

Color #AD8CE3 in popluar number systems.

HEXAD8CE3
Decimal173140227
Binary101011011000110011100011
Octal255214343

Shades and tints

Shades of #AD8CE3

#AD8CE3
(173,140,227)
#9E80CF
(158,128,207)
#8F74BB
(143,116,187)
#8068A7
(128,104,167)
#715C93
(113,92,147)
#62507F
(98,80,127)
#53446B
(83,68,107)
#443857
(68,56,87)
#352C43
(53,44,67)
#26202F
(38,32,47)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #AD8CE3

#AD8CE3
(173,140,227)
#B496E5
(180,150,229)
#BBA0E7
(187,160,231)
#C2AAE9
(194,170,233)
#C9B4EB
(201,180,235)
#D0BEED
(208,190,237)
#D7C8EF
(215,200,239)
#DED2F1
(222,210,241)
#E5DCF3
(229,220,243)
#ECE6F5
(236,230,245)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8CE3; }

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

This text font color is #AD8CE3.


Background Color

.myBgColor { background-color: #AD8CE3; }

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

This div background color is #AD8CE3.


Border color

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

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

This div border color is #AD8CE3.


Opacity

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

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

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

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

This text has shadow with #AD8CE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8CE3 on black background.


Color preview on white background

This text has color #AD8CE3 on white background.



Black color preview on #AD8CE3 background

This text has black color on #AD8CE3 background.


White color preview on #AD8CE3 background

This text has white color on #AD8CE3 background.