COLOR #AD8A9B

HEX: #AD8A9B
RGB: (173,138,155)

Renk bilgisi

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

RGB renk modeli

#AD8A9B color RGB value is (173,138,155).

  • kırmız ton 173;
  • yeşil ton 138;
  • mavi ton 155.
RGB:
(173,138,155)
(68%,54%,61%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 138 of 255 = 54%
B 155 of 255 = 61%

173
138
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 138 + 155 = 466 (100%)
R 173 of 466 ~ 37.12%
G 138 of 466 ~ 29.61%
B 155 of 466 ~ 33.26%

%37.12
%29.61
%33.26

CMYK RENK MODELİ

#AD8A9B rengi CMYK tonu (0,20,10,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.23%
  • sarı tonu 10.40%
  • ana renk tonu 32.16%
CMYK:
(0,20,10,32)
C0M20Y10K32 
(0%,20%,10%,32%)
(0.00/0.20/0.10/0.32)	

CMYK yüzdeleri

%0
%20.23
%10.4
%32.16

Codes

Color #AD8A9B in popluar color models

AD8A9B
RGB173138155
HSL331°17.59%60.98%
HSB/HSV331°20.23%67.84%
CMYK0.00%20.23%10.40%
32.16%

Color #AD8A9B in popluar number systems.

HEXAD8A9B
Decimal173138155
Binary101011011000101010011011
Octal255212233

Shades and tints

Shades of #AD8A9B

#AD8A9B
(173,138,155)
#9E7E8D
(158,126,141)
#8F727F
(143,114,127)
#806671
(128,102,113)
#715A63
(113,90,99)
#624E55
(98,78,85)
#534247
(83,66,71)
#443639
(68,54,57)
#352A2B
(53,42,43)
#261E1D
(38,30,29)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #AD8A9B

#AD8A9B
(173,138,155)
#B494A4
(180,148,164)
#BB9EAD
(187,158,173)
#C2A8B6
(194,168,182)
#C9B2BF
(201,178,191)
#D0BCC8
(208,188,200)
#D7C6D1
(215,198,209)
#DED0DA
(222,208,218)
#E5DAE3
(229,218,227)
#ECE4EC
(236,228,236)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8A9B color. Also use rgb(173,138,155) instead hex code.

Text Font Color

.myTextColor { color: #AD8A9B; }

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

This text font color is #AD8A9B.


Background Color

.myBgColor { background-color: #AD8A9B; }

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

This div background color is #AD8A9B.


Border color

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

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

This div border color is #AD8A9B.


Opacity

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

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

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

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

This text has shadow with #AD8A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8A9B on black background.


Color preview on white background

This text has color #AD8A9B on white background.



Black color preview on #AD8A9B background

This text has black color on #AD8A9B background.


White color preview on #AD8A9B background

This text has white color on #AD8A9B background.