COLOR #AD87A3

HEX: #AD87A3
RGB: (173,135,163)

Renk bilgisi

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

RGB renk modeli

#AD87A3 color RGB value is (173,135,163).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 135 of 255 = 53%
B 163 of 255 = 64%

173
135
163

R + G + B ~ 62%. #AD87A3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 135 + 163 = 471 (100%)
R 173 of 471 ~ 36.73%
G 135 of 471 ~ 28.66%
B 163 of 471 ~ 34.61%

%36.73
%28.66
%34.61

CMYK RENK MODELİ

#AD87A3 rengi CMYK tonu (0,22,6,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.97%
  • sarı tonu 5.78%
  • ana renk tonu 32.16%
CMYK:
(0,22,6,32)
C0M22Y6K32 
(0%,22%,6%,32%)
(0.00/0.22/0.06/0.32)	

CMYK yüzdeleri

%0
%21.97
%5.78
%32.16

Codes

Color #AD87A3 in popluar color models

AD87A3
RGB173135163
HSL316°18.81%60.39%
HSB/HSV316°21.97%67.84%
CMYK0.00%21.97%5.78%
32.16%

Color #AD87A3 in popluar number systems.

HEXAD87A3
Decimal173135163
Binary101011011000011110100011
Octal255207243

Shades and tints

Shades of #AD87A3

#AD87A3
(173,135,163)
#9E7B95
(158,123,149)
#8F6F87
(143,111,135)
#806379
(128,99,121)
#71576B
(113,87,107)
#624B5D
(98,75,93)
#533F4F
(83,63,79)
#443341
(68,51,65)
#352733
(53,39,51)
#261B25
(38,27,37)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #AD87A3

#AD87A3
(173,135,163)
#B491AB
(180,145,171)
#BB9BB3
(187,155,179)
#C2A5BB
(194,165,187)
#C9AFC3
(201,175,195)
#D0B9CB
(208,185,203)
#D7C3D3
(215,195,211)
#DECDDB
(222,205,219)
#E5D7E3
(229,215,227)
#ECE1EB
(236,225,235)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD87A3; }

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

This text font color is #AD87A3.


Background Color

.myBgColor { background-color: #AD87A3; }

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

This div background color is #AD87A3.


Border color

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

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

This div border color is #AD87A3.


Opacity

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

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

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

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

This text has shadow with #AD87A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD87A3 on black background.


Color preview on white background

This text has color #AD87A3 on white background.



Black color preview on #AD87A3 background

This text has black color on #AD87A3 background.


White color preview on #AD87A3 background

This text has white color on #AD87A3 background.