COLOR #AD8F9F

HEX: #AD8F9F
RGB: (173,143,159)

Renk bilgisi

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

RGB renk modeli

#AD8F9F color RGB value is (173,143,159).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 143 of 255 = 56%
B 159 of 255 = 62%

173
143
159

R + G + B ~ 62%. #AD8F9F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 143 + 159 = 475 (100%)
R 173 of 475 ~ 36.42%
G 143 of 475 ~ 30.11%
B 159 of 475 ~ 33.47%

%36.42
%30.11
%33.47

CMYK RENK MODELİ

#AD8F9F rengi CMYK tonu (0,17,8,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.34%
  • sarı tonu 8.09%
  • ana renk tonu 32.16%
CMYK:
(0,17,8,32)
C0M17Y8K32 
(0%,17%,8%,32%)
(0.00/0.17/0.08/0.32)	

CMYK yüzdeleri

%0
%17.34
%8.09
%32.16

Codes

Color #AD8F9F in popluar color models

AD8F9F
RGB173143159
HSL328°15.46%61.96%
HSB/HSV328°17.34%67.84%
CMYK0.00%17.34%8.09%
32.16%

Color #AD8F9F in popluar number systems.

HEXAD8F9F
Decimal173143159
Binary101011011000111110011111
Octal255217237

Shades and tints

Shades of #AD8F9F

#AD8F9F
(173,143,159)
#9E8291
(158,130,145)
#8F7583
(143,117,131)
#806875
(128,104,117)
#715B67
(113,91,103)
#624E59
(98,78,89)
#53414B
(83,65,75)
#44343D
(68,52,61)
#35272F
(53,39,47)
#261A21
(38,26,33)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #AD8F9F

#AD8F9F
(173,143,159)
#B499A7
(180,153,167)
#BBA3AF
(187,163,175)
#C2ADB7
(194,173,183)
#C9B7BF
(201,183,191)
#D0C1C7
(208,193,199)
#D7CBCF
(215,203,207)
#DED5D7
(222,213,215)
#E5DFDF
(229,223,223)
#ECE9E7
(236,233,231)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8F9F; }

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

This text font color is #AD8F9F.


Background Color

.myBgColor { background-color: #AD8F9F; }

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

This div background color is #AD8F9F.


Border color

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

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

This div border color is #AD8F9F.


Opacity

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

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

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

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

This text has shadow with #AD8F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8F9F on black background.


Color preview on white background

This text has color #AD8F9F on white background.



Black color preview on #AD8F9F background

This text has black color on #AD8F9F background.


White color preview on #AD8F9F background

This text has white color on #AD8F9F background.