COLOR #AB908D

HEX: #AB908D
RGB: (171,144,141)

Color info

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

RGB color model

#AB908D color RGB value is (171,144,141).

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

RGB channels and saturation

R 171 of 255 = 67%
G 144 of 255 = 56%
B 141 of 255 = 55%

171
144
141

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

Portions of RGB colors in percentages

R + G + B =
171 + 144 + 141 = 456 (100%)
R 171 of 456 ~ 37.5%
G 144 of 456 ~ 31.58%
B 141 of 456 ~ 30.92%

%37.5
%31.58
%30.92

CMYK color model

#AB908D color CMYK value is (0,16,18,33).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 17.54%
  • key color value is 32.94%
CMYK:
(0,16,18,33)
C0M16Y18K33 
(0%,16%,18%,33%)
(0.00/0.16/0.18/0.33)	

CMYK percentages

%0
%15.79
%17.54
%32.94

Codes

Color #AB908D in popluar color models

AB908D
RGB171144141
HSL15.15%61.18%
HSB/HSV17.54%67.06%
CMYK0.00%15.79%17.54%
32.94%

Color #AB908D in popluar number systems.

HEXAB908D
Decimal171144141
Binary101010111001000010001101
Octal253220215

Shades and tints

Shades of #AB908D

#AB908D
(171,144,141)
#9C8381
(156,131,129)
#8D7675
(141,118,117)
#7E6969
(126,105,105)
#6F5C5D
(111,92,93)
#604F51
(96,79,81)
#514245
(81,66,69)
#423539
(66,53,57)
#33282D
(51,40,45)
#241B21
(36,27,33)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #AB908D

#AB908D
(171,144,141)
#B29A97
(178,154,151)
#B9A4A1
(185,164,161)
#C0AEAB
(192,174,171)
#C7B8B5
(199,184,181)
#CEC2BF
(206,194,191)
#D5CCC9
(213,204,201)
#DCD6D3
(220,214,211)
#E3E0DD
(227,224,221)
#EAEAE7
(234,234,231)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB908D; }

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

This text font color is #AB908D.


Background Color

.myBgColor { background-color: #AB908D; }

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

This div background color is #AB908D.


Border color

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

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

This div border color is #AB908D.


Opacity

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

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

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

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

This text has shadow with #AB908D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB908D on black background.


Color preview on white background

This text has color #AB908D on white background.



Black color preview on #AB908D background

This text has black color on #AB908D background.


White color preview on #AB908D background

This text has white color on #AB908D background.