COLOR #AD87AB

HEX: #AD87AB
RGB: (173,135,171)

Renk bilgisi

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

RGB renk modeli

#AD87AB color RGB value is (173,135,171).

  • kırmız ton 173;
  • yeşil ton 135;
  • mavi ton 171.
RGB:
(173,135,171)
(68%,53%,67%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 135 of 255 = 53%
B 171 of 255 = 67%

173
135
171

R + G + B ~ 63%. #AD87AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 135 + 171 = 479 (100%)
R 173 of 479 ~ 36.12%
G 135 of 479 ~ 28.18%
B 171 of 479 ~ 35.7%

%36.12
%28.18
%35.7

CMYK RENK MODELİ

#AD87AB rengi CMYK tonu (0,22,1,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.97%
  • sarı tonu 1.16%
  • ana renk tonu 32.16%
CMYK:
(0,22,1,32)
C0M22Y1K32 
(0%,22%,1%,32%)
(0.00/0.22/0.01/0.32)	

CMYK yüzdeleri

%0
%21.97
%1.16
%32.16

Codes

Color #AD87AB in popluar color models

AD87AB
RGB173135171
HSL303°18.81%60.39%
HSB/HSV303°21.97%67.84%
CMYK0.00%21.97%1.16%
32.16%

Color #AD87AB in popluar number systems.

HEXAD87AB
Decimal173135171
Binary101011011000011110101011
Octal255207253

Shades and tints

Shades of #AD87AB

#AD87AB
(173,135,171)
#9E7B9C
(158,123,156)
#8F6F8D
(143,111,141)
#80637E
(128,99,126)
#71576F
(113,87,111)
#624B60
(98,75,96)
#533F51
(83,63,81)
#443342
(68,51,66)
#352733
(53,39,51)
#261B24
(38,27,36)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #AD87AB

#AD87AB
(173,135,171)
#B491B2
(180,145,178)
#BB9BB9
(187,155,185)
#C2A5C0
(194,165,192)
#C9AFC7
(201,175,199)
#D0B9CE
(208,185,206)
#D7C3D5
(215,195,213)
#DECDDC
(222,205,220)
#E5D7E3
(229,215,227)
#ECE1EA
(236,225,234)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD87AB color. Also use rgb(173,135,171) instead hex code.

Text Font Color

.myTextColor { color: #AD87AB; }

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

This text font color is #AD87AB.


Background Color

.myBgColor { background-color: #AD87AB; }

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

This div background color is #AD87AB.


Border color

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

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

This div border color is #AD87AB.


Opacity

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

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

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

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

This text has shadow with #AD87AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD87AB on black background.


Color preview on white background

This text has color #AD87AB on white background.



Black color preview on #AD87AB background

This text has black color on #AD87AB background.


White color preview on #AD87AB background

This text has white color on #AD87AB background.