COLOR #AB87D4

HEX: #AB87D4
RGB: (171,135,212)

Renk bilgisi

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

RGB renk modeli

#AB87D4 color RGB value is (171,135,212).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 135 of 255 = 53%
B 212 of 255 = 83%

171
135
212

R + G + B ~ 68%. #AB87D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 135 + 212 = 518 (100%)
R 171 of 518 ~ 33.01%
G 135 of 518 ~ 26.06%
B 212 of 518 ~ 40.93%

%33.01
%26.06
%40.93

CMYK RENK MODELİ

#AB87D4 rengi CMYK tonu (19,36,0,17).

  • camgöbeği tonu 19.34%
  • eflatun tonu 36.32%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(19,36,0,17)
C19M36Y0K17 
(19%,36%,0%,17%)
(0.19/0.36/0.00/0.17)	

CMYK yüzdeleri

%19.34
%36.32
%0
%16.86

Codes

Color #AB87D4 in popluar color models

AB87D4
RGB171135212
HSL268°47.24%68.04%
HSB/HSV268°36.32%83.14%
CMYK19.34%36.32%0.00%
16.86%

Color #AB87D4 in popluar number systems.

HEXAB87D4
Decimal171135212
Binary101010111000011111010100
Octal253207324

Shades and tints

Shades of #AB87D4

#AB87D4
(171,135,212)
#9C7BC1
(156,123,193)
#8D6FAE
(141,111,174)
#7E639B
(126,99,155)
#6F5788
(111,87,136)
#604B75
(96,75,117)
#513F62
(81,63,98)
#42334F
(66,51,79)
#33273C
(51,39,60)
#241B29
(36,27,41)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #AB87D4

#AB87D4
(171,135,212)
#B291D7
(178,145,215)
#B99BDA
(185,155,218)
#C0A5DD
(192,165,221)
#C7AFE0
(199,175,224)
#CEB9E3
(206,185,227)
#D5C3E6
(213,195,230)
#DCCDE9
(220,205,233)
#E3D7EC
(227,215,236)
#EAE1EF
(234,225,239)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB87D4; }

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

This text font color is #AB87D4.


Background Color

.myBgColor { background-color: #AB87D4; }

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

This div background color is #AB87D4.


Border color

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

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

This div border color is #AB87D4.


Opacity

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

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

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

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

This text has shadow with #AB87D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB87D4 on black background.


Color preview on white background

This text has color #AB87D4 on white background.



Black color preview on #AB87D4 background

This text has black color on #AB87D4 background.


White color preview on #AB87D4 background

This text has white color on #AB87D4 background.