COLOR #AB6387

HEX: #AB6387
RGB: (171,99,135)

Color info

#AB6387 contains mainly red and blue colors. Web safe color of #AB6387 is #996699 (or #969).

RGB color model

#AB6387 color RGB value is (171,99,135).

  • red value is 171;
  • green value is 99;
  • blue value is 135.
RGB:
(171,99,135)
(67%,39%,53%)

RGB channels and saturation

R 171 of 255 = 67%
G 99 of 255 = 39%
B 135 of 255 = 53%

171
99
135

R + G + B ~ 53%. #AB6387 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 99 + 135 = 405 (100%)
R 171 of 405 ~ 42.22%
G 99 of 405 ~ 24.44%
B 135 of 405 ~ 33.33%

%42.22
%24.44
%33.33

CMYK color model

#AB6387 color CMYK value is (0,42,21,33).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 21.05%
  • key color value is 32.94%
CMYK:
(0,42,21,33)
C0M42Y21K33 
(0%,42%,21%,33%)
(0.00/0.42/0.21/0.33)	

CMYK percentages

%0
%42.11
%21.05
%32.94

Codes

Color #AB6387 in popluar color models

AB6387
RGB17199135
HSL330°30.00%52.94%
HSB/HSV330°42.11%67.06%
CMYK0.00%42.11%21.05%
32.94%

Color #AB6387 in popluar number systems.

HEXAB6387
Decimal17199135
Binary10101011110001110000111
Octal253143207

Shades and tints

Shades of #AB6387

#AB6387
(171,99,135)
#9C5A7B
(156,90,123)
#8D516F
(141,81,111)
#7E4863
(126,72,99)
#6F3F57
(111,63,87)
#60364B
(96,54,75)
#512D3F
(81,45,63)
#422433
(66,36,51)
#331B27
(51,27,39)
#24121B
(36,18,27)
#15090F
(21,9,15)
#000000
(0,0,0)

Tints of #AB6387

#AB6387
(171,99,135)
#B27191
(178,113,145)
#B97F9B
(185,127,155)
#C08DA5
(192,141,165)
#C79BAF
(199,155,175)
#CEA9B9
(206,169,185)
#D5B7C3
(213,183,195)
#DCC5CD
(220,197,205)
#E3D3D7
(227,211,215)
#EAE1E1
(234,225,225)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6387; }

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

This text font color is #AB6387.


Background Color

.myBgColor { background-color: #AB6387; }

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

This div background color is #AB6387.


Border color

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

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

This div border color is #AB6387.


Opacity

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

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

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

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

This text has shadow with #AB6387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6387 on black background.


Color preview on white background

This text has color #AB6387 on white background.



Black color preview on #AB6387 background

This text has black color on #AB6387 background.


White color preview on #AB6387 background

This text has white color on #AB6387 background.