COLOR #AB757D

HEX: #AB757D
RGB: (171,117,125)

Color info

#AB757D contains red, green and blue colors in about the same proportion. Web safe color of #AB757D is #996666 (or #966).

RGB color model

#AB757D color RGB value is (171,117,125).

  • red value is 171;
  • green value is 117;
  • blue value is 125.
RGB:
(171,117,125)
(67%,46%,49%)

RGB channels and saturation

R 171 of 255 = 67%
G 117 of 255 = 46%
B 125 of 255 = 49%

171
117
125

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

Portions of RGB colors in percentages

R + G + B =
171 + 117 + 125 = 413 (100%)
R 171 of 413 ~ 41.4%
G 117 of 413 ~ 28.33%
B 125 of 413 ~ 30.27%

%41.4
%28.33
%30.27

CMYK color model

#AB757D color CMYK value is (0,32,27,33).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 26.90%
  • key color value is 32.94%
CMYK:
(0,32,27,33)
C0M32Y27K33 
(0%,32%,27%,33%)
(0.00/0.32/0.27/0.33)	

CMYK percentages

%0
%31.58
%26.9
%32.94

Codes

Color #AB757D in popluar color models

AB757D
RGB171117125
HSL351°24.32%56.47%
HSB/HSV351°31.58%67.06%
CMYK0.00%31.58%26.90%
32.94%

Color #AB757D in popluar number systems.

HEXAB757D
Decimal171117125
Binary1010101111101011111101
Octal253165175

Shades and tints

Shades of #AB757D

#AB757D
(171,117,125)
#9C6B72
(156,107,114)
#8D6167
(141,97,103)
#7E575C
(126,87,92)
#6F4D51
(111,77,81)
#604346
(96,67,70)
#51393B
(81,57,59)
#422F30
(66,47,48)
#332525
(51,37,37)
#241B1A
(36,27,26)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #AB757D

#AB757D
(171,117,125)
#B28188
(178,129,136)
#B98D93
(185,141,147)
#C0999E
(192,153,158)
#C7A5A9
(199,165,169)
#CEB1B4
(206,177,180)
#D5BDBF
(213,189,191)
#DCC9CA
(220,201,202)
#E3D5D5
(227,213,213)
#EAE1E0
(234,225,224)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB757D color. Also use rgb(171,117,125) instead hex code.

Text Font Color

.myTextColor { color: #AB757D; }

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

This text font color is #AB757D.


Background Color

.myBgColor { background-color: #AB757D; }

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

This div background color is #AB757D.


Border color

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

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

This div border color is #AB757D.


Opacity

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

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

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

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

This text has shadow with #AB757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB757D on black background.


Color preview on white background

This text has color #AB757D on white background.



Black color preview on #AB757D background

This text has black color on #AB757D background.


White color preview on #AB757D background

This text has white color on #AB757D background.