COLOR #AB847B

HEX: #AB847B
RGB: (171,132,123)

Color info

#AB847B contains red, green and blue colors in about the same proportion. Web safe color of #AB847B is #999966 (or #996).

RGB color model

#AB847B color RGB value is (171,132,123).

  • red value is 171;
  • green value is 132;
  • blue value is 123.
RGB:
(171,132,123)
(67%,52%,48%)

RGB channels and saturation

R 171 of 255 = 67%
G 132 of 255 = 52%
B 123 of 255 = 48%

171
132
123

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

Portions of RGB colors in percentages

R + G + B =
171 + 132 + 123 = 426 (100%)
R 171 of 426 ~ 40.14%
G 132 of 426 ~ 30.99%
B 123 of 426 ~ 28.87%

%40.14
%30.99
%28.87

CMYK color model

#AB847B color CMYK value is (0,23,28,33).

  • cyan value is 0.00%
  • magenta value is 22.81%
  • yellow value is 28.07%
  • key color value is 32.94%
CMYK:
(0,23,28,33)
C0M23Y28K33 
(0%,23%,28%,33%)
(0.00/0.23/0.28/0.33)	

CMYK percentages

%0
%22.81
%28.07
%32.94

Codes

Color #AB847B in popluar color models

AB847B
RGB171132123
HSL11°22.22%57.65%
HSB/HSV11°28.07%67.06%
CMYK0.00%22.81%28.07%
32.94%

Color #AB847B in popluar number systems.

HEXAB847B
Decimal171132123
Binary10101011100001001111011
Octal253204173

Shades and tints

Shades of #AB847B

#AB847B
(171,132,123)
#9C7870
(156,120,112)
#8D6C65
(141,108,101)
#7E605A
(126,96,90)
#6F544F
(111,84,79)
#604844
(96,72,68)
#513C39
(81,60,57)
#42302E
(66,48,46)
#332423
(51,36,35)
#241818
(36,24,24)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #AB847B

#AB847B
(171,132,123)
#B28F87
(178,143,135)
#B99A93
(185,154,147)
#C0A59F
(192,165,159)
#C7B0AB
(199,176,171)
#CEBBB7
(206,187,183)
#D5C6C3
(213,198,195)
#DCD1CF
(220,209,207)
#E3DCDB
(227,220,219)
#EAE7E7
(234,231,231)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB847B; }

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

This text font color is #AB847B.


Background Color

.myBgColor { background-color: #AB847B; }

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

This div background color is #AB847B.


Border color

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

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

This div border color is #AB847B.


Opacity

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

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

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

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

This text has shadow with #AB847B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB847B on black background.


Color preview on white background

This text has color #AB847B on white background.



Black color preview on #AB847B background

This text has black color on #AB847B background.


White color preview on #AB847B background

This text has white color on #AB847B background.