COLOR #AD84AD

HEX: #AD84AD
RGB: (173,132,173)

Renk bilgisi

#AD84AD contains red, green and blue colors in about the same proportion. #AD84AD ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#AD84AD color RGB value is (173,132,173).

  • kırmız ton 173;
  • yeşil ton 132;
  • mavi ton 173.
RGB:
(173,132,173)
(68%,52%,68%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 132 of 255 = 52%
B 173 of 255 = 68%

173
132
173

R + G + B ~ 63%. #AD84AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 132 + 173 = 478 (100%)
R 173 of 478 ~ 36.19%
G 132 of 478 ~ 27.62%
B 173 of 478 ~ 36.19%

%36.19
%27.62
%36.19

CMYK RENK MODELİ

#AD84AD rengi CMYK tonu (0,24,0,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.70%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(0,24,0,32)
C0M24Y0K32 
(0%,24%,0%,32%)
(0.00/0.24/0.00/0.32)	

CMYK yüzdeleri

%0
%23.7
%0
%32.16

Codes

Color #AD84AD in popluar color models

AD84AD
RGB173132173
HSL300°20.00%59.80%
HSB/HSV300°23.70%67.84%
CMYK0.00%23.70%0.00%
32.16%

Color #AD84AD in popluar number systems.

HEXAD84AD
Decimal173132173
Binary101011011000010010101101
Octal255204255

Shades and tints

Shades of #AD84AD

#AD84AD
(173,132,173)
#9E789E
(158,120,158)
#8F6C8F
(143,108,143)
#806080
(128,96,128)
#715471
(113,84,113)
#624862
(98,72,98)
#533C53
(83,60,83)
#443044
(68,48,68)
#352435
(53,36,53)
#261826
(38,24,38)
#170C17
(23,12,23)
#000000
(0,0,0)

Tints of #AD84AD

#AD84AD
(173,132,173)
#B48FB4
(180,143,180)
#BB9ABB
(187,154,187)
#C2A5C2
(194,165,194)
#C9B0C9
(201,176,201)
#D0BBD0
(208,187,208)
#D7C6D7
(215,198,215)
#DED1DE
(222,209,222)
#E5DCE5
(229,220,229)
#ECE7EC
(236,231,236)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD84AD; }

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

This text font color is #AD84AD.


Background Color

.myBgColor { background-color: #AD84AD; }

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

This div background color is #AD84AD.


Border color

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

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

This div border color is #AD84AD.


Opacity

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

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

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

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

This text has shadow with #AD84AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD84AD on black background.


Color preview on white background

This text has color #AD84AD on white background.



Black color preview on #AD84AD background

This text has black color on #AD84AD background.


White color preview on #AD84AD background

This text has white color on #AD84AD background.