COLOR #AD6AB8

HEX: #AD6AB8
RGB: (173,106,184)

Renk bilgisi

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

RGB renk modeli

#AD6AB8 color RGB value is (173,106,184).

  • kırmız ton 173;
  • yeşil ton 106;
  • mavi ton 184.
RGB:
(173,106,184)
(68%,42%,72%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 106 of 255 = 42%
B 184 of 255 = 72%

173
106
184

R + G + B ~ 61%. #AD6AB8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 106 + 184 = 463 (100%)
R 173 of 463 ~ 37.37%
G 106 of 463 ~ 22.89%
B 184 of 463 ~ 39.74%

%37.37
%22.89
%39.74

CMYK RENK MODELİ

#AD6AB8 rengi CMYK tonu (6,42,0,28).

  • camgöbeği tonu 5.98%
  • eflatun tonu 42.39%
  • sarı tonu 0.00%
  • ana renk tonu 27.84%
CMYK:
(6,42,0,28)
C6M42Y0K28 
(6%,42%,0%,28%)
(0.06/0.42/0.00/0.28)	

CMYK yüzdeleri

%5.98
%42.39
%0
%27.84

Codes

Color #AD6AB8 in popluar color models

AD6AB8
RGB173106184
HSL292°35.45%56.86%
HSB/HSV292°42.39%72.16%
CMYK5.98%42.39%0.00%
27.84%

Color #AD6AB8 in popluar number systems.

HEXAD6AB8
Decimal173106184
Binary10101101110101010111000
Octal255152270

Shades and tints

Shades of #AD6AB8

#AD6AB8
(173,106,184)
#9E61A8
(158,97,168)
#8F5898
(143,88,152)
#804F88
(128,79,136)
#714678
(113,70,120)
#623D68
(98,61,104)
#533458
(83,52,88)
#442B48
(68,43,72)
#352238
(53,34,56)
#261928
(38,25,40)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #AD6AB8

#AD6AB8
(173,106,184)
#B477BE
(180,119,190)
#BB84C4
(187,132,196)
#C291CA
(194,145,202)
#C99ED0
(201,158,208)
#D0ABD6
(208,171,214)
#D7B8DC
(215,184,220)
#DEC5E2
(222,197,226)
#E5D2E8
(229,210,232)
#ECDFEE
(236,223,238)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6AB8 color. Also use rgb(173,106,184) instead hex code.

Text Font Color

.myTextColor { color: #AD6AB8; }

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

This text font color is #AD6AB8.


Background Color

.myBgColor { background-color: #AD6AB8; }

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

This div background color is #AD6AB8.


Border color

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

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

This div border color is #AD6AB8.


Opacity

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

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

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

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

This text has shadow with #AD6AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6AB8 on black background.


Color preview on white background

This text has color #AD6AB8 on white background.



Black color preview on #AD6AB8 background

This text has black color on #AD6AB8 background.


White color preview on #AD6AB8 background

This text has white color on #AD6AB8 background.