COLOR #AB7078

HEX: #AB7078
RGB: (171,112,120)

Color info

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

RGB color model

#AB7078 color RGB value is (171,112,120).

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

RGB channels and saturation

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

171
112
120

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

Portions of RGB colors in percentages

R + G + B =
171 + 112 + 120 = 403 (100%)
R 171 of 403 ~ 42.43%
G 112 of 403 ~ 27.79%
B 120 of 403 ~ 29.78%

%42.43
%27.79
%29.78

CMYK color model

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

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

CMYK percentages

%0
%34.5
%29.82
%32.94

Codes

Color #AB7078 in popluar color models

AB7078
RGB171112120
HSL352°25.99%55.49%
HSB/HSV352°34.50%67.06%
CMYK0.00%34.50%29.82%
32.94%

Color #AB7078 in popluar number systems.

HEXAB7078
Decimal171112120
Binary1010101111100001111000
Octal253160170

Shades and tints

Shades of #AB7078

#AB7078
(171,112,120)
#9C666E
(156,102,110)
#8D5C64
(141,92,100)
#7E525A
(126,82,90)
#6F4850
(111,72,80)
#603E46
(96,62,70)
#51343C
(81,52,60)
#422A32
(66,42,50)
#332028
(51,32,40)
#24161E
(36,22,30)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #AB7078

#AB7078
(171,112,120)
#B27D84
(178,125,132)
#B98A90
(185,138,144)
#C0979C
(192,151,156)
#C7A4A8
(199,164,168)
#CEB1B4
(206,177,180)
#D5BEC0
(213,190,192)
#DCCBCC
(220,203,204)
#E3D8D8
(227,216,216)
#EAE5E4
(234,229,228)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7078; }

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

This text font color is #AB7078.


Background Color

.myBgColor { background-color: #AB7078; }

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

This div background color is #AB7078.


Border color

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

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

This div border color is #AB7078.


Opacity

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

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

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

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

This text has shadow with #AB7078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7078 on black background.


Color preview on white background

This text has color #AB7078 on white background.



Black color preview on #AB7078 background

This text has black color on #AB7078 background.


White color preview on #AB7078 background

This text has white color on #AB7078 background.