COLOR #AD6CC6

HEX: #AD6CC6
RGB: (173,108,198)

Renk bilgisi

#AD6CC6 contains mainly red and blue colors. #AD6CC6 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AD6CC6 color RGB value is (173,108,198).

  • kırmız ton 173;
  • yeşil ton 108;
  • mavi ton 198.
RGB:
(173,108,198)
(68%,42%,78%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 108 of 255 = 42%
B 198 of 255 = 78%

173
108
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 108 + 198 = 479 (100%)
R 173 of 479 ~ 36.12%
G 108 of 479 ~ 22.55%
B 198 of 479 ~ 41.34%

%36.12
%22.55
%41.34

CMYK RENK MODELİ

#AD6CC6 rengi CMYK tonu (13,45,0,22).

  • camgöbeği tonu 12.63%
  • eflatun tonu 45.45%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(13,45,0,22)
C13M45Y0K22 
(13%,45%,0%,22%)
(0.13/0.45/0.00/0.22)	

CMYK yüzdeleri

%12.63
%45.45
%0
%22.35

Codes

Color #AD6CC6 in popluar color models

AD6CC6
RGB173108198
HSL283°44.12%60.00%
HSB/HSV283°45.45%77.65%
CMYK12.63%45.45%0.00%
22.35%

Color #AD6CC6 in popluar number systems.

HEXAD6CC6
Decimal173108198
Binary10101101110110011000110
Octal255154306

Shades and tints

Shades of #AD6CC6

#AD6CC6
(173,108,198)
#9E63B4
(158,99,180)
#8F5AA2
(143,90,162)
#805190
(128,81,144)
#71487E
(113,72,126)
#623F6C
(98,63,108)
#53365A
(83,54,90)
#442D48
(68,45,72)
#352436
(53,36,54)
#261B24
(38,27,36)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #AD6CC6

#AD6CC6
(173,108,198)
#B479CB
(180,121,203)
#BB86D0
(187,134,208)
#C293D5
(194,147,213)
#C9A0DA
(201,160,218)
#D0ADDF
(208,173,223)
#D7BAE4
(215,186,228)
#DEC7E9
(222,199,233)
#E5D4EE
(229,212,238)
#ECE1F3
(236,225,243)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6CC6; }

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

This text font color is #AD6CC6.


Background Color

.myBgColor { background-color: #AD6CC6; }

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

This div background color is #AD6CC6.


Border color

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

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

This div border color is #AD6CC6.


Opacity

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

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

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

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

This text has shadow with #AD6CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6CC6 on black background.


Color preview on white background

This text has color #AD6CC6 on white background.



Black color preview on #AD6CC6 background

This text has black color on #AD6CC6 background.


White color preview on #AD6CC6 background

This text has white color on #AD6CC6 background.