COLOR #AD87C8

HEX: #AD87C8
RGB: (173,135,200)

Renk bilgisi

#AD87C8 contains mainly red and blue colors. #AD87C8 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AD87C8 color RGB value is (173,135,200).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 135 of 255 = 53%
B 200 of 255 = 78%

173
135
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 135 + 200 = 508 (100%)
R 173 of 508 ~ 34.06%
G 135 of 508 ~ 26.57%
B 200 of 508 ~ 39.37%

%34.06
%26.57
%39.37

CMYK RENK MODELİ

#AD87C8 rengi CMYK tonu (14,33,0,22).

  • camgöbeği tonu 13.50%
  • eflatun tonu 32.50%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(14,33,0,22)
C14M33Y0K22 
(14%,33%,0%,22%)
(0.14/0.33/0.00/0.22)	

CMYK yüzdeleri

%13.5
%32.5
%0
%21.57

Codes

Color #AD87C8 in popluar color models

AD87C8
RGB173135200
HSL275°37.14%65.69%
HSB/HSV275°32.50%78.43%
CMYK13.50%32.50%0.00%
21.57%

Color #AD87C8 in popluar number systems.

HEXAD87C8
Decimal173135200
Binary101011011000011111001000
Octal255207310

Shades and tints

Shades of #AD87C8

#AD87C8
(173,135,200)
#9E7BB6
(158,123,182)
#8F6FA4
(143,111,164)
#806392
(128,99,146)
#715780
(113,87,128)
#624B6E
(98,75,110)
#533F5C
(83,63,92)
#44334A
(68,51,74)
#352738
(53,39,56)
#261B26
(38,27,38)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #AD87C8

#AD87C8
(173,135,200)
#B491CD
(180,145,205)
#BB9BD2
(187,155,210)
#C2A5D7
(194,165,215)
#C9AFDC
(201,175,220)
#D0B9E1
(208,185,225)
#D7C3E6
(215,195,230)
#DECDEB
(222,205,235)
#E5D7F0
(229,215,240)
#ECE1F5
(236,225,245)
#F3EBFA
(243,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD87C8; }

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

This text font color is #AD87C8.


Background Color

.myBgColor { background-color: #AD87C8; }

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

This div background color is #AD87C8.


Border color

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

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

This div border color is #AD87C8.


Opacity

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

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

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

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

This text has shadow with #AD87C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD87C8 on black background.


Color preview on white background

This text has color #AD87C8 on white background.



Black color preview on #AD87C8 background

This text has black color on #AD87C8 background.


White color preview on #AD87C8 background

This text has white color on #AD87C8 background.