COLOR #AB748F

HEX: #AB748F
RGB: (171,116,143)

Color info

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

RGB color model

#AB748F color RGB value is (171,116,143).

  • red value is 171;
  • green value is 116;
  • blue value is 143.
RGB:
(171,116,143)
(67%,45%,56%)

RGB channels and saturation

R 171 of 255 = 67%
G 116 of 255 = 45%
B 143 of 255 = 56%

171
116
143

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

Portions of RGB colors in percentages

R + G + B =
171 + 116 + 143 = 430 (100%)
R 171 of 430 ~ 39.77%
G 116 of 430 ~ 26.98%
B 143 of 430 ~ 33.26%

%39.77
%26.98
%33.26

CMYK color model

#AB748F color CMYK value is (0,32,16,33).

  • cyan value is 0.00%
  • magenta value is 32.16%
  • yellow value is 16.37%
  • key color value is 32.94%
CMYK:
(0,32,16,33)
C0M32Y16K33 
(0%,32%,16%,33%)
(0.00/0.32/0.16/0.33)	

CMYK percentages

%0
%32.16
%16.37
%32.94

Codes

Color #AB748F in popluar color models

AB748F
RGB171116143
HSL331°24.66%56.27%
HSB/HSV331°32.16%67.06%
CMYK0.00%32.16%16.37%
32.94%

Color #AB748F in popluar number systems.

HEXAB748F
Decimal171116143
Binary10101011111010010001111
Octal253164217

Shades and tints

Shades of #AB748F

#AB748F
(171,116,143)
#9C6A82
(156,106,130)
#8D6075
(141,96,117)
#7E5668
(126,86,104)
#6F4C5B
(111,76,91)
#60424E
(96,66,78)
#513841
(81,56,65)
#422E34
(66,46,52)
#332427
(51,36,39)
#241A1A
(36,26,26)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #AB748F

#AB748F
(171,116,143)
#B28099
(178,128,153)
#B98CA3
(185,140,163)
#C098AD
(192,152,173)
#C7A4B7
(199,164,183)
#CEB0C1
(206,176,193)
#D5BCCB
(213,188,203)
#DCC8D5
(220,200,213)
#E3D4DF
(227,212,223)
#EAE0E9
(234,224,233)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB748F color. Also use rgb(171,116,143) instead hex code.

Text Font Color

.myTextColor { color: #AB748F; }

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

This text font color is #AB748F.


Background Color

.myBgColor { background-color: #AB748F; }

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

This div background color is #AB748F.


Border color

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

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

This div border color is #AB748F.


Opacity

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

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

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

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

This text has shadow with #AB748F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB748F on black background.


Color preview on white background

This text has color #AB748F on white background.



Black color preview on #AB748F background

This text has black color on #AB748F background.


White color preview on #AB748F background

This text has white color on #AB748F background.