COLOR #AD7E9F

HEX: #AD7E9F
RGB: (173,126,159)

Renk bilgisi

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

RGB renk modeli

#AD7E9F color RGB value is (173,126,159).

  • kırmız ton 173;
  • yeşil ton 126;
  • mavi ton 159.
RGB:
(173,126,159)
(68%,49%,62%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 126 of 255 = 49%
B 159 of 255 = 62%

173
126
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 126 + 159 = 458 (100%)
R 173 of 458 ~ 37.77%
G 126 of 458 ~ 27.51%
B 159 of 458 ~ 34.72%

%37.77
%27.51
%34.72

CMYK RENK MODELİ

#AD7E9F rengi CMYK tonu (0,27,8,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.17%
  • sarı tonu 8.09%
  • ana renk tonu 32.16%
CMYK:
(0,27,8,32)
C0M27Y8K32 
(0%,27%,8%,32%)
(0.00/0.27/0.08/0.32)	

CMYK yüzdeleri

%0
%27.17
%8.09
%32.16

Codes

Color #AD7E9F in popluar color models

AD7E9F
RGB173126159
HSL318°22.27%58.63%
HSB/HSV318°27.17%67.84%
CMYK0.00%27.17%8.09%
32.16%

Color #AD7E9F in popluar number systems.

HEXAD7E9F
Decimal173126159
Binary10101101111111010011111
Octal255176237

Shades and tints

Shades of #AD7E9F

#AD7E9F
(173,126,159)
#9E7391
(158,115,145)
#8F6883
(143,104,131)
#805D75
(128,93,117)
#715267
(113,82,103)
#624759
(98,71,89)
#533C4B
(83,60,75)
#44313D
(68,49,61)
#35262F
(53,38,47)
#261B21
(38,27,33)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #AD7E9F

#AD7E9F
(173,126,159)
#B489A7
(180,137,167)
#BB94AF
(187,148,175)
#C29FB7
(194,159,183)
#C9AABF
(201,170,191)
#D0B5C7
(208,181,199)
#D7C0CF
(215,192,207)
#DECBD7
(222,203,215)
#E5D6DF
(229,214,223)
#ECE1E7
(236,225,231)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7E9F color. Also use rgb(173,126,159) instead hex code.

Text Font Color

.myTextColor { color: #AD7E9F; }

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

This text font color is #AD7E9F.


Background Color

.myBgColor { background-color: #AD7E9F; }

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

This div background color is #AD7E9F.


Border color

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

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

This div border color is #AD7E9F.


Opacity

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

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

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

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

This text has shadow with #AD7E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7E9F on black background.


Color preview on white background

This text has color #AD7E9F on white background.



Black color preview on #AD7E9F background

This text has black color on #AD7E9F background.


White color preview on #AD7E9F background

This text has white color on #AD7E9F background.