COLOR #AD6CBE

HEX: #AD6CBE
RGB: (173,108,190)

Renk bilgisi

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

RGB renk modeli

#AD6CBE color RGB value is (173,108,190).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 108 of 255 = 42%
B 190 of 255 = 75%

173
108
190

R + G + B ~ 62%. #AD6CBE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 108 + 190 = 471 (100%)
R 173 of 471 ~ 36.73%
G 108 of 471 ~ 22.93%
B 190 of 471 ~ 40.34%

%36.73
%22.93
%40.34

CMYK RENK MODELİ

#AD6CBE rengi CMYK tonu (9,43,0,25).

  • camgöbeği tonu 8.95%
  • eflatun tonu 43.16%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(9,43,0,25)
C9M43Y0K25 
(9%,43%,0%,25%)
(0.09/0.43/0.00/0.25)	

CMYK yüzdeleri

%8.95
%43.16
%0
%25.49

Codes

Color #AD6CBE in popluar color models

AD6CBE
RGB173108190
HSL288°38.68%58.43%
HSB/HSV288°43.16%74.51%
CMYK8.95%43.16%0.00%
25.49%

Color #AD6CBE in popluar number systems.

HEXAD6CBE
Decimal173108190
Binary10101101110110010111110
Octal255154276

Shades and tints

Shades of #AD6CBE

#AD6CBE
(173,108,190)
#9E63AD
(158,99,173)
#8F5A9C
(143,90,156)
#80518B
(128,81,139)
#71487A
(113,72,122)
#623F69
(98,63,105)
#533658
(83,54,88)
#442D47
(68,45,71)
#352436
(53,36,54)
#261B25
(38,27,37)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #AD6CBE

#AD6CBE
(173,108,190)
#B479C3
(180,121,195)
#BB86C8
(187,134,200)
#C293CD
(194,147,205)
#C9A0D2
(201,160,210)
#D0ADD7
(208,173,215)
#D7BADC
(215,186,220)
#DEC7E1
(222,199,225)
#E5D4E6
(229,212,230)
#ECE1EB
(236,225,235)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6CBE; }

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

This text font color is #AD6CBE.


Background Color

.myBgColor { background-color: #AD6CBE; }

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

This div background color is #AD6CBE.


Border color

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

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

This div border color is #AD6CBE.


Opacity

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

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

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

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

This text has shadow with #AD6CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6CBE on black background.


Color preview on white background

This text has color #AD6CBE on white background.



Black color preview on #AD6CBE background

This text has black color on #AD6CBE background.


White color preview on #AD6CBE background

This text has white color on #AD6CBE background.