COLOR #AD7A96

HEX: #AD7A96
RGB: (173,122,150)

Renk bilgisi

#AD7A96 contains red, green and blue colors in about the same proportion. #AD7A96 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD7A96 color RGB value is (173,122,150).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 122 of 255 = 48%
B 150 of 255 = 59%

173
122
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 122 + 150 = 445 (100%)
R 173 of 445 ~ 38.88%
G 122 of 445 ~ 27.42%
B 150 of 445 ~ 33.71%

%38.88
%27.42
%33.71

CMYK RENK MODELİ

#AD7A96 rengi CMYK tonu (0,29,13,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.48%
  • sarı tonu 13.29%
  • ana renk tonu 32.16%
CMYK:
(0,29,13,32)
C0M29Y13K32 
(0%,29%,13%,32%)
(0.00/0.29/0.13/0.32)	

CMYK yüzdeleri

%0
%29.48
%13.29
%32.16

Codes

Color #AD7A96 in popluar color models

AD7A96
RGB173122150
HSL327°23.72%57.84%
HSB/HSV327°29.48%67.84%
CMYK0.00%29.48%13.29%
32.16%

Color #AD7A96 in popluar number systems.

HEXAD7A96
Decimal173122150
Binary10101101111101010010110
Octal255172226

Shades and tints

Shades of #AD7A96

#AD7A96
(173,122,150)
#9E6F89
(158,111,137)
#8F647C
(143,100,124)
#80596F
(128,89,111)
#714E62
(113,78,98)
#624355
(98,67,85)
#533848
(83,56,72)
#442D3B
(68,45,59)
#35222E
(53,34,46)
#261721
(38,23,33)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #AD7A96

#AD7A96
(173,122,150)
#B4869F
(180,134,159)
#BB92A8
(187,146,168)
#C29EB1
(194,158,177)
#C9AABA
(201,170,186)
#D0B6C3
(208,182,195)
#D7C2CC
(215,194,204)
#DECED5
(222,206,213)
#E5DADE
(229,218,222)
#ECE6E7
(236,230,231)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7A96; }

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

This text font color is #AD7A96.


Background Color

.myBgColor { background-color: #AD7A96; }

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

This div background color is #AD7A96.


Border color

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

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

This div border color is #AD7A96.


Opacity

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

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

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

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

This text has shadow with #AD7A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7A96 on black background.


Color preview on white background

This text has color #AD7A96 on white background.



Black color preview on #AD7A96 background

This text has black color on #AD7A96 background.


White color preview on #AD7A96 background

This text has white color on #AD7A96 background.