COLOR #AB788F

HEX: #AB788F
RGB: (171,120,143)

Color info

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

RGB color model

#AB788F color RGB value is (171,120,143).

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

RGB channels and saturation

R 171 of 255 = 67%
G 120 of 255 = 47%
B 143 of 255 = 56%

171
120
143

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

Portions of RGB colors in percentages

R + G + B =
171 + 120 + 143 = 434 (100%)
R 171 of 434 ~ 39.4%
G 120 of 434 ~ 27.65%
B 143 of 434 ~ 32.95%

%39.4
%27.65
%32.95

CMYK color model

#AB788F color CMYK value is (0,30,16,33).

  • cyan value is 0.00%
  • magenta value is 29.82%
  • yellow value is 16.37%
  • key color value is 32.94%
CMYK:
(0,30,16,33)
C0M30Y16K33 
(0%,30%,16%,33%)
(0.00/0.30/0.16/0.33)	

CMYK percentages

%0
%29.82
%16.37
%32.94

Codes

Color #AB788F in popluar color models

AB788F
RGB171120143
HSL333°23.29%57.06%
HSB/HSV333°29.82%67.06%
CMYK0.00%29.82%16.37%
32.94%

Color #AB788F in popluar number systems.

HEXAB788F
Decimal171120143
Binary10101011111100010001111
Octal253170217

Shades and tints

Shades of #AB788F

#AB788F
(171,120,143)
#9C6E82
(156,110,130)
#8D6475
(141,100,117)
#7E5A68
(126,90,104)
#6F505B
(111,80,91)
#60464E
(96,70,78)
#513C41
(81,60,65)
#423234
(66,50,52)
#332827
(51,40,39)
#241E1A
(36,30,26)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #AB788F

#AB788F
(171,120,143)
#B28499
(178,132,153)
#B990A3
(185,144,163)
#C09CAD
(192,156,173)
#C7A8B7
(199,168,183)
#CEB4C1
(206,180,193)
#D5C0CB
(213,192,203)
#DCCCD5
(220,204,213)
#E3D8DF
(227,216,223)
#EAE4E9
(234,228,233)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB788F; }

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

This text font color is #AB788F.


Background Color

.myBgColor { background-color: #AB788F; }

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

This div background color is #AB788F.


Border color

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

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

This div border color is #AB788F.


Opacity

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

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

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

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

This text has shadow with #AB788F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB788F on black background.


Color preview on white background

This text has color #AB788F on white background.



Black color preview on #AB788F background

This text has black color on #AB788F background.


White color preview on #AB788F background

This text has white color on #AB788F background.