COLOR #AD6CAC

HEX: #AD6CAC
RGB: (173,108,172)

Renk bilgisi

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

RGB renk modeli

#AD6CAC color RGB value is (173,108,172).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 108 of 255 = 42%
B 172 of 255 = 67%

173
108
172

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 108 + 172 = 453 (100%)
R 173 of 453 ~ 38.19%
G 108 of 453 ~ 23.84%
B 172 of 453 ~ 37.97%

%38.19
%23.84
%37.97

CMYK RENK MODELİ

#AD6CAC rengi CMYK tonu (0,38,1,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.57%
  • sarı tonu 0.58%
  • ana renk tonu 32.16%
CMYK:
(0,38,1,32)
C0M38Y1K32 
(0%,38%,1%,32%)
(0.00/0.38/0.01/0.32)	

CMYK yüzdeleri

%0
%37.57
%0.58
%32.16

Codes

Color #AD6CAC in popluar color models

AD6CAC
RGB173108172
HSL301°28.38%55.10%
HSB/HSV301°37.57%67.84%
CMYK0.00%37.57%0.58%
32.16%

Color #AD6CAC in popluar number systems.

HEXAD6CAC
Decimal173108172
Binary10101101110110010101100
Octal255154254

Shades and tints

Shades of #AD6CAC

#AD6CAC
(173,108,172)
#9E639D
(158,99,157)
#8F5A8E
(143,90,142)
#80517F
(128,81,127)
#714870
(113,72,112)
#623F61
(98,63,97)
#533652
(83,54,82)
#442D43
(68,45,67)
#352434
(53,36,52)
#261B25
(38,27,37)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #AD6CAC

#AD6CAC
(173,108,172)
#B479B3
(180,121,179)
#BB86BA
(187,134,186)
#C293C1
(194,147,193)
#C9A0C8
(201,160,200)
#D0ADCF
(208,173,207)
#D7BAD6
(215,186,214)
#DEC7DD
(222,199,221)
#E5D4E4
(229,212,228)
#ECE1EB
(236,225,235)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6CAC; }

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

This text font color is #AD6CAC.


Background Color

.myBgColor { background-color: #AD6CAC; }

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

This div background color is #AD6CAC.


Border color

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

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

This div border color is #AD6CAC.


Opacity

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

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

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

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

This text has shadow with #AD6CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6CAC on black background.


Color preview on white background

This text has color #AD6CAC on white background.



Black color preview on #AD6CAC background

This text has black color on #AD6CAC background.


White color preview on #AD6CAC background

This text has white color on #AD6CAC background.