COLOR #AD6BBE

HEX: #AD6BBE
RGB: (173,107,190)

Renk bilgisi

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

RGB renk modeli

#AD6BBE color RGB value is (173,107,190).

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

RGB bağlantıları ve doygunluk

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

173
107
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 107 + 190 = 470 (100%)
R 173 of 470 ~ 36.81%
G 107 of 470 ~ 22.77%
B 190 of 470 ~ 40.43%

%36.81
%22.77
%40.43

CMYK RENK MODELİ

#AD6BBE rengi CMYK tonu (9,44,0,25).

  • camgöbeği tonu 8.95%
  • eflatun tonu 43.68%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(9,44,0,25)
C9M44Y0K25 
(9%,44%,0%,25%)
(0.09/0.44/0.00/0.25)	

CMYK yüzdeleri

%8.95
%43.68
%0
%25.49

Codes

Color #AD6BBE in popluar color models

AD6BBE
RGB173107190
HSL288°38.97%58.24%
HSB/HSV288°43.68%74.51%
CMYK8.95%43.68%0.00%
25.49%

Color #AD6BBE in popluar number systems.

HEXAD6BBE
Decimal173107190
Binary10101101110101110111110
Octal255153276

Shades and tints

Shades of #AD6BBE

#AD6BBE
(173,107,190)
#9E62AD
(158,98,173)
#8F599C
(143,89,156)
#80508B
(128,80,139)
#71477A
(113,71,122)
#623E69
(98,62,105)
#533558
(83,53,88)
#442C47
(68,44,71)
#352336
(53,35,54)
#261A25
(38,26,37)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #AD6BBE

#AD6BBE
(173,107,190)
#B478C3
(180,120,195)
#BB85C8
(187,133,200)
#C292CD
(194,146,205)
#C99FD2
(201,159,210)
#D0ACD7
(208,172,215)
#D7B9DC
(215,185,220)
#DEC6E1
(222,198,225)
#E5D3E6
(229,211,230)
#ECE0EB
(236,224,235)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6BBE; }

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

This text font color is #AD6BBE.


Background Color

.myBgColor { background-color: #AD6BBE; }

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

This div background color is #AD6BBE.


Border color

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

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

This div border color is #AD6BBE.


Opacity

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

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

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

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

This text has shadow with #AD6BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6BBE on black background.


Color preview on white background

This text has color #AD6BBE on white background.



Black color preview on #AD6BBE background

This text has black color on #AD6BBE background.


White color preview on #AD6BBE background

This text has white color on #AD6BBE background.