COLOR #AD4C96

HEX: #AD4C96
RGB: (173,76,150)

Renk bilgisi

#AD4C96 contains mainly red and blue colors. #AD4C96 ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#AD4C96 color RGB value is (173,76,150).

  • kırmız ton 173;
  • yeşil ton 76;
  • mavi ton 150.
RGB:
(173,76,150)
(68%,30%,59%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 76 of 255 = 30%
B 150 of 255 = 59%

173
76
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 76 + 150 = 399 (100%)
R 173 of 399 ~ 43.36%
G 76 of 399 ~ 19.05%
B 150 of 399 ~ 37.59%

%43.36
%19.05
%37.59

CMYK RENK MODELİ

#AD4C96 rengi CMYK tonu (0,56,13,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.07%
  • sarı tonu 13.29%
  • ana renk tonu 32.16%
CMYK:
(0,56,13,32)
C0M56Y13K32 
(0%,56%,13%,32%)
(0.00/0.56/0.13/0.32)	

CMYK yüzdeleri

%0
%56.07
%13.29
%32.16

Codes

Color #AD4C96 in popluar color models

AD4C96
RGB17376150
HSL314°38.96%48.82%
HSB/HSV314°56.07%67.84%
CMYK0.00%56.07%13.29%
32.16%

Color #AD4C96 in popluar number systems.

HEXAD4C96
Decimal17376150
Binary10101101100110010010110
Octal255114226

Shades and tints

Shades of #AD4C96

#AD4C96
(173,76,150)
#9E4689
(158,70,137)
#8F407C
(143,64,124)
#803A6F
(128,58,111)
#713462
(113,52,98)
#622E55
(98,46,85)
#532848
(83,40,72)
#44223B
(68,34,59)
#351C2E
(53,28,46)
#261621
(38,22,33)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #AD4C96

#AD4C96
(173,76,150)
#B45C9F
(180,92,159)
#BB6CA8
(187,108,168)
#C27CB1
(194,124,177)
#C98CBA
(201,140,186)
#D09CC3
(208,156,195)
#D7ACCC
(215,172,204)
#DEBCD5
(222,188,213)
#E5CCDE
(229,204,222)
#ECDCE7
(236,220,231)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4C96 color. Also use rgb(173,76,150) instead hex code.

Text Font Color

.myTextColor { color: #AD4C96; }

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

This text font color is #AD4C96.


Background Color

.myBgColor { background-color: #AD4C96; }

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

This div background color is #AD4C96.


Border color

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

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

This div border color is #AD4C96.


Opacity

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

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

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

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

This text has shadow with #AD4C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4C96 on black background.


Color preview on white background

This text has color #AD4C96 on white background.



Black color preview on #AD4C96 background

This text has black color on #AD4C96 background.


White color preview on #AD4C96 background

This text has white color on #AD4C96 background.