COLOR #AB6689

HEX: #AB6689
RGB: (171,102,137)

Color info

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

RGB color model

#AB6689 color RGB value is (171,102,137).

  • red value is 171;
  • green value is 102;
  • blue value is 137.
RGB:
(171,102,137)
(67%,40%,54%)

RGB channels and saturation

R 171 of 255 = 67%
G 102 of 255 = 40%
B 137 of 255 = 54%

171
102
137

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

Portions of RGB colors in percentages

R + G + B =
171 + 102 + 137 = 410 (100%)
R 171 of 410 ~ 41.71%
G 102 of 410 ~ 24.88%
B 137 of 410 ~ 33.41%

%41.71
%24.88
%33.41

CMYK color model

#AB6689 color CMYK value is (0,40,20,33).

  • cyan value is 0.00%
  • magenta value is 40.35%
  • yellow value is 19.88%
  • key color value is 32.94%
CMYK:
(0,40,20,33)
C0M40Y20K33 
(0%,40%,20%,33%)
(0.00/0.40/0.20/0.33)	

CMYK percentages

%0
%40.35
%19.88
%32.94

Codes

Color #AB6689 in popluar color models

AB6689
RGB171102137
HSL330°29.11%53.53%
HSB/HSV330°40.35%67.06%
CMYK0.00%40.35%19.88%
32.94%

Color #AB6689 in popluar number systems.

HEXAB6689
Decimal171102137
Binary10101011110011010001001
Octal253146211

Shades and tints

Shades of #AB6689

#AB6689
(171,102,137)
#9C5D7D
(156,93,125)
#8D5471
(141,84,113)
#7E4B65
(126,75,101)
#6F4259
(111,66,89)
#60394D
(96,57,77)
#513041
(81,48,65)
#422735
(66,39,53)
#331E29
(51,30,41)
#24151D
(36,21,29)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #AB6689

#AB6689
(171,102,137)
#B27393
(178,115,147)
#B9809D
(185,128,157)
#C08DA7
(192,141,167)
#C79AB1
(199,154,177)
#CEA7BB
(206,167,187)
#D5B4C5
(213,180,197)
#DCC1CF
(220,193,207)
#E3CED9
(227,206,217)
#EADBE3
(234,219,227)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6689 color. Also use rgb(171,102,137) instead hex code.

Text Font Color

.myTextColor { color: #AB6689; }

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

This text font color is #AB6689.


Background Color

.myBgColor { background-color: #AB6689; }

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

This div background color is #AB6689.


Border color

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

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

This div border color is #AB6689.


Opacity

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

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

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

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

This text has shadow with #AB6689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6689 on black background.


Color preview on white background

This text has color #AB6689 on white background.



Black color preview on #AB6689 background

This text has black color on #AB6689 background.


White color preview on #AB6689 background

This text has white color on #AB6689 background.