COLOR #AB8788

HEX: #AB8788
RGB: (171,135,136)

Color info

#AB8788 contains red, green and blue colors in about the same proportion. Web safe color of #AB8788 is #999999 (or #999).

RGB color model

#AB8788 color RGB value is (171,135,136).

  • red value is 171;
  • green value is 135;
  • blue value is 136.
RGB:
(171,135,136)
(67%,53%,53%)

RGB channels and saturation

R 171 of 255 = 67%
G 135 of 255 = 53%
B 136 of 255 = 53%

171
135
136

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

Portions of RGB colors in percentages

R + G + B =
171 + 135 + 136 = 442 (100%)
R 171 of 442 ~ 38.69%
G 135 of 442 ~ 30.54%
B 136 of 442 ~ 30.77%

%38.69
%30.54
%30.77

CMYK color model

#AB8788 color CMYK value is (0,21,20,33).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 20.47%
  • key color value is 32.94%
CMYK:
(0,21,20,33)
C0M21Y20K33 
(0%,21%,20%,33%)
(0.00/0.21/0.20/0.33)	

CMYK percentages

%0
%21.05
%20.47
%32.94

Codes

Color #AB8788 in popluar color models

AB8788
RGB171135136
HSL358°17.65%60.00%
HSB/HSV358°21.05%67.06%
CMYK0.00%21.05%20.47%
32.94%

Color #AB8788 in popluar number systems.

HEXAB8788
Decimal171135136
Binary101010111000011110001000
Octal253207210

Shades and tints

Shades of #AB8788

#AB8788
(171,135,136)
#9C7B7C
(156,123,124)
#8D6F70
(141,111,112)
#7E6364
(126,99,100)
#6F5758
(111,87,88)
#604B4C
(96,75,76)
#513F40
(81,63,64)
#423334
(66,51,52)
#332728
(51,39,40)
#241B1C
(36,27,28)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #AB8788

#AB8788
(171,135,136)
#B29192
(178,145,146)
#B99B9C
(185,155,156)
#C0A5A6
(192,165,166)
#C7AFB0
(199,175,176)
#CEB9BA
(206,185,186)
#D5C3C4
(213,195,196)
#DCCDCE
(220,205,206)
#E3D7D8
(227,215,216)
#EAE1E2
(234,225,226)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8788 color. Also use rgb(171,135,136) instead hex code.

Text Font Color

.myTextColor { color: #AB8788; }

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

This text font color is #AB8788.


Background Color

.myBgColor { background-color: #AB8788; }

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

This div background color is #AB8788.


Border color

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

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

This div border color is #AB8788.


Opacity

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

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

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

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

This text has shadow with #AB8788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8788 on black background.


Color preview on white background

This text has color #AB8788 on white background.



Black color preview on #AB8788 background

This text has black color on #AB8788 background.


White color preview on #AB8788 background

This text has white color on #AB8788 background.