COLOR #AD98B7

HEX: #AD98B7
RGB: (173,152,183)

Renk bilgisi

#AD98B7 contains red, green and blue colors in about the same proportion. #AD98B7 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AD98B7 color RGB value is (173,152,183).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 152 of 255 = 60%
B 183 of 255 = 72%

173
152
183

R + G + B ~ 67%. #AD98B7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 152 + 183 = 508 (100%)
R 173 of 508 ~ 34.06%
G 152 of 508 ~ 29.92%
B 183 of 508 ~ 36.02%

%34.06
%29.92
%36.02

CMYK RENK MODELİ

#AD98B7 rengi CMYK tonu (5,17,0,28).

  • camgöbeği tonu 5.46%
  • eflatun tonu 16.94%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(5,17,0,28)
C5M17Y0K28 
(5%,17%,0%,28%)
(0.05/0.17/0.00/0.28)	

CMYK yüzdeleri

%5.46
%16.94
%0
%28.24

Codes

Color #AD98B7 in popluar color models

AD98B7
RGB173152183
HSL281°17.71%65.69%
HSB/HSV281°16.94%71.76%
CMYK5.46%16.94%0.00%
28.24%

Color #AD98B7 in popluar number systems.

HEXAD98B7
Decimal173152183
Binary101011011001100010110111
Octal255230267

Shades and tints

Shades of #AD98B7

#AD98B7
(173,152,183)
#9E8BA7
(158,139,167)
#8F7E97
(143,126,151)
#807187
(128,113,135)
#716477
(113,100,119)
#625767
(98,87,103)
#534A57
(83,74,87)
#443D47
(68,61,71)
#353037
(53,48,55)
#262327
(38,35,39)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #AD98B7

#AD98B7
(173,152,183)
#B4A1BD
(180,161,189)
#BBAAC3
(187,170,195)
#C2B3C9
(194,179,201)
#C9BCCF
(201,188,207)
#D0C5D5
(208,197,213)
#D7CEDB
(215,206,219)
#DED7E1
(222,215,225)
#E5E0E7
(229,224,231)
#ECE9ED
(236,233,237)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD98B7; }

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

This text font color is #AD98B7.


Background Color

.myBgColor { background-color: #AD98B7; }

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

This div background color is #AD98B7.


Border color

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

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

This div border color is #AD98B7.


Opacity

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

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

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

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

This text has shadow with #AD98B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD98B7 on black background.


Color preview on white background

This text has color #AD98B7 on white background.



Black color preview on #AD98B7 background

This text has black color on #AD98B7 background.


White color preview on #AD98B7 background

This text has white color on #AD98B7 background.