COLOR #AD93DB

HEX: #AD93DB
RGB: (173,147,219)

Renk bilgisi

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

RGB renk modeli

#AD93DB color RGB value is (173,147,219).

  • kırmız ton 173;
  • yeşil ton 147;
  • mavi ton 219.
RGB:
(173,147,219)
(68%,58%,86%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 147 of 255 = 58%
B 219 of 255 = 86%

173
147
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 147 + 219 = 539 (100%)
R 173 of 539 ~ 32.1%
G 147 of 539 ~ 27.27%
B 219 of 539 ~ 40.63%

%32.1
%27.27
%40.63

CMYK RENK MODELİ

#AD93DB rengi CMYK tonu (21,33,0,14).

  • camgöbeği tonu 21.00%
  • eflatun tonu 32.88%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(21,33,0,14)
C21M33Y0K14 
(21%,33%,0%,14%)
(0.21/0.33/0.00/0.14)	

CMYK yüzdeleri

%21
%32.88
%0
%14.12

Codes

Color #AD93DB in popluar color models

AD93DB
RGB173147219
HSL262°50.00%71.76%
HSB/HSV262°32.88%85.88%
CMYK21.00%32.88%0.00%
14.12%

Color #AD93DB in popluar number systems.

HEXAD93DB
Decimal173147219
Binary101011011001001111011011
Octal255223333

Shades and tints

Shades of #AD93DB

#AD93DB
(173,147,219)
#9E86C8
(158,134,200)
#8F79B5
(143,121,181)
#806CA2
(128,108,162)
#715F8F
(113,95,143)
#62527C
(98,82,124)
#534569
(83,69,105)
#443856
(68,56,86)
#352B43
(53,43,67)
#261E30
(38,30,48)
#17111D
(23,17,29)
#000000
(0,0,0)

Tints of #AD93DB

#AD93DB
(173,147,219)
#B49CDE
(180,156,222)
#BBA5E1
(187,165,225)
#C2AEE4
(194,174,228)
#C9B7E7
(201,183,231)
#D0C0EA
(208,192,234)
#D7C9ED
(215,201,237)
#DED2F0
(222,210,240)
#E5DBF3
(229,219,243)
#ECE4F6
(236,228,246)
#F3EDF9
(243,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD93DB color. Also use rgb(173,147,219) instead hex code.

Text Font Color

.myTextColor { color: #AD93DB; }

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

This text font color is #AD93DB.


Background Color

.myBgColor { background-color: #AD93DB; }

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

This div background color is #AD93DB.


Border color

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

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

This div border color is #AD93DB.


Opacity

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

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

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

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

This text has shadow with #AD93DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD93DB on black background.


Color preview on white background

This text has color #AD93DB on white background.



Black color preview on #AD93DB background

This text has black color on #AD93DB background.


White color preview on #AD93DB background

This text has white color on #AD93DB background.