COLOR #AD3C7F

HEX: #AD3C7F
RGB: (173,60,127)

Renk bilgisi

#AD3C7F contains mainly red and blue colors. #AD3C7F ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#AD3C7F color RGB value is (173,60,127).

  • kırmız ton 173;
  • yeşil ton 60;
  • mavi ton 127.
RGB:
(173,60,127)
(68%,24%,50%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 60 of 255 = 24%
B 127 of 255 = 50%

173
60
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 60 + 127 = 360 (100%)
R 173 of 360 ~ 48.06%
G 60 of 360 ~ 16.67%
B 127 of 360 ~ 35.28%

%48.06
%16.67
%35.28

CMYK RENK MODELİ

#AD3C7F rengi CMYK tonu (0,65,27,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.32%
  • sarı tonu 26.59%
  • ana renk tonu 32.16%
CMYK:
(0,65,27,32)
C0M65Y27K32 
(0%,65%,27%,32%)
(0.00/0.65/0.27/0.32)	

CMYK yüzdeleri

%0
%65.32
%26.59
%32.16

Codes

Color #AD3C7F in popluar color models

AD3C7F
RGB17360127
HSL324°48.50%45.69%
HSB/HSV324°65.32%67.84%
CMYK0.00%65.32%26.59%
32.16%

Color #AD3C7F in popluar number systems.

HEXAD3C7F
Decimal17360127
Binary101011011111001111111
Octal25574177

Shades and tints

Shades of #AD3C7F

#AD3C7F
(173,60,127)
#9E3774
(158,55,116)
#8F3269
(143,50,105)
#802D5E
(128,45,94)
#712853
(113,40,83)
#622348
(98,35,72)
#531E3D
(83,30,61)
#441932
(68,25,50)
#351427
(53,20,39)
#260F1C
(38,15,28)
#170A11
(23,10,17)
#000000
(0,0,0)

Tints of #AD3C7F

#AD3C7F
(173,60,127)
#B44D8A
(180,77,138)
#BB5E95
(187,94,149)
#C26FA0
(194,111,160)
#C980AB
(201,128,171)
#D091B6
(208,145,182)
#D7A2C1
(215,162,193)
#DEB3CC
(222,179,204)
#E5C4D7
(229,196,215)
#ECD5E2
(236,213,226)
#F3E6ED
(243,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD3C7F color. Also use rgb(173,60,127) instead hex code.

Text Font Color

.myTextColor { color: #AD3C7F; }

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

This text font color is #AD3C7F.


Background Color

.myBgColor { background-color: #AD3C7F; }

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

This div background color is #AD3C7F.


Border color

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

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

This div border color is #AD3C7F.


Opacity

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

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

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

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

This text has shadow with #AD3C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD3C7F on black background.


Color preview on white background

This text has color #AD3C7F on white background.



Black color preview on #AD3C7F background

This text has black color on #AD3C7F background.


White color preview on #AD3C7F background

This text has white color on #AD3C7F background.