COLOR #AB949C

HEX: #AB949C
RGB: (171,148,156)

Color info

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

RGB color model

#AB949C color RGB value is (171,148,156).

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

RGB channels and saturation

R 171 of 255 = 67%
G 148 of 255 = 58%
B 156 of 255 = 61%

171
148
156

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

Portions of RGB colors in percentages

R + G + B =
171 + 148 + 156 = 475 (100%)
R 171 of 475 ~ 36%
G 148 of 475 ~ 31.16%
B 156 of 475 ~ 32.84%

%36
%31.16
%32.84

CMYK color model

#AB949C color CMYK value is (0,13,9,33).

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 8.77%
  • key color value is 32.94%
CMYK:
(0,13,9,33)
C0M13Y9K33 
(0%,13%,9%,33%)
(0.00/0.13/0.09/0.33)	

CMYK percentages

%0
%13.45
%8.77
%32.94

Codes

Color #AB949C in popluar color models

AB949C
RGB171148156
HSL339°12.04%62.55%
HSB/HSV339°13.45%67.06%
CMYK0.00%13.45%8.77%
32.94%

Color #AB949C in popluar number systems.

HEXAB949C
Decimal171148156
Binary101010111001010010011100
Octal253224234

Shades and tints

Shades of #AB949C

#AB949C
(171,148,156)
#9C878E
(156,135,142)
#8D7A80
(141,122,128)
#7E6D72
(126,109,114)
#6F6064
(111,96,100)
#605356
(96,83,86)
#514648
(81,70,72)
#42393A
(66,57,58)
#332C2C
(51,44,44)
#241F1E
(36,31,30)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #AB949C

#AB949C
(171,148,156)
#B29DA5
(178,157,165)
#B9A6AE
(185,166,174)
#C0AFB7
(192,175,183)
#C7B8C0
(199,184,192)
#CEC1C9
(206,193,201)
#D5CAD2
(213,202,210)
#DCD3DB
(220,211,219)
#E3DCE4
(227,220,228)
#EAE5ED
(234,229,237)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB949C color. Also use rgb(171,148,156) instead hex code.

Text Font Color

.myTextColor { color: #AB949C; }

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

This text font color is #AB949C.


Background Color

.myBgColor { background-color: #AB949C; }

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

This div background color is #AB949C.


Border color

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

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

This div border color is #AB949C.


Opacity

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

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

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

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

This text has shadow with #AB949C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB949C on black background.


Color preview on white background

This text has color #AB949C on white background.



Black color preview on #AB949C background

This text has black color on #AB949C background.


White color preview on #AB949C background

This text has white color on #AB949C background.