COLOR #AB9BAD

HEX: #AB9BAD
RGB: (171,155,173)

Color info

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

RGB color model

#AB9BAD color RGB value is (171,155,173).

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

RGB channels and saturation

R 171 of 255 = 67%
G 155 of 255 = 61%
B 173 of 255 = 68%

171
155
173

R + G + B ~ 65%. #AB9BAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 155 + 173 = 499 (100%)
R 171 of 499 ~ 34.27%
G 155 of 499 ~ 31.06%
B 173 of 499 ~ 34.67%

%34.27
%31.06
%34.67

CMYK color model

#AB9BAD color CMYK value is (1,10,0,32).

  • cyan value is 1.16%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(1,10,0,32)
C1M10Y0K32 
(1%,10%,0%,32%)
(0.01/0.10/0.00/0.32)	

CMYK percentages

%1.16
%10.4
%0
%32.16

Codes

Color #AB9BAD in popluar color models

AB9BAD
RGB171155173
HSL293°9.89%64.31%
HSB/HSV293°10.40%67.84%
CMYK1.16%10.40%0.00%
32.16%

Color #AB9BAD in popluar number systems.

HEXAB9BAD
Decimal171155173
Binary101010111001101110101101
Octal253233255

Shades and tints

Shades of #AB9BAD

#AB9BAD
(171,155,173)
#9C8D9E
(156,141,158)
#8D7F8F
(141,127,143)
#7E7180
(126,113,128)
#6F6371
(111,99,113)
#605562
(96,85,98)
#514753
(81,71,83)
#423944
(66,57,68)
#332B35
(51,43,53)
#241D26
(36,29,38)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #AB9BAD

#AB9BAD
(171,155,173)
#B2A4B4
(178,164,180)
#B9ADBB
(185,173,187)
#C0B6C2
(192,182,194)
#C7BFC9
(199,191,201)
#CEC8D0
(206,200,208)
#D5D1D7
(213,209,215)
#DCDADE
(220,218,222)
#E3E3E5
(227,227,229)
#EAECEC
(234,236,236)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9BAD; }

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

This text font color is #AB9BAD.


Background Color

.myBgColor { background-color: #AB9BAD; }

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

This div background color is #AB9BAD.


Border color

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

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

This div border color is #AB9BAD.


Opacity

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

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

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

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

This text has shadow with #AB9BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9BAD on black background.


Color preview on white background

This text has color #AB9BAD on white background.



Black color preview on #AB9BAD background

This text has black color on #AB9BAD background.


White color preview on #AB9BAD background

This text has white color on #AB9BAD background.