COLOR #AB87A8

HEX: #AB87A8
RGB: (171,135,168)

Renk bilgisi

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

RGB renk modeli

#AB87A8 color RGB value is (171,135,168).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 135 of 255 = 53%
B 168 of 255 = 66%

171
135
168

R + G + B ~ 62%. #AB87A8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 135 + 168 = 474 (100%)
R 171 of 474 ~ 36.08%
G 135 of 474 ~ 28.48%
B 168 of 474 ~ 35.44%

%36.08
%28.48
%35.44

CMYK RENK MODELİ

#AB87A8 rengi CMYK tonu (0,21,2,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.05%
  • sarı tonu 1.75%
  • ana renk tonu 32.94%
CMYK:
(0,21,2,33)
C0M21Y2K33 
(0%,21%,2%,33%)
(0.00/0.21/0.02/0.33)	

CMYK yüzdeleri

%0
%21.05
%1.75
%32.94

Codes

Color #AB87A8 in popluar color models

AB87A8
RGB171135168
HSL305°17.65%60.00%
HSB/HSV305°21.05%67.06%
CMYK0.00%21.05%1.75%
32.94%

Color #AB87A8 in popluar number systems.

HEXAB87A8
Decimal171135168
Binary101010111000011110101000
Octal253207250

Shades and tints

Shades of #AB87A8

#AB87A8
(171,135,168)
#9C7B99
(156,123,153)
#8D6F8A
(141,111,138)
#7E637B
(126,99,123)
#6F576C
(111,87,108)
#604B5D
(96,75,93)
#513F4E
(81,63,78)
#42333F
(66,51,63)
#332730
(51,39,48)
#241B21
(36,27,33)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #AB87A8

#AB87A8
(171,135,168)
#B291AF
(178,145,175)
#B99BB6
(185,155,182)
#C0A5BD
(192,165,189)
#C7AFC4
(199,175,196)
#CEB9CB
(206,185,203)
#D5C3D2
(213,195,210)
#DCCDD9
(220,205,217)
#E3D7E0
(227,215,224)
#EAE1E7
(234,225,231)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB87A8; }

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

This text font color is #AB87A8.


Background Color

.myBgColor { background-color: #AB87A8; }

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

This div background color is #AB87A8.


Border color

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

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

This div border color is #AB87A8.


Opacity

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

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

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

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

This text has shadow with #AB87A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB87A8 on black background.


Color preview on white background

This text has color #AB87A8 on white background.



Black color preview on #AB87A8 background

This text has black color on #AB87A8 background.


White color preview on #AB87A8 background

This text has white color on #AB87A8 background.