COLOR #AD78CE

HEX: #AD78CE
RGB: (173,120,206)

Color info

#AD78CE contains mainly red and blue colors. Web safe color of #AD78CE is #9966CC (or #96C).

RGB color model

#AD78CE color RGB value is (173,120,206).

  • red value is 173;
  • green value is 120;
  • blue value is 206.
RGB:
(173,120,206)
(68%,47%,81%)

RGB channels and saturation

R 173 of 255 = 68%
G 120 of 255 = 47%
B 206 of 255 = 81%

173
120
206

R + G + B ~ 65%. #AD78CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 120 + 206 = 499 (100%)
R 173 of 499 ~ 34.67%
G 120 of 499 ~ 24.05%
B 206 of 499 ~ 41.28%

%34.67
%24.05
%41.28

CMYK color model

#AD78CE color CMYK value is (16,42,0,19).

  • cyan value is 16.02%
  • magenta value is 41.75%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(16,42,0,19)
C16M42Y0K19 
(16%,42%,0%,19%)
(0.16/0.42/0.00/0.19)	

CMYK percentages

%16.02
%41.75
%0
%19.22

Codes

Color #AD78CE in popluar color models

AD78CE
RGB173120206
HSL277°46.74%63.92%
HSB/HSV277°41.75%80.78%
CMYK16.02%41.75%0.00%
19.22%

Color #AD78CE in popluar number systems.

HEXAD78CE
Decimal173120206
Binary10101101111100011001110
Octal255170316

Shades and tints

Shades of #AD78CE

#AD78CE
(173,120,206)
#9E6EBC
(158,110,188)
#8F64AA
(143,100,170)
#805A98
(128,90,152)
#715086
(113,80,134)
#624674
(98,70,116)
#533C62
(83,60,98)
#443250
(68,50,80)
#35283E
(53,40,62)
#261E2C
(38,30,44)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #AD78CE

#AD78CE
(173,120,206)
#B484D2
(180,132,210)
#BB90D6
(187,144,214)
#C29CDA
(194,156,218)
#C9A8DE
(201,168,222)
#D0B4E2
(208,180,226)
#D7C0E6
(215,192,230)
#DECCEA
(222,204,234)
#E5D8EE
(229,216,238)
#ECE4F2
(236,228,242)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD78CE color. Also use rgb(173,120,206) instead hex code.

Text Font Color

.myTextColor { color: #AD78CE; }

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

This text font color is #AD78CE.


Background Color

.myBgColor { background-color: #AD78CE; }

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

This div background color is #AD78CE.


Border color

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

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

This div border color is #AD78CE.


Opacity

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

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

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

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

This text has shadow with #AD78CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD78CE on black background.


Color preview on white background

This text has color #AD78CE on white background.



Black color preview on #AD78CE background

This text has black color on #AD78CE background.


White color preview on #AD78CE background

This text has white color on #AD78CE background.