COLOR #AB6887

HEX: #AB6887
RGB: (171,104,135)

Color info

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

RGB color model

#AB6887 color RGB value is (171,104,135).

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

RGB channels and saturation

R 171 of 255 = 67%
G 104 of 255 = 41%
B 135 of 255 = 53%

171
104
135

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

Portions of RGB colors in percentages

R + G + B =
171 + 104 + 135 = 410 (100%)
R 171 of 410 ~ 41.71%
G 104 of 410 ~ 25.37%
B 135 of 410 ~ 32.93%

%41.71
%25.37
%32.93

CMYK color model

#AB6887 color CMYK value is (0,39,21,33).

  • cyan value is 0.00%
  • magenta value is 39.18%
  • yellow value is 21.05%
  • key color value is 32.94%
CMYK:
(0,39,21,33)
C0M39Y21K33 
(0%,39%,21%,33%)
(0.00/0.39/0.21/0.33)	

CMYK percentages

%0
%39.18
%21.05
%32.94

Codes

Color #AB6887 in popluar color models

AB6887
RGB171104135
HSL332°28.51%53.92%
HSB/HSV332°39.18%67.06%
CMYK0.00%39.18%21.05%
32.94%

Color #AB6887 in popluar number systems.

HEXAB6887
Decimal171104135
Binary10101011110100010000111
Octal253150207

Shades and tints

Shades of #AB6887

#AB6887
(171,104,135)
#9C5F7B
(156,95,123)
#8D566F
(141,86,111)
#7E4D63
(126,77,99)
#6F4457
(111,68,87)
#603B4B
(96,59,75)
#51323F
(81,50,63)
#422933
(66,41,51)
#332027
(51,32,39)
#24171B
(36,23,27)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #AB6887

#AB6887
(171,104,135)
#B27591
(178,117,145)
#B9829B
(185,130,155)
#C08FA5
(192,143,165)
#C79CAF
(199,156,175)
#CEA9B9
(206,169,185)
#D5B6C3
(213,182,195)
#DCC3CD
(220,195,205)
#E3D0D7
(227,208,215)
#EADDE1
(234,221,225)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6887; }

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

This text font color is #AB6887.


Background Color

.myBgColor { background-color: #AB6887; }

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

This div background color is #AB6887.


Border color

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

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

This div border color is #AB6887.


Opacity

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

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

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

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

This text has shadow with #AB6887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6887 on black background.


Color preview on white background

This text has color #AB6887 on white background.



Black color preview on #AB6887 background

This text has black color on #AB6887 background.


White color preview on #AB6887 background

This text has white color on #AB6887 background.