COLOR #AD8AD9

HEX: #AD8AD9
RGB: (173,138,217)

Renk bilgisi

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

RGB renk modeli

#AD8AD9 color RGB value is (173,138,217).

  • kırmız ton 173;
  • yeşil ton 138;
  • mavi ton 217.
RGB:
(173,138,217)
(68%,54%,85%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 138 of 255 = 54%
B 217 of 255 = 85%

173
138
217

R + G + B ~ 69%. #AD8AD9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 138 + 217 = 528 (100%)
R 173 of 528 ~ 32.77%
G 138 of 528 ~ 26.14%
B 217 of 528 ~ 41.1%

%32.77
%26.14
%41.1

CMYK RENK MODELİ

#AD8AD9 rengi CMYK tonu (20,36,0,15).

  • camgöbeği tonu 20.28%
  • eflatun tonu 36.41%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(20,36,0,15)
C20M36Y0K15 
(20%,36%,0%,15%)
(0.20/0.36/0.00/0.15)	

CMYK yüzdeleri

%20.28
%36.41
%0
%14.9

Codes

Color #AD8AD9 in popluar color models

AD8AD9
RGB173138217
HSL267°50.97%69.61%
HSB/HSV267°36.41%85.10%
CMYK20.28%36.41%0.00%
14.90%

Color #AD8AD9 in popluar number systems.

HEXAD8AD9
Decimal173138217
Binary101011011000101011011001
Octal255212331

Shades and tints

Shades of #AD8AD9

#AD8AD9
(173,138,217)
#9E7EC6
(158,126,198)
#8F72B3
(143,114,179)
#8066A0
(128,102,160)
#715A8D
(113,90,141)
#624E7A
(98,78,122)
#534267
(83,66,103)
#443654
(68,54,84)
#352A41
(53,42,65)
#261E2E
(38,30,46)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #AD8AD9

#AD8AD9
(173,138,217)
#B494DC
(180,148,220)
#BB9EDF
(187,158,223)
#C2A8E2
(194,168,226)
#C9B2E5
(201,178,229)
#D0BCE8
(208,188,232)
#D7C6EB
(215,198,235)
#DED0EE
(222,208,238)
#E5DAF1
(229,218,241)
#ECE4F4
(236,228,244)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8AD9 color. Also use rgb(173,138,217) instead hex code.

Text Font Color

.myTextColor { color: #AD8AD9; }

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

This text font color is #AD8AD9.


Background Color

.myBgColor { background-color: #AD8AD9; }

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

This div background color is #AD8AD9.


Border color

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

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

This div border color is #AD8AD9.


Opacity

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

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

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

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

This text has shadow with #AD8AD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8AD9 on black background.


Color preview on white background

This text has color #AD8AD9 on white background.



Black color preview on #AD8AD9 background

This text has black color on #AD8AD9 background.


White color preview on #AD8AD9 background

This text has white color on #AD8AD9 background.