COLOR #A87FD6

HEX: #A87FD6
RGB: (168,127,214)

Renk bilgisi

#A87FD6 contains mainly red and blue colors. #A87FD6 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#A87FD6 color RGB value is (168,127,214).

  • kırmız ton 168;
  • yeşil ton 127;
  • mavi ton 214.
RGB:
(168,127,214)
(66%,50%,84%)

RGB bağlantıları ve doygunluk

R 168 of 255 = 66%
G 127 of 255 = 50%
B 214 of 255 = 84%

168
127
214

R + G + B ~ 67%. #A87FD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
168 + 127 + 214 = 509 (100%)
R 168 of 509 ~ 33.01%
G 127 of 509 ~ 24.95%
B 214 of 509 ~ 42.04%

%33.01
%24.95
%42.04

CMYK RENK MODELİ

#A87FD6 rengi CMYK tonu (21,41,0,16).

  • camgöbeği tonu 21.50%
  • eflatun tonu 40.65%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(21,41,0,16)
C21M41Y0K16 
(21%,41%,0%,16%)
(0.21/0.41/0.00/0.16)	

CMYK yüzdeleri

%21.5
%40.65
%0
%16.08

Codes

Color #A87FD6 in popluar color models

A87FD6
RGB168127214
HSL268°51.48%66.86%
HSB/HSV268°40.65%83.92%
CMYK21.50%40.65%0.00%
16.08%

Color #A87FD6 in popluar number systems.

HEXA87FD6
Decimal168127214
Binary10101000111111111010110
Octal250177326

Shades and tints

Shades of #A87FD6

#A87FD6
(168,127,214)
#9974C3
(153,116,195)
#8A69B0
(138,105,176)
#7B5E9D
(123,94,157)
#6C538A
(108,83,138)
#5D4877
(93,72,119)
#4E3D64
(78,61,100)
#3F3251
(63,50,81)
#30273E
(48,39,62)
#211C2B
(33,28,43)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #A87FD6

#A87FD6
(168,127,214)
#AF8AD9
(175,138,217)
#B695DC
(182,149,220)
#BDA0DF
(189,160,223)
#C4ABE2
(196,171,226)
#CBB6E5
(203,182,229)
#D2C1E8
(210,193,232)
#D9CCEB
(217,204,235)
#E0D7EE
(224,215,238)
#E7E2F1
(231,226,241)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87FD6 color. Also use rgb(168,127,214) instead hex code.

Text Font Color

.myTextColor { color: #A87FD6; }

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

This text font color is #A87FD6.


Background Color

.myBgColor { background-color: #A87FD6; }

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

This div background color is #A87FD6.


Border color

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

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

This div border color is #A87FD6.


Opacity

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

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

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

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

This text has shadow with #A87FD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87FD6 on black background.


Color preview on white background

This text has color #A87FD6 on white background.



Black color preview on #A87FD6 background

This text has black color on #A87FD6 background.


White color preview on #A87FD6 background

This text has white color on #A87FD6 background.