COLOR #AD6C7D

HEX: #AD6C7D
RGB: (173,108,125)

Renk bilgisi

#AD6C7D contains mainly red and blue colors. #AD6C7D ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AD6C7D color RGB value is (173,108,125).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 108 of 255 = 42%
B 125 of 255 = 49%

173
108
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 108 + 125 = 406 (100%)
R 173 of 406 ~ 42.61%
G 108 of 406 ~ 26.6%
B 125 of 406 ~ 30.79%

%42.61
%26.6
%30.79

CMYK RENK MODELİ

#AD6C7D rengi CMYK tonu (0,38,28,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.57%
  • sarı tonu 27.75%
  • ana renk tonu 32.16%
CMYK:
(0,38,28,32)
C0M38Y28K32 
(0%,38%,28%,32%)
(0.00/0.38/0.28/0.32)	

CMYK yüzdeleri

%0
%37.57
%27.75
%32.16

Codes

Color #AD6C7D in popluar color models

AD6C7D
RGB173108125
HSL344°28.38%55.10%
HSB/HSV344°37.57%67.84%
CMYK0.00%37.57%27.75%
32.16%

Color #AD6C7D in popluar number systems.

HEXAD6C7D
Decimal173108125
Binary1010110111011001111101
Octal255154175

Shades and tints

Shades of #AD6C7D

#AD6C7D
(173,108,125)
#9E6372
(158,99,114)
#8F5A67
(143,90,103)
#80515C
(128,81,92)
#714851
(113,72,81)
#623F46
(98,63,70)
#53363B
(83,54,59)
#442D30
(68,45,48)
#352425
(53,36,37)
#261B1A
(38,27,26)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #AD6C7D

#AD6C7D
(173,108,125)
#B47988
(180,121,136)
#BB8693
(187,134,147)
#C2939E
(194,147,158)
#C9A0A9
(201,160,169)
#D0ADB4
(208,173,180)
#D7BABF
(215,186,191)
#DEC7CA
(222,199,202)
#E5D4D5
(229,212,213)
#ECE1E0
(236,225,224)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6C7D; }

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

This text font color is #AD6C7D.


Background Color

.myBgColor { background-color: #AD6C7D; }

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

This div background color is #AD6C7D.


Border color

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

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

This div border color is #AD6C7D.


Opacity

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

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

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

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

This text has shadow with #AD6C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6C7D on black background.


Color preview on white background

This text has color #AD6C7D on white background.



Black color preview on #AD6C7D background

This text has black color on #AD6C7D background.


White color preview on #AD6C7D background

This text has white color on #AD6C7D background.