COLOR #AD8F99

HEX: #AD8F99
RGB: (173,143,153)

Renk bilgisi

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

RGB renk modeli

#AD8F99 color RGB value is (173,143,153).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 143 of 255 = 56%
B 153 of 255 = 60%

173
143
153

R + G + B ~ 61%. #AD8F99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 143 + 153 = 469 (100%)
R 173 of 469 ~ 36.89%
G 143 of 469 ~ 30.49%
B 153 of 469 ~ 32.62%

%36.89
%30.49
%32.62

CMYK RENK MODELİ

#AD8F99 rengi CMYK tonu (0,17,12,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.34%
  • sarı tonu 11.56%
  • ana renk tonu 32.16%
CMYK:
(0,17,12,32)
C0M17Y12K32 
(0%,17%,12%,32%)
(0.00/0.17/0.12/0.32)	

CMYK yüzdeleri

%0
%17.34
%11.56
%32.16

Codes

Color #AD8F99 in popluar color models

AD8F99
RGB173143153
HSL340°15.46%61.96%
HSB/HSV340°17.34%67.84%
CMYK0.00%17.34%11.56%
32.16%

Color #AD8F99 in popluar number systems.

HEXAD8F99
Decimal173143153
Binary101011011000111110011001
Octal255217231

Shades and tints

Shades of #AD8F99

#AD8F99
(173,143,153)
#9E828C
(158,130,140)
#8F757F
(143,117,127)
#806872
(128,104,114)
#715B65
(113,91,101)
#624E58
(98,78,88)
#53414B
(83,65,75)
#44343E
(68,52,62)
#352731
(53,39,49)
#261A24
(38,26,36)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #AD8F99

#AD8F99
(173,143,153)
#B499A2
(180,153,162)
#BBA3AB
(187,163,171)
#C2ADB4
(194,173,180)
#C9B7BD
(201,183,189)
#D0C1C6
(208,193,198)
#D7CBCF
(215,203,207)
#DED5D8
(222,213,216)
#E5DFE1
(229,223,225)
#ECE9EA
(236,233,234)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8F99; }

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

This text font color is #AD8F99.


Background Color

.myBgColor { background-color: #AD8F99; }

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

This div background color is #AD8F99.


Border color

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

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

This div border color is #AD8F99.


Opacity

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

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

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

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

This text has shadow with #AD8F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8F99 on black background.


Color preview on white background

This text has color #AD8F99 on white background.



Black color preview on #AD8F99 background

This text has black color on #AD8F99 background.


White color preview on #AD8F99 background

This text has white color on #AD8F99 background.