COLOR #AB958F

HEX: #AB958F
RGB: (171,149,143)

Color info

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

RGB color model

#AB958F color RGB value is (171,149,143).

  • red value is 171;
  • green value is 149;
  • blue value is 143.
RGB:
(171,149,143)
(67%,58%,56%)

RGB channels and saturation

R 171 of 255 = 67%
G 149 of 255 = 58%
B 143 of 255 = 56%

171
149
143

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

Portions of RGB colors in percentages

R + G + B =
171 + 149 + 143 = 463 (100%)
R 171 of 463 ~ 36.93%
G 149 of 463 ~ 32.18%
B 143 of 463 ~ 30.89%

%36.93
%32.18
%30.89

CMYK color model

#AB958F color CMYK value is (0,13,16,33).

  • cyan value is 0.00%
  • magenta value is 12.87%
  • yellow value is 16.37%
  • key color value is 32.94%
CMYK:
(0,13,16,33)
C0M13Y16K33 
(0%,13%,16%,33%)
(0.00/0.13/0.16/0.33)	

CMYK percentages

%0
%12.87
%16.37
%32.94

Codes

Color #AB958F in popluar color models

AB958F
RGB171149143
HSL13°14.29%61.57%
HSB/HSV13°16.37%67.06%
CMYK0.00%12.87%16.37%
32.94%

Color #AB958F in popluar number systems.

HEXAB958F
Decimal171149143
Binary101010111001010110001111
Octal253225217

Shades and tints

Shades of #AB958F

#AB958F
(171,149,143)
#9C8882
(156,136,130)
#8D7B75
(141,123,117)
#7E6E68
(126,110,104)
#6F615B
(111,97,91)
#60544E
(96,84,78)
#514741
(81,71,65)
#423A34
(66,58,52)
#332D27
(51,45,39)
#24201A
(36,32,26)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #AB958F

#AB958F
(171,149,143)
#B29E99
(178,158,153)
#B9A7A3
(185,167,163)
#C0B0AD
(192,176,173)
#C7B9B7
(199,185,183)
#CEC2C1
(206,194,193)
#D5CBCB
(213,203,203)
#DCD4D5
(220,212,213)
#E3DDDF
(227,221,223)
#EAE6E9
(234,230,233)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB958F; }

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

This text font color is #AB958F.


Background Color

.myBgColor { background-color: #AB958F; }

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

This div background color is #AB958F.


Border color

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

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

This div border color is #AB958F.


Opacity

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

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

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

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

This text has shadow with #AB958F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB958F on black background.


Color preview on white background

This text has color #AB958F on white background.



Black color preview on #AB958F background

This text has black color on #AB958F background.


White color preview on #AB958F background

This text has white color on #AB958F background.