COLOR #AB939B

HEX: #AB939B
RGB: (171,147,155)

Color info

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

RGB color model

#AB939B color RGB value is (171,147,155).

  • red value is 171;
  • green value is 147;
  • blue value is 155.
RGB: (171,147,155) (67%,58%,61%)

RGB channels and saturation

R 171 of 255 = 67%
G 147 of 255 = 58%
B 155 of 255 = 61%

171
147
155

R + G + B ~ 62%. #AB939B is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 147 + 155 = 473 (100%)
R 171 of 473 ~ 36.15%
G 147 of 473 ~ 31.08%
B 155 of 473 ~ 32.77%

%36.15
%31.08
%32.77

CMYK color model

#AB939B color CMYK value is (0,14,9,33).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 9.36%
  • key color value is 32.94%
CMYK: (0,14,9,33) C0M14Y9K33 (0%,14%,9%,33%) (0.00/0.14/0.09/0.33)

CMYK percentages

%0
%14.04
%9.36
%32.94

Codes

Color #AB939B in popluar color models

AB939B
RGB171147155
HSL340°12.50%62.35%
HSB/HSV340°14.04%67.06%
CMYK0.00%14.04%9.36%
32.94%

Color #AB939B in popluar number systems.

HEXAB939B
Decimal171147155
Binary101010111001001110011011
Octal253223233

Shades and tints

Shades of #AB939B

#AB939B
(171,147,155)
#9C868D
(156,134,141)
#8D797F
(141,121,127)
#7E6C71
(126,108,113)
#6F5F63
(111,95,99)
#605255
(96,82,85)
#514547
(81,69,71)
#423839
(66,56,57)
#332B2B
(51,43,43)
#241E1D
(36,30,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #AB939B

#AB939B
(171,147,155)
#B29CA4
(178,156,164)
#B9A5AD
(185,165,173)
#C0AEB6
(192,174,182)
#C7B7BF
(199,183,191)
#CEC0C8
(206,192,200)
#D5C9D1
(213,201,209)
#DCD2DA
(220,210,218)
#E3DBE3
(227,219,227)
#EAE4EC
(234,228,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB939B color. Also use rgb(171,147,155) instead hex code.

Text Font Color

.myTextColor { color: #AB939B; }

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

This text font color is #AB939B.


Background Color

.myBgColor { background-color: #AB939B; }

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

This div background color is #AB939B.


Border color

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

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

This div border color is #AB939B.


Opacity

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

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

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

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

This text has shadow with #AB939B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AB939B on black background.


Color preview on white background

This text has color #AB939B on white background.



Black color preview on #AB939B background

This text has black color on #AB939B background.


White color preview on #AB939B background

This text has white color on #AB939B background.