COLOR #AD70D0

HEX: #AD70D0
RGB: (173,112,208)

Renk bilgisi

#AD70D0 contains mainly red and blue colors. #AD70D0 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AD70D0 color RGB value is (173,112,208).

  • kırmız ton 173;
  • yeşil ton 112;
  • mavi ton 208.
RGB:
(173,112,208)
(68%,44%,82%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 112 of 255 = 44%
B 208 of 255 = 82%

173
112
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 112 + 208 = 493 (100%)
R 173 of 493 ~ 35.09%
G 112 of 493 ~ 22.72%
B 208 of 493 ~ 42.19%

%35.09
%22.72
%42.19

CMYK RENK MODELİ

#AD70D0 rengi CMYK tonu (17,46,0,18).

  • camgöbeği tonu 16.83%
  • eflatun tonu 46.15%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(17,46,0,18)
C17M46Y0K18 
(17%,46%,0%,18%)
(0.17/0.46/0.00/0.18)	

CMYK yüzdeleri

%16.83
%46.15
%0
%18.43

Codes

Color #AD70D0 in popluar color models

AD70D0
RGB173112208
HSL278°50.53%62.75%
HSB/HSV278°46.15%81.57%
CMYK16.83%46.15%0.00%
18.43%

Color #AD70D0 in popluar number systems.

HEXAD70D0
Decimal173112208
Binary10101101111000011010000
Octal255160320

Shades and tints

Shades of #AD70D0

#AD70D0
(173,112,208)
#9E66BE
(158,102,190)
#8F5CAC
(143,92,172)
#80529A
(128,82,154)
#714888
(113,72,136)
#623E76
(98,62,118)
#533464
(83,52,100)
#442A52
(68,42,82)
#352040
(53,32,64)
#26162E
(38,22,46)
#170C1C
(23,12,28)
#000000
(0,0,0)

Tints of #AD70D0

#AD70D0
(173,112,208)
#B47DD4
(180,125,212)
#BB8AD8
(187,138,216)
#C297DC
(194,151,220)
#C9A4E0
(201,164,224)
#D0B1E4
(208,177,228)
#D7BEE8
(215,190,232)
#DECBEC
(222,203,236)
#E5D8F0
(229,216,240)
#ECE5F4
(236,229,244)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD70D0 color. Also use rgb(173,112,208) instead hex code.

Text Font Color

.myTextColor { color: #AD70D0; }

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

This text font color is #AD70D0.


Background Color

.myBgColor { background-color: #AD70D0; }

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

This div background color is #AD70D0.


Border color

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

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

This div border color is #AD70D0.


Opacity

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

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

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

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

This text has shadow with #AD70D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD70D0 on black background.


Color preview on white background

This text has color #AD70D0 on white background.



Black color preview on #AD70D0 background

This text has black color on #AD70D0 background.


White color preview on #AD70D0 background

This text has white color on #AD70D0 background.