COLOR #AD87B6

HEX: #AD87B6
RGB: (173,135,182)

Renk bilgisi

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

RGB renk modeli

#AD87B6 color RGB value is (173,135,182).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 135 of 255 = 53%
B 182 of 255 = 71%

173
135
182

R + G + B ~ 64%. #AD87B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 135 + 182 = 490 (100%)
R 173 of 490 ~ 35.31%
G 135 of 490 ~ 27.55%
B 182 of 490 ~ 37.14%

%35.31
%27.55
%37.14

CMYK RENK MODELİ

#AD87B6 rengi CMYK tonu (5,26,0,29).

  • camgöbeği tonu 4.95%
  • eflatun tonu 25.82%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(5,26,0,29)
C5M26Y0K29 
(5%,26%,0%,29%)
(0.05/0.26/0.00/0.29)	

CMYK yüzdeleri

%4.95
%25.82
%0
%28.63

Codes

Color #AD87B6 in popluar color models

AD87B6
RGB173135182
HSL289°24.35%62.16%
HSB/HSV289°25.82%71.37%
CMYK4.95%25.82%0.00%
28.63%

Color #AD87B6 in popluar number systems.

HEXAD87B6
Decimal173135182
Binary101011011000011110110110
Octal255207266

Shades and tints

Shades of #AD87B6

#AD87B6
(173,135,182)
#9E7BA6
(158,123,166)
#8F6F96
(143,111,150)
#806386
(128,99,134)
#715776
(113,87,118)
#624B66
(98,75,102)
#533F56
(83,63,86)
#443346
(68,51,70)
#352736
(53,39,54)
#261B26
(38,27,38)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #AD87B6

#AD87B6
(173,135,182)
#B491BC
(180,145,188)
#BB9BC2
(187,155,194)
#C2A5C8
(194,165,200)
#C9AFCE
(201,175,206)
#D0B9D4
(208,185,212)
#D7C3DA
(215,195,218)
#DECDE0
(222,205,224)
#E5D7E6
(229,215,230)
#ECE1EC
(236,225,236)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD87B6; }

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

This text font color is #AD87B6.


Background Color

.myBgColor { background-color: #AD87B6; }

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

This div background color is #AD87B6.


Border color

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

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

This div border color is #AD87B6.


Opacity

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

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

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

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

This text has shadow with #AD87B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD87B6 on black background.


Color preview on white background

This text has color #AD87B6 on white background.



Black color preview on #AD87B6 background

This text has black color on #AD87B6 background.


White color preview on #AD87B6 background

This text has white color on #AD87B6 background.