COLOR #AD6B8D

HEX: #AD6B8D
RGB: (173,107,141)

Renk bilgisi

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

RGB renk modeli

#AD6B8D color RGB value is (173,107,141).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 107 of 255 = 42%
B 141 of 255 = 55%

173
107
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 107 + 141 = 421 (100%)
R 173 of 421 ~ 41.09%
G 107 of 421 ~ 25.42%
B 141 of 421 ~ 33.49%

%41.09
%25.42
%33.49

CMYK RENK MODELİ

#AD6B8D rengi CMYK tonu (0,38,18,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.15%
  • sarı tonu 18.50%
  • ana renk tonu 32.16%
CMYK:
(0,38,18,32)
C0M38Y18K32 
(0%,38%,18%,32%)
(0.00/0.38/0.18/0.32)	

CMYK yüzdeleri

%0
%38.15
%18.5
%32.16

Codes

Color #AD6B8D in popluar color models

AD6B8D
RGB173107141
HSL329°28.70%54.90%
HSB/HSV329°38.15%67.84%
CMYK0.00%38.15%18.50%
32.16%

Color #AD6B8D in popluar number systems.

HEXAD6B8D
Decimal173107141
Binary10101101110101110001101
Octal255153215

Shades and tints

Shades of #AD6B8D

#AD6B8D
(173,107,141)
#9E6281
(158,98,129)
#8F5975
(143,89,117)
#805069
(128,80,105)
#71475D
(113,71,93)
#623E51
(98,62,81)
#533545
(83,53,69)
#442C39
(68,44,57)
#35232D
(53,35,45)
#261A21
(38,26,33)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #AD6B8D

#AD6B8D
(173,107,141)
#B47897
(180,120,151)
#BB85A1
(187,133,161)
#C292AB
(194,146,171)
#C99FB5
(201,159,181)
#D0ACBF
(208,172,191)
#D7B9C9
(215,185,201)
#DEC6D3
(222,198,211)
#E5D3DD
(229,211,221)
#ECE0E7
(236,224,231)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6B8D; }

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

This text font color is #AD6B8D.


Background Color

.myBgColor { background-color: #AD6B8D; }

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

This div background color is #AD6B8D.


Border color

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

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

This div border color is #AD6B8D.


Opacity

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

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

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

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

This text has shadow with #AD6B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6B8D on black background.


Color preview on white background

This text has color #AD6B8D on white background.



Black color preview on #AD6B8D background

This text has black color on #AD6B8D background.


White color preview on #AD6B8D background

This text has white color on #AD6B8D background.