COLOR #AB757B

HEX: #AB757B
RGB: (171,117,123)

Color info

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

RGB color model

#AB757B color RGB value is (171,117,123).

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

RGB channels and saturation

R 171 of 255 = 67%
G 117 of 255 = 46%
B 123 of 255 = 48%

171
117
123

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

Portions of RGB colors in percentages

R + G + B =
171 + 117 + 123 = 411 (100%)
R 171 of 411 ~ 41.61%
G 117 of 411 ~ 28.47%
B 123 of 411 ~ 29.93%

%41.61
%28.47
%29.93

CMYK color model

#AB757B color CMYK value is (0,32,28,33).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 28.07%
  • key color value is 32.94%
CMYK:
(0,32,28,33)
C0M32Y28K33 
(0%,32%,28%,33%)
(0.00/0.32/0.28/0.33)	

CMYK percentages

%0
%31.58
%28.07
%32.94

Codes

Color #AB757B in popluar color models

AB757B
RGB171117123
HSL353°24.32%56.47%
HSB/HSV353°31.58%67.06%
CMYK0.00%31.58%28.07%
32.94%

Color #AB757B in popluar number systems.

HEXAB757B
Decimal171117123
Binary1010101111101011111011
Octal253165173

Shades and tints

Shades of #AB757B

#AB757B
(171,117,123)
#9C6B70
(156,107,112)
#8D6165
(141,97,101)
#7E575A
(126,87,90)
#6F4D4F
(111,77,79)
#604344
(96,67,68)
#513939
(81,57,57)
#422F2E
(66,47,46)
#332523
(51,37,35)
#241B18
(36,27,24)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #AB757B

#AB757B
(171,117,123)
#B28187
(178,129,135)
#B98D93
(185,141,147)
#C0999F
(192,153,159)
#C7A5AB
(199,165,171)
#CEB1B7
(206,177,183)
#D5BDC3
(213,189,195)
#DCC9CF
(220,201,207)
#E3D5DB
(227,213,219)
#EAE1E7
(234,225,231)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB757B; }

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

This text font color is #AB757B.


Background Color

.myBgColor { background-color: #AB757B; }

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

This div background color is #AB757B.


Border color

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

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

This div border color is #AB757B.


Opacity

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

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

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

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

This text has shadow with #AB757B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB757B on black background.


Color preview on white background

This text has color #AB757B on white background.



Black color preview on #AB757B background

This text has black color on #AB757B background.


White color preview on #AB757B background

This text has white color on #AB757B background.