COLOR #AB95A9

HEX: #AB95A9
RGB: (171,149,169)

Color info

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

RGB color model

#AB95A9 color RGB value is (171,149,169).

  • red value is 171;
  • green value is 149;
  • blue value is 169.
RGB:
(171,149,169)
(67%,58%,66%)

RGB channels and saturation

R 171 of 255 = 67%
G 149 of 255 = 58%
B 169 of 255 = 66%

171
149
169

R + G + B ~ 64%. #AB95A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 149 + 169 = 489 (100%)
R 171 of 489 ~ 34.97%
G 149 of 489 ~ 30.47%
B 169 of 489 ~ 34.56%

%34.97
%30.47
%34.56

CMYK color model

#AB95A9 color CMYK value is (0,13,1,33).

  • cyan value is 0.00%
  • magenta value is 12.87%
  • yellow value is 1.17%
  • key color value is 32.94%
CMYK:
(0,13,1,33)
C0M13Y1K33 
(0%,13%,1%,33%)
(0.00/0.13/0.01/0.33)	

CMYK percentages

%0
%12.87
%1.17
%32.94

Codes

Color #AB95A9 in popluar color models

AB95A9
RGB171149169
HSL305°11.58%62.75%
HSB/HSV305°12.87%67.06%
CMYK0.00%12.87%1.17%
32.94%

Color #AB95A9 in popluar number systems.

HEXAB95A9
Decimal171149169
Binary101010111001010110101001
Octal253225251

Shades and tints

Shades of #AB95A9

#AB95A9
(171,149,169)
#9C889A
(156,136,154)
#8D7B8B
(141,123,139)
#7E6E7C
(126,110,124)
#6F616D
(111,97,109)
#60545E
(96,84,94)
#51474F
(81,71,79)
#423A40
(66,58,64)
#332D31
(51,45,49)
#242022
(36,32,34)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #AB95A9

#AB95A9
(171,149,169)
#B29EB0
(178,158,176)
#B9A7B7
(185,167,183)
#C0B0BE
(192,176,190)
#C7B9C5
(199,185,197)
#CEC2CC
(206,194,204)
#D5CBD3
(213,203,211)
#DCD4DA
(220,212,218)
#E3DDE1
(227,221,225)
#EAE6E8
(234,230,232)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB95A9 color. Also use rgb(171,149,169) instead hex code.

Text Font Color

.myTextColor { color: #AB95A9; }

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

This text font color is #AB95A9.


Background Color

.myBgColor { background-color: #AB95A9; }

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

This div background color is #AB95A9.


Border color

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

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

This div border color is #AB95A9.


Opacity

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

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

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

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

This text has shadow with #AB95A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB95A9 on black background.


Color preview on white background

This text has color #AB95A9 on white background.



Black color preview on #AB95A9 background

This text has black color on #AB95A9 background.


White color preview on #AB95A9 background

This text has white color on #AB95A9 background.