COLOR #AD9AB7

HEX: #AD9AB7
RGB: (173,154,183)

Renk bilgisi

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

RGB renk modeli

#AD9AB7 color RGB value is (173,154,183).

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

RGB bağlantıları ve doygunluk

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

173
154
183

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 154 + 183 = 510 (100%)
R 173 of 510 ~ 33.92%
G 154 of 510 ~ 30.2%
B 183 of 510 ~ 35.88%

%33.92
%30.2
%35.88

CMYK RENK MODELİ

#AD9AB7 rengi CMYK tonu (5,16,0,28).

  • camgöbeği tonu 5.46%
  • eflatun tonu 15.85%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(5,16,0,28)
C5M16Y0K28 
(5%,16%,0%,28%)
(0.05/0.16/0.00/0.28)	

CMYK yüzdeleri

%5.46
%15.85
%0
%28.24

Codes

Color #AD9AB7 in popluar color models

AD9AB7
RGB173154183
HSL279°16.76%66.08%
HSB/HSV279°15.85%71.76%
CMYK5.46%15.85%0.00%
28.24%

Color #AD9AB7 in popluar number systems.

HEXAD9AB7
Decimal173154183
Binary101011011001101010110111
Octal255232267

Shades and tints

Shades of #AD9AB7

#AD9AB7
(173,154,183)
#9E8CA7
(158,140,167)
#8F7E97
(143,126,151)
#807087
(128,112,135)
#716277
(113,98,119)
#625467
(98,84,103)
#534657
(83,70,87)
#443847
(68,56,71)
#352A37
(53,42,55)
#261C27
(38,28,39)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #AD9AB7

#AD9AB7
(173,154,183)
#B4A3BD
(180,163,189)
#BBACC3
(187,172,195)
#C2B5C9
(194,181,201)
#C9BECF
(201,190,207)
#D0C7D5
(208,199,213)
#D7D0DB
(215,208,219)
#DED9E1
(222,217,225)
#E5E2E7
(229,226,231)
#ECEBED
(236,235,237)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9AB7; }

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

This text font color is #AD9AB7.


Background Color

.myBgColor { background-color: #AD9AB7; }

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

This div background color is #AD9AB7.


Border color

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

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

This div border color is #AD9AB7.


Opacity

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

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

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

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

This text has shadow with #AD9AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9AB7 on black background.


Color preview on white background

This text has color #AD9AB7 on white background.



Black color preview on #AD9AB7 background

This text has black color on #AD9AB7 background.


White color preview on #AD9AB7 background

This text has white color on #AD9AB7 background.