COLOR #AB718D

HEX: #AB718D
RGB: (171,113,141)

Color info

#AB718D contains red, green and blue colors in about the same proportion. Web safe color of #AB718D is #996699 (or #969).

RGB color model

#AB718D color RGB value is (171,113,141).

  • red value is 171;
  • green value is 113;
  • blue value is 141.
RGB:
(171,113,141)
(67%,44%,55%)

RGB channels and saturation

R 171 of 255 = 67%
G 113 of 255 = 44%
B 141 of 255 = 55%

171
113
141

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

Portions of RGB colors in percentages

R + G + B =
171 + 113 + 141 = 425 (100%)
R 171 of 425 ~ 40.24%
G 113 of 425 ~ 26.59%
B 141 of 425 ~ 33.18%

%40.24
%26.59
%33.18

CMYK color model

#AB718D color CMYK value is (0,34,18,33).

  • cyan value is 0.00%
  • magenta value is 33.92%
  • yellow value is 17.54%
  • key color value is 32.94%
CMYK:
(0,34,18,33)
C0M34Y18K33 
(0%,34%,18%,33%)
(0.00/0.34/0.18/0.33)	

CMYK percentages

%0
%33.92
%17.54
%32.94

Codes

Color #AB718D in popluar color models

AB718D
RGB171113141
HSL331°25.66%55.69%
HSB/HSV331°33.92%67.06%
CMYK0.00%33.92%17.54%
32.94%

Color #AB718D in popluar number systems.

HEXAB718D
Decimal171113141
Binary10101011111000110001101
Octal253161215

Shades and tints

Shades of #AB718D

#AB718D
(171,113,141)
#9C6781
(156,103,129)
#8D5D75
(141,93,117)
#7E5369
(126,83,105)
#6F495D
(111,73,93)
#603F51
(96,63,81)
#513545
(81,53,69)
#422B39
(66,43,57)
#33212D
(51,33,45)
#241721
(36,23,33)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #AB718D

#AB718D
(171,113,141)
#B27D97
(178,125,151)
#B989A1
(185,137,161)
#C095AB
(192,149,171)
#C7A1B5
(199,161,181)
#CEADBF
(206,173,191)
#D5B9C9
(213,185,201)
#DCC5D3
(220,197,211)
#E3D1DD
(227,209,221)
#EADDE7
(234,221,231)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB718D color. Also use rgb(171,113,141) instead hex code.

Text Font Color

.myTextColor { color: #AB718D; }

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

This text font color is #AB718D.


Background Color

.myBgColor { background-color: #AB718D; }

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

This div background color is #AB718D.


Border color

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

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

This div border color is #AB718D.


Opacity

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

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

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

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

This text has shadow with #AB718D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB718D on black background.


Color preview on white background

This text has color #AB718D on white background.



Black color preview on #AB718D background

This text has black color on #AB718D background.


White color preview on #AB718D background

This text has white color on #AB718D background.