COLOR #AD9AB1

HEX: #AD9AB1
RGB: (173,154,177)

Renk bilgisi

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

RGB renk modeli

#AD9AB1 color RGB value is (173,154,177).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 154 of 255 = 60%
B 177 of 255 = 69%

173
154
177

R + G + B ~ 66%. #AD9AB1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 154 + 177 = 504 (100%)
R 173 of 504 ~ 34.33%
G 154 of 504 ~ 30.56%
B 177 of 504 ~ 35.12%

%34.33
%30.56
%35.12

CMYK RENK MODELİ

#AD9AB1 rengi CMYK tonu (2,13,0,31).

  • camgöbeği tonu 2.26%
  • eflatun tonu 12.99%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(2,13,0,31)
C2M13Y0K31 
(2%,13%,0%,31%)
(0.02/0.13/0.00/0.31)	

CMYK yüzdeleri

%2.26
%12.99
%0
%30.59

Codes

Color #AD9AB1 in popluar color models

AD9AB1
RGB173154177
HSL290°12.85%64.90%
HSB/HSV290°12.99%69.41%
CMYK2.26%12.99%0.00%
30.59%

Color #AD9AB1 in popluar number systems.

HEXAD9AB1
Decimal173154177
Binary101011011001101010110001
Octal255232261

Shades and tints

Shades of #AD9AB1

#AD9AB1
(173,154,177)
#9E8CA1
(158,140,161)
#8F7E91
(143,126,145)
#807081
(128,112,129)
#716271
(113,98,113)
#625461
(98,84,97)
#534651
(83,70,81)
#443841
(68,56,65)
#352A31
(53,42,49)
#261C21
(38,28,33)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #AD9AB1

#AD9AB1
(173,154,177)
#B4A3B8
(180,163,184)
#BBACBF
(187,172,191)
#C2B5C6
(194,181,198)
#C9BECD
(201,190,205)
#D0C7D4
(208,199,212)
#D7D0DB
(215,208,219)
#DED9E2
(222,217,226)
#E5E2E9
(229,226,233)
#ECEBF0
(236,235,240)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9AB1; }

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

This text font color is #AD9AB1.


Background Color

.myBgColor { background-color: #AD9AB1; }

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

This div background color is #AD9AB1.


Border color

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

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

This div border color is #AD9AB1.


Opacity

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

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

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

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

This text has shadow with #AD9AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9AB1 on black background.


Color preview on white background

This text has color #AD9AB1 on white background.



Black color preview on #AD9AB1 background

This text has black color on #AD9AB1 background.


White color preview on #AD9AB1 background

This text has white color on #AD9AB1 background.