COLOR #AB908F

HEX: #AB908F RGB: (171,144,143)

Color info

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

RGB color model

#AB908F color RGB value is (171,144,143).

RGB: (171,144,143) (67%, 56%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 144 of 255 = 56%
B 143 of 255 = 56%

171
144
143

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

Portions of RGB colors in percentages

R + G + B = 171 + 144 + 143 = 458 (100%)
R 171 of 458 ~ 37.34%
G 144 of 458 ~ 31.44%
B 143 of 458 ~ 31.22'%

%37.34
%31.44
%31.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 16.37%
  • key color value is 32.94%

CMYK: (0,16,16,33)
C0M16Y16K33 (0%, 16%, 16%, 33%)
(0.00 / 0.16 / 0.16 / 0.33)

CMYK percentages

%0
%15.79
%16.37
%32.94

Codes

Color #AB908F in popluar color models

AB 90 8F
RGB 171 144 143
HSL 14.29% 61.57%
HSB/HSV 16.37% 67.06%
CMYK 0.00% 15.79% 16.37%
32.94%

Color #AB908F in popluar number systems.

HEX AB 90 8F
Decimal 171 144 143
Binary 10101011 10010000 10001111
Octal 253 220 217

Shades and tints

Shades of #AB908F

#AB908F
(171,144,143)
#9C8382
(156,131,130)
#8D7675
(141,118,117)
#7E6968
(126,105,104)
#6F5C5B
(111,92,91)
#604F4E
(96,79,78)
#514241
(81,66,65)
#423534
(66,53,52)
#332827
(51,40,39)
#241B1A
(36,27,26)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #AB908F

#AB908F
(171,144,143)
#B29A99
(178,154,153)
#B9A4A3
(185,164,163)
#C0AEAD
(192,174,173)
#C7B8B7
(199,184,183)
#CEC2C1
(206,194,193)
#D5CCCB
(213,204,203)
#DCD6D5
(220,214,213)
#E3E0DF
(227,224,223)
#EAEAE9
(234,234,233)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB908F; }

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

This text font color is #AB908F.

Background Color

.myBgColor { background-color: #AB908F; }

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

This div background color is #AB908F.

Border color

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

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

This div border color is #AB908F.

Opacity

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

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

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

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

This text has shadow with #AB908F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB908F.

Preview

Color preview on black background

This text has color #AB908F on black background.


Color preview on white background

This text has color #AB908F on white background.


Black color preview on #AB908F background

This text has black color on #AB908F background.


White color preview on #AB908F background

This text has white color on #AB908F background.


Related colors

Complementary color

Complementary color for #hex is #546F70.


I love getcolorcode.com

Triadic colors

1 #8FAB90 and #908FAB with #AB908F are triadic colors.

2 #8F90AB and #90AB8F with #AB908F are triadic colors.