COLOR #AB909E

HEX: #AB909E
RGB: (171,144,158)

Color info

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

RGB color model

#AB909E color RGB value is (171,144,158).

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

RGB channels and saturation

R 171 of 255 = 67%
G 144 of 255 = 56%
B 158 of 255 = 62%

171
144
158

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

Portions of RGB colors in percentages

R + G + B =
171 + 144 + 158 = 473 (100%)
R 171 of 473 ~ 36.15%
G 144 of 473 ~ 30.44%
B 158 of 473 ~ 33.4%

%36.15
%30.44
%33.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 7.60%
  • key color value is 32.94%
CMYK:
(0,16,8,33)
C0M16Y8K33 
(0%,16%,8%,33%)
(0.00/0.16/0.08/0.33)	

CMYK percentages

%0
%15.79
%7.6
%32.94

Codes

Color #AB909E in popluar color models

AB909E
RGB171144158
HSL329°13.85%61.76%
HSB/HSV329°15.79%67.06%
CMYK0.00%15.79%7.60%
32.94%

Color #AB909E in popluar number systems.

HEXAB909E
Decimal171144158
Binary101010111001000010011110
Octal253220236

Shades and tints

Shades of #AB909E

#AB909E
(171,144,158)
#9C8390
(156,131,144)
#8D7682
(141,118,130)
#7E6974
(126,105,116)
#6F5C66
(111,92,102)
#604F58
(96,79,88)
#51424A
(81,66,74)
#42353C
(66,53,60)
#33282E
(51,40,46)
#241B20
(36,27,32)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #AB909E

#AB909E
(171,144,158)
#B29AA6
(178,154,166)
#B9A4AE
(185,164,174)
#C0AEB6
(192,174,182)
#C7B8BE
(199,184,190)
#CEC2C6
(206,194,198)
#D5CCCE
(213,204,206)
#DCD6D6
(220,214,214)
#E3E0DE
(227,224,222)
#EAEAE6
(234,234,230)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB909E; }

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

This text font color is #AB909E.


Background Color

.myBgColor { background-color: #AB909E; }

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

This div background color is #AB909E.


Border color

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

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

This div border color is #AB909E.


Opacity

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

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

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

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

This text has shadow with #AB909E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB909E on black background.


Color preview on white background

This text has color #AB909E on white background.



Black color preview on #AB909E background

This text has black color on #AB909E background.


White color preview on #AB909E background

This text has white color on #AB909E background.