COLOR #AD6496

HEX: #AD6496
RGB: (173,100,150)

Renk bilgisi

#AD6496 contains mainly red and blue colors. #AD6496 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD6496 color RGB value is (173,100,150).

  • kırmız ton 173;
  • yeşil ton 100;
  • mavi ton 150.
RGB:
(173,100,150)
(68%,39%,59%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 100 of 255 = 39%
B 150 of 255 = 59%

173
100
150

R + G + B ~ 55%. #AD6496 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 100 + 150 = 423 (100%)
R 173 of 423 ~ 40.9%
G 100 of 423 ~ 23.64%
B 150 of 423 ~ 35.46%

%40.9
%23.64
%35.46

CMYK RENK MODELİ

#AD6496 rengi CMYK tonu (0,42,13,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.20%
  • sarı tonu 13.29%
  • ana renk tonu 32.16%
CMYK:
(0,42,13,32)
C0M42Y13K32 
(0%,42%,13%,32%)
(0.00/0.42/0.13/0.32)	

CMYK yüzdeleri

%0
%42.2
%13.29
%32.16

Codes

Color #AD6496 in popluar color models

AD6496
RGB173100150
HSL319°30.80%53.53%
HSB/HSV319°42.20%67.84%
CMYK0.00%42.20%13.29%
32.16%

Color #AD6496 in popluar number systems.

HEXAD6496
Decimal173100150
Binary10101101110010010010110
Octal255144226

Shades and tints

Shades of #AD6496

#AD6496
(173,100,150)
#9E5B89
(158,91,137)
#8F527C
(143,82,124)
#80496F
(128,73,111)
#714062
(113,64,98)
#623755
(98,55,85)
#532E48
(83,46,72)
#44253B
(68,37,59)
#351C2E
(53,28,46)
#261321
(38,19,33)
#170A14
(23,10,20)
#000000
(0,0,0)

Tints of #AD6496

#AD6496
(173,100,150)
#B4729F
(180,114,159)
#BB80A8
(187,128,168)
#C28EB1
(194,142,177)
#C99CBA
(201,156,186)
#D0AAC3
(208,170,195)
#D7B8CC
(215,184,204)
#DEC6D5
(222,198,213)
#E5D4DE
(229,212,222)
#ECE2E7
(236,226,231)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6496; }

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

This text font color is #AD6496.


Background Color

.myBgColor { background-color: #AD6496; }

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

This div background color is #AD6496.


Border color

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

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

This div border color is #AD6496.


Opacity

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

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

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

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

This text has shadow with #AD6496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6496 on black background.


Color preview on white background

This text has color #AD6496 on white background.



Black color preview on #AD6496 background

This text has black color on #AD6496 background.


White color preview on #AD6496 background

This text has white color on #AD6496 background.