COLOR #AB757E

HEX: #AB757E
RGB: (171,117,126)

Color info

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

RGB color model

#AB757E color RGB value is (171,117,126).

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

RGB channels and saturation

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

171
117
126

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

Portions of RGB colors in percentages

R + G + B =
171 + 117 + 126 = 414 (100%)
R 171 of 414 ~ 41.3%
G 117 of 414 ~ 28.26%
B 126 of 414 ~ 30.43%

%41.3
%28.26
%30.43

CMYK color model

#AB757E color CMYK value is (0,32,26,33).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 26.32%
  • key color value is 32.94%
CMYK:
(0,32,26,33)
C0M32Y26K33 
(0%,32%,26%,33%)
(0.00/0.32/0.26/0.33)	

CMYK percentages

%0
%31.58
%26.32
%32.94

Codes

Color #AB757E in popluar color models

AB757E
RGB171117126
HSL350°24.32%56.47%
HSB/HSV350°31.58%67.06%
CMYK0.00%31.58%26.32%
32.94%

Color #AB757E in popluar number systems.

HEXAB757E
Decimal171117126
Binary1010101111101011111110
Octal253165176

Shades and tints

Shades of #AB757E

#AB757E
(171,117,126)
#9C6B73
(156,107,115)
#8D6168
(141,97,104)
#7E575D
(126,87,93)
#6F4D52
(111,77,82)
#604347
(96,67,71)
#51393C
(81,57,60)
#422F31
(66,47,49)
#332526
(51,37,38)
#241B1B
(36,27,27)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #AB757E

#AB757E
(171,117,126)
#B28189
(178,129,137)
#B98D94
(185,141,148)
#C0999F
(192,153,159)
#C7A5AA
(199,165,170)
#CEB1B5
(206,177,181)
#D5BDC0
(213,189,192)
#DCC9CB
(220,201,203)
#E3D5D6
(227,213,214)
#EAE1E1
(234,225,225)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB757E; }

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

This text font color is #AB757E.


Background Color

.myBgColor { background-color: #AB757E; }

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

This div background color is #AB757E.


Border color

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

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

This div border color is #AB757E.


Opacity

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

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

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

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

This text has shadow with #AB757E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB757E on black background.


Color preview on white background

This text has color #AB757E on white background.



Black color preview on #AB757E background

This text has black color on #AB757E background.


White color preview on #AB757E background

This text has white color on #AB757E background.