COLOR #AD7A93

HEX: #AD7A93
RGB: (173,122,147)

Renk bilgisi

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

RGB renk modeli

#AD7A93 color RGB value is (173,122,147).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 122 of 255 = 48%
B 147 of 255 = 58%

173
122
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 122 + 147 = 442 (100%)
R 173 of 442 ~ 39.14%
G 122 of 442 ~ 27.6%
B 147 of 442 ~ 33.26%

%39.14
%27.6
%33.26

CMYK RENK MODELİ

#AD7A93 rengi CMYK tonu (0,29,15,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.48%
  • sarı tonu 15.03%
  • ana renk tonu 32.16%
CMYK:
(0,29,15,32)
C0M29Y15K32 
(0%,29%,15%,32%)
(0.00/0.29/0.15/0.32)	

CMYK yüzdeleri

%0
%29.48
%15.03
%32.16

Codes

Color #AD7A93 in popluar color models

AD7A93
RGB173122147
HSL331°23.72%57.84%
HSB/HSV331°29.48%67.84%
CMYK0.00%29.48%15.03%
32.16%

Color #AD7A93 in popluar number systems.

HEXAD7A93
Decimal173122147
Binary10101101111101010010011
Octal255172223

Shades and tints

Shades of #AD7A93

#AD7A93
(173,122,147)
#9E6F86
(158,111,134)
#8F6479
(143,100,121)
#80596C
(128,89,108)
#714E5F
(113,78,95)
#624352
(98,67,82)
#533845
(83,56,69)
#442D38
(68,45,56)
#35222B
(53,34,43)
#26171E
(38,23,30)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #AD7A93

#AD7A93
(173,122,147)
#B4869C
(180,134,156)
#BB92A5
(187,146,165)
#C29EAE
(194,158,174)
#C9AAB7
(201,170,183)
#D0B6C0
(208,182,192)
#D7C2C9
(215,194,201)
#DECED2
(222,206,210)
#E5DADB
(229,218,219)
#ECE6E4
(236,230,228)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7A93; }

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

This text font color is #AD7A93.


Background Color

.myBgColor { background-color: #AD7A93; }

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

This div background color is #AD7A93.


Border color

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

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

This div border color is #AD7A93.


Opacity

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

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

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

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

This text has shadow with #AD7A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7A93 on black background.


Color preview on white background

This text has color #AD7A93 on white background.



Black color preview on #AD7A93 background

This text has black color on #AD7A93 background.


White color preview on #AD7A93 background

This text has white color on #AD7A93 background.