COLOR #AB7C81

HEX: #AB7C81
RGB: (171,124,129)

Color info

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

RGB color model

#AB7C81 color RGB value is (171,124,129).

  • red value is 171;
  • green value is 124;
  • blue value is 129.
RGB:
(171,124,129)
(67%,49%,51%)

RGB channels and saturation

R 171 of 255 = 67%
G 124 of 255 = 49%
B 129 of 255 = 51%

171
124
129

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

Portions of RGB colors in percentages

R + G + B =
171 + 124 + 129 = 424 (100%)
R 171 of 424 ~ 40.33%
G 124 of 424 ~ 29.25%
B 129 of 424 ~ 30.42%

%40.33
%29.25
%30.42

CMYK color model

#AB7C81 color CMYK value is (0,27,25,33).

  • cyan value is 0.00%
  • magenta value is 27.49%
  • yellow value is 24.56%
  • key color value is 32.94%
CMYK:
(0,27,25,33)
C0M27Y25K33 
(0%,27%,25%,33%)
(0.00/0.27/0.25/0.33)	

CMYK percentages

%0
%27.49
%24.56
%32.94

Codes

Color #AB7C81 in popluar color models

AB7C81
RGB171124129
HSL354°21.86%57.84%
HSB/HSV354°27.49%67.06%
CMYK0.00%27.49%24.56%
32.94%

Color #AB7C81 in popluar number systems.

HEXAB7C81
Decimal171124129
Binary10101011111110010000001
Octal253174201

Shades and tints

Shades of #AB7C81

#AB7C81
(171,124,129)
#9C7176
(156,113,118)
#8D666B
(141,102,107)
#7E5B60
(126,91,96)
#6F5055
(111,80,85)
#60454A
(96,69,74)
#513A3F
(81,58,63)
#422F34
(66,47,52)
#332429
(51,36,41)
#24191E
(36,25,30)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #AB7C81

#AB7C81
(171,124,129)
#B2878C
(178,135,140)
#B99297
(185,146,151)
#C09DA2
(192,157,162)
#C7A8AD
(199,168,173)
#CEB3B8
(206,179,184)
#D5BEC3
(213,190,195)
#DCC9CE
(220,201,206)
#E3D4D9
(227,212,217)
#EADFE4
(234,223,228)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7C81 color. Also use rgb(171,124,129) instead hex code.

Text Font Color

.myTextColor { color: #AB7C81; }

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

This text font color is #AB7C81.


Background Color

.myBgColor { background-color: #AB7C81; }

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

This div background color is #AB7C81.


Border color

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

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

This div border color is #AB7C81.


Opacity

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

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

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

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

This text has shadow with #AB7C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7C81 on black background.


Color preview on white background

This text has color #AB7C81 on white background.



Black color preview on #AB7C81 background

This text has black color on #AB7C81 background.


White color preview on #AB7C81 background

This text has white color on #AB7C81 background.