COLOR #AB87A0

HEX: #AB87A0
RGB: (171,135,160)

Renk bilgisi

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

RGB renk modeli

#AB87A0 color RGB value is (171,135,160).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 135 of 255 = 53%
B 160 of 255 = 63%

171
135
160

R + G + B ~ 61%. #AB87A0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 135 + 160 = 466 (100%)
R 171 of 466 ~ 36.7%
G 135 of 466 ~ 28.97%
B 160 of 466 ~ 34.33%

%36.7
%28.97
%34.33

CMYK RENK MODELİ

#AB87A0 rengi CMYK tonu (0,21,6,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.05%
  • sarı tonu 6.43%
  • ana renk tonu 32.94%
CMYK:
(0,21,6,33)
C0M21Y6K33 
(0%,21%,6%,33%)
(0.00/0.21/0.06/0.33)	

CMYK yüzdeleri

%0
%21.05
%6.43
%32.94

Codes

Color #AB87A0 in popluar color models

AB87A0
RGB171135160
HSL318°17.65%60.00%
HSB/HSV318°21.05%67.06%
CMYK0.00%21.05%6.43%
32.94%

Color #AB87A0 in popluar number systems.

HEXAB87A0
Decimal171135160
Binary101010111000011110100000
Octal253207240

Shades and tints

Shades of #AB87A0

#AB87A0
(171,135,160)
#9C7B92
(156,123,146)
#8D6F84
(141,111,132)
#7E6376
(126,99,118)
#6F5768
(111,87,104)
#604B5A
(96,75,90)
#513F4C
(81,63,76)
#42333E
(66,51,62)
#332730
(51,39,48)
#241B22
(36,27,34)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #AB87A0

#AB87A0
(171,135,160)
#B291A8
(178,145,168)
#B99BB0
(185,155,176)
#C0A5B8
(192,165,184)
#C7AFC0
(199,175,192)
#CEB9C8
(206,185,200)
#D5C3D0
(213,195,208)
#DCCDD8
(220,205,216)
#E3D7E0
(227,215,224)
#EAE1E8
(234,225,232)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB87A0; }

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

This text font color is #AB87A0.


Background Color

.myBgColor { background-color: #AB87A0; }

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

This div background color is #AB87A0.


Border color

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

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

This div border color is #AB87A0.


Opacity

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

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

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

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

This text has shadow with #AB87A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB87A0 on black background.


Color preview on white background

This text has color #AB87A0 on white background.



Black color preview on #AB87A0 background

This text has black color on #AB87A0 background.


White color preview on #AB87A0 background

This text has white color on #AB87A0 background.