COLOR #AB858D

HEX: #AB858D
RGB: (171,133,141)

Color info

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

RGB color model

#AB858D color RGB value is (171,133,141).

  • red value is 171;
  • green value is 133;
  • blue value is 141.
RGB:
(171,133,141)
(67%,52%,55%)

RGB channels and saturation

R 171 of 255 = 67%
G 133 of 255 = 52%
B 141 of 255 = 55%

171
133
141

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

Portions of RGB colors in percentages

R + G + B =
171 + 133 + 141 = 445 (100%)
R 171 of 445 ~ 38.43%
G 133 of 445 ~ 29.89%
B 141 of 445 ~ 31.69%

%38.43
%29.89
%31.69

CMYK color model

#AB858D color CMYK value is (0,22,18,33).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 17.54%
  • key color value is 32.94%
CMYK:
(0,22,18,33)
C0M22Y18K33 
(0%,22%,18%,33%)
(0.00/0.22/0.18/0.33)	

CMYK percentages

%0
%22.22
%17.54
%32.94

Codes

Color #AB858D in popluar color models

AB858D
RGB171133141
HSL347°18.45%59.61%
HSB/HSV347°22.22%67.06%
CMYK0.00%22.22%17.54%
32.94%

Color #AB858D in popluar number systems.

HEXAB858D
Decimal171133141
Binary101010111000010110001101
Octal253205215

Shades and tints

Shades of #AB858D

#AB858D
(171,133,141)
#9C7981
(156,121,129)
#8D6D75
(141,109,117)
#7E6169
(126,97,105)
#6F555D
(111,85,93)
#604951
(96,73,81)
#513D45
(81,61,69)
#423139
(66,49,57)
#33252D
(51,37,45)
#241921
(36,25,33)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #AB858D

#AB858D
(171,133,141)
#B29097
(178,144,151)
#B99BA1
(185,155,161)
#C0A6AB
(192,166,171)
#C7B1B5
(199,177,181)
#CEBCBF
(206,188,191)
#D5C7C9
(213,199,201)
#DCD2D3
(220,210,211)
#E3DDDD
(227,221,221)
#EAE8E7
(234,232,231)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB858D; }

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

This text font color is #AB858D.


Background Color

.myBgColor { background-color: #AB858D; }

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

This div background color is #AB858D.


Border color

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

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

This div border color is #AB858D.


Opacity

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

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

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

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

This text has shadow with #AB858D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB858D on black background.


Color preview on white background

This text has color #AB858D on white background.



Black color preview on #AB858D background

This text has black color on #AB858D background.


White color preview on #AB858D background

This text has white color on #AB858D background.