COLOR #AB7679

HEX: #AB7679
RGB: (171,118,121)

Color info

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

RGB color model

#AB7679 color RGB value is (171,118,121).

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

RGB channels and saturation

R 171 of 255 = 67%
G 118 of 255 = 46%
B 121 of 255 = 47%

171
118
121

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

Portions of RGB colors in percentages

R + G + B =
171 + 118 + 121 = 410 (100%)
R 171 of 410 ~ 41.71%
G 118 of 410 ~ 28.78%
B 121 of 410 ~ 29.51%

%41.71
%28.78
%29.51

CMYK color model

#AB7679 color CMYK value is (0,31,29,33).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 29.24%
  • key color value is 32.94%
CMYK:
(0,31,29,33)
C0M31Y29K33 
(0%,31%,29%,33%)
(0.00/0.31/0.29/0.33)	

CMYK percentages

%0
%30.99
%29.24
%32.94

Codes

Color #AB7679 in popluar color models

AB7679
RGB171118121
HSL357°23.98%56.67%
HSB/HSV357°30.99%67.06%
CMYK0.00%30.99%29.24%
32.94%

Color #AB7679 in popluar number systems.

HEXAB7679
Decimal171118121
Binary1010101111101101111001
Octal253166171

Shades and tints

Shades of #AB7679

#AB7679
(171,118,121)
#9C6C6E
(156,108,110)
#8D6263
(141,98,99)
#7E5858
(126,88,88)
#6F4E4D
(111,78,77)
#604442
(96,68,66)
#513A37
(81,58,55)
#42302C
(66,48,44)
#332621
(51,38,33)
#241C16
(36,28,22)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #AB7679

#AB7679
(171,118,121)
#B28285
(178,130,133)
#B98E91
(185,142,145)
#C09A9D
(192,154,157)
#C7A6A9
(199,166,169)
#CEB2B5
(206,178,181)
#D5BEC1
(213,190,193)
#DCCACD
(220,202,205)
#E3D6D9
(227,214,217)
#EAE2E5
(234,226,229)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7679; }

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

This text font color is #AB7679.


Background Color

.myBgColor { background-color: #AB7679; }

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

This div background color is #AB7679.


Border color

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

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

This div border color is #AB7679.


Opacity

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

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

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

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

This text has shadow with #AB7679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7679 on black background.


Color preview on white background

This text has color #AB7679 on white background.



Black color preview on #AB7679 background

This text has black color on #AB7679 background.


White color preview on #AB7679 background

This text has white color on #AB7679 background.