COLOR #AD759E

HEX: #AD759E
RGB: (173,117,158)

Renk bilgisi

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

RGB renk modeli

#AD759E color RGB value is (173,117,158).

  • kırmız ton 173;
  • yeşil ton 117;
  • mavi ton 158.
RGB:
(173,117,158)
(68%,46%,62%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 117 of 255 = 46%
B 158 of 255 = 62%

173
117
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 117 + 158 = 448 (100%)
R 173 of 448 ~ 38.62%
G 117 of 448 ~ 26.12%
B 158 of 448 ~ 35.27%

%38.62
%26.12
%35.27

CMYK RENK MODELİ

#AD759E rengi CMYK tonu (0,32,9,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.37%
  • sarı tonu 8.67%
  • ana renk tonu 32.16%
CMYK:
(0,32,9,32)
C0M32Y9K32 
(0%,32%,9%,32%)
(0.00/0.32/0.09/0.32)	

CMYK yüzdeleri

%0
%32.37
%8.67
%32.16

Codes

Color #AD759E in popluar color models

AD759E
RGB173117158
HSL316°25.45%56.86%
HSB/HSV316°32.37%67.84%
CMYK0.00%32.37%8.67%
32.16%

Color #AD759E in popluar number systems.

HEXAD759E
Decimal173117158
Binary10101101111010110011110
Octal255165236

Shades and tints

Shades of #AD759E

#AD759E
(173,117,158)
#9E6B90
(158,107,144)
#8F6182
(143,97,130)
#805774
(128,87,116)
#714D66
(113,77,102)
#624358
(98,67,88)
#53394A
(83,57,74)
#442F3C
(68,47,60)
#35252E
(53,37,46)
#261B20
(38,27,32)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #AD759E

#AD759E
(173,117,158)
#B481A6
(180,129,166)
#BB8DAE
(187,141,174)
#C299B6
(194,153,182)
#C9A5BE
(201,165,190)
#D0B1C6
(208,177,198)
#D7BDCE
(215,189,206)
#DEC9D6
(222,201,214)
#E5D5DE
(229,213,222)
#ECE1E6
(236,225,230)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD759E color. Also use rgb(173,117,158) instead hex code.

Text Font Color

.myTextColor { color: #AD759E; }

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

This text font color is #AD759E.


Background Color

.myBgColor { background-color: #AD759E; }

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

This div background color is #AD759E.


Border color

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

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

This div border color is #AD759E.


Opacity

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

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

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

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

This text has shadow with #AD759E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD759E on black background.


Color preview on white background

This text has color #AD759E on white background.



Black color preview on #AD759E background

This text has black color on #AD759E background.


White color preview on #AD759E background

This text has white color on #AD759E background.