COLOR #AB7878

HEX: #AB7878
RGB: (171,120,120)

Color info

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

RGB color model

#AB7878 color RGB value is (171,120,120).

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

RGB channels and saturation

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

171
120
120

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

Portions of RGB colors in percentages

R + G + B =
171 + 120 + 120 = 411 (100%)
R 171 of 411 ~ 41.61%
G 120 of 411 ~ 29.2%
B 120 of 411 ~ 29.2%

%41.61
%29.2
%29.2

CMYK color model

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

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

CMYK percentages

%0
%29.82
%29.82
%32.94

Codes

Color #AB7878 in popluar color models

AB7878
RGB171120120
HSL23.29%57.06%
HSB/HSV29.82%67.06%
CMYK0.00%29.82%29.82%
32.94%

Color #AB7878 in popluar number systems.

HEXAB7878
Decimal171120120
Binary1010101111110001111000
Octal253170170

Shades and tints

Shades of #AB7878

#AB7878
(171,120,120)
#9C6E6E
(156,110,110)
#8D6464
(141,100,100)
#7E5A5A
(126,90,90)
#6F5050
(111,80,80)
#604646
(96,70,70)
#513C3C
(81,60,60)
#423232
(66,50,50)
#332828
(51,40,40)
#241E1E
(36,30,30)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #AB7878

#AB7878
(171,120,120)
#B28484
(178,132,132)
#B99090
(185,144,144)
#C09C9C
(192,156,156)
#C7A8A8
(199,168,168)
#CEB4B4
(206,180,180)
#D5C0C0
(213,192,192)
#DCCCCC
(220,204,204)
#E3D8D8
(227,216,216)
#EAE4E4
(234,228,228)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7878; }

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

This text font color is #AB7878.


Background Color

.myBgColor { background-color: #AB7878; }

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

This div background color is #AB7878.


Border color

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

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

This div border color is #AB7878.


Opacity

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

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

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

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

This text has shadow with #AB7878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7878 on black background.


Color preview on white background

This text has color #AB7878 on white background.



Black color preview on #AB7878 background

This text has black color on #AB7878 background.


White color preview on #AB7878 background

This text has white color on #AB7878 background.