COLOR #AD7793

HEX: #AD7793
RGB: (173,119,147)

Renk bilgisi

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

RGB renk modeli

#AD7793 color RGB value is (173,119,147).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 119 of 255 = 47%
B 147 of 255 = 58%

173
119
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 119 + 147 = 439 (100%)
R 173 of 439 ~ 39.41%
G 119 of 439 ~ 27.11%
B 147 of 439 ~ 33.49%

%39.41
%27.11
%33.49

CMYK RENK MODELİ

#AD7793 rengi CMYK tonu (0,31,15,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.21%
  • sarı tonu 15.03%
  • ana renk tonu 32.16%
CMYK:
(0,31,15,32)
C0M31Y15K32 
(0%,31%,15%,32%)
(0.00/0.31/0.15/0.32)	

CMYK yüzdeleri

%0
%31.21
%15.03
%32.16

Codes

Color #AD7793 in popluar color models

AD7793
RGB173119147
HSL329°24.77%57.25%
HSB/HSV329°31.21%67.84%
CMYK0.00%31.21%15.03%
32.16%

Color #AD7793 in popluar number systems.

HEXAD7793
Decimal173119147
Binary10101101111011110010011
Octal255167223

Shades and tints

Shades of #AD7793

#AD7793
(173,119,147)
#9E6D86
(158,109,134)
#8F6379
(143,99,121)
#80596C
(128,89,108)
#714F5F
(113,79,95)
#624552
(98,69,82)
#533B45
(83,59,69)
#443138
(68,49,56)
#35272B
(53,39,43)
#261D1E
(38,29,30)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #AD7793

#AD7793
(173,119,147)
#B4839C
(180,131,156)
#BB8FA5
(187,143,165)
#C29BAE
(194,155,174)
#C9A7B7
(201,167,183)
#D0B3C0
(208,179,192)
#D7BFC9
(215,191,201)
#DECBD2
(222,203,210)
#E5D7DB
(229,215,219)
#ECE3E4
(236,227,228)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7793; }

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

This text font color is #AD7793.


Background Color

.myBgColor { background-color: #AD7793; }

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

This div background color is #AD7793.


Border color

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

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

This div border color is #AD7793.


Opacity

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

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

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

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

This text has shadow with #AD7793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7793 on black background.


Color preview on white background

This text has color #AD7793 on white background.



Black color preview on #AD7793 background

This text has black color on #AD7793 background.


White color preview on #AD7793 background

This text has white color on #AD7793 background.