COLOR #AD98A5

HEX: #AD98A5
RGB: (173,152,165)

Renk bilgisi

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

RGB renk modeli

#AD98A5 color RGB value is (173,152,165).

  • kırmız ton 173;
  • yeşil ton 152;
  • mavi ton 165.
RGB:
(173,152,165)
(68%,60%,65%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 152 of 255 = 60%
B 165 of 255 = 65%

173
152
165

R + G + B ~ 64%. #AD98A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 152 + 165 = 490 (100%)
R 173 of 490 ~ 35.31%
G 152 of 490 ~ 31.02%
B 165 of 490 ~ 33.67%

%35.31
%31.02
%33.67

CMYK RENK MODELİ

#AD98A5 rengi CMYK tonu (0,12,5,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.14%
  • sarı tonu 4.62%
  • ana renk tonu 32.16%
CMYK:
(0,12,5,32)
C0M12Y5K32 
(0%,12%,5%,32%)
(0.00/0.12/0.05/0.32)	

CMYK yüzdeleri

%0
%12.14
%4.62
%32.16

Codes

Color #AD98A5 in popluar color models

AD98A5
RGB173152165
HSL323°11.35%63.73%
HSB/HSV323°12.14%67.84%
CMYK0.00%12.14%4.62%
32.16%

Color #AD98A5 in popluar number systems.

HEXAD98A5
Decimal173152165
Binary101011011001100010100101
Octal255230245

Shades and tints

Shades of #AD98A5

#AD98A5
(173,152,165)
#9E8B96
(158,139,150)
#8F7E87
(143,126,135)
#807178
(128,113,120)
#716469
(113,100,105)
#62575A
(98,87,90)
#534A4B
(83,74,75)
#443D3C
(68,61,60)
#35302D
(53,48,45)
#26231E
(38,35,30)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #AD98A5

#AD98A5
(173,152,165)
#B4A1AD
(180,161,173)
#BBAAB5
(187,170,181)
#C2B3BD
(194,179,189)
#C9BCC5
(201,188,197)
#D0C5CD
(208,197,205)
#D7CED5
(215,206,213)
#DED7DD
(222,215,221)
#E5E0E5
(229,224,229)
#ECE9ED
(236,233,237)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD98A5 color. Also use rgb(173,152,165) instead hex code.

Text Font Color

.myTextColor { color: #AD98A5; }

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

This text font color is #AD98A5.


Background Color

.myBgColor { background-color: #AD98A5; }

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

This div background color is #AD98A5.


Border color

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

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

This div border color is #AD98A5.


Opacity

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

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

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

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

This text has shadow with #AD98A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD98A5 on black background.


Color preview on white background

This text has color #AD98A5 on white background.



Black color preview on #AD98A5 background

This text has black color on #AD98A5 background.


White color preview on #AD98A5 background

This text has white color on #AD98A5 background.