COLOR #AD83DC

HEX: #AD83DC
RGB: (173,131,220)

Renk bilgisi

#AD83DC contains mainly red and blue colors. #AD83DC ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AD83DC color RGB value is (173,131,220).

  • kırmız ton 173;
  • yeşil ton 131;
  • mavi ton 220.
RGB:
(173,131,220)
(68%,51%,86%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 131 of 255 = 51%
B 220 of 255 = 86%

173
131
220

R + G + B ~ 68%. #AD83DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 131 + 220 = 524 (100%)
R 173 of 524 ~ 33.02%
G 131 of 524 ~ 25%
B 220 of 524 ~ 41.98%

%33.02
%25
%41.98

CMYK RENK MODELİ

#AD83DC rengi CMYK tonu (21,40,0,14).

  • camgöbeği tonu 21.36%
  • eflatun tonu 40.45%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(21,40,0,14)
C21M40Y0K14 
(21%,40%,0%,14%)
(0.21/0.40/0.00/0.14)	

CMYK yüzdeleri

%21.36
%40.45
%0
%13.73

Codes

Color #AD83DC in popluar color models

AD83DC
RGB173131220
HSL268°55.97%68.82%
HSB/HSV268°40.45%86.27%
CMYK21.36%40.45%0.00%
13.73%

Color #AD83DC in popluar number systems.

HEXAD83DC
Decimal173131220
Binary101011011000001111011100
Octal255203334

Shades and tints

Shades of #AD83DC

#AD83DC
(173,131,220)
#9E78C8
(158,120,200)
#8F6DB4
(143,109,180)
#8062A0
(128,98,160)
#71578C
(113,87,140)
#624C78
(98,76,120)
#534164
(83,65,100)
#443650
(68,54,80)
#352B3C
(53,43,60)
#262028
(38,32,40)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #AD83DC

#AD83DC
(173,131,220)
#B48EDF
(180,142,223)
#BB99E2
(187,153,226)
#C2A4E5
(194,164,229)
#C9AFE8
(201,175,232)
#D0BAEB
(208,186,235)
#D7C5EE
(215,197,238)
#DED0F1
(222,208,241)
#E5DBF4
(229,219,244)
#ECE6F7
(236,230,247)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD83DC color. Also use rgb(173,131,220) instead hex code.

Text Font Color

.myTextColor { color: #AD83DC; }

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

This text font color is #AD83DC.


Background Color

.myBgColor { background-color: #AD83DC; }

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

This div background color is #AD83DC.


Border color

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

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

This div border color is #AD83DC.


Opacity

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

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

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

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

This text has shadow with #AD83DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD83DC on black background.


Color preview on white background

This text has color #AD83DC on white background.



Black color preview on #AD83DC background

This text has black color on #AD83DC background.


White color preview on #AD83DC background

This text has white color on #AD83DC background.