COLOR #AB9BB2

HEX: #AB9BB2
RGB: (171,155,178)

Color info

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

RGB color model

#AB9BB2 color RGB value is (171,155,178).

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

RGB channels and saturation

R 171 of 255 = 67%
G 155 of 255 = 61%
B 178 of 255 = 70%

171
155
178

R + G + B ~ 66%. #AB9BB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 155 + 178 = 504 (100%)
R 171 of 504 ~ 33.93%
G 155 of 504 ~ 30.75%
B 178 of 504 ~ 35.32%

%33.93
%30.75
%35.32

CMYK color model

#AB9BB2 color CMYK value is (4,13,0,30).

  • cyan value is 3.93%
  • magenta value is 12.92%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,13,0,30)
C4M13Y0K30 
(4%,13%,0%,30%)
(0.04/0.13/0.00/0.30)	

CMYK percentages

%3.93
%12.92
%0
%30.2

Codes

Color #AB9BB2 in popluar color models

AB9BB2
RGB171155178
HSL282°12.99%65.29%
HSB/HSV282°12.92%69.80%
CMYK3.93%12.92%0.00%
30.20%

Color #AB9BB2 in popluar number systems.

HEXAB9BB2
Decimal171155178
Binary101010111001101110110010
Octal253233262

Shades and tints

Shades of #AB9BB2

#AB9BB2
(171,155,178)
#9C8DA2
(156,141,162)
#8D7F92
(141,127,146)
#7E7182
(126,113,130)
#6F6372
(111,99,114)
#605562
(96,85,98)
#514752
(81,71,82)
#423942
(66,57,66)
#332B32
(51,43,50)
#241D22
(36,29,34)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #AB9BB2

#AB9BB2
(171,155,178)
#B2A4B9
(178,164,185)
#B9ADC0
(185,173,192)
#C0B6C7
(192,182,199)
#C7BFCE
(199,191,206)
#CEC8D5
(206,200,213)
#D5D1DC
(213,209,220)
#DCDAE3
(220,218,227)
#E3E3EA
(227,227,234)
#EAECF1
(234,236,241)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9BB2; }

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

This text font color is #AB9BB2.


Background Color

.myBgColor { background-color: #AB9BB2; }

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

This div background color is #AB9BB2.


Border color

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

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

This div border color is #AB9BB2.


Opacity

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

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

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

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

This text has shadow with #AB9BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9BB2 on black background.


Color preview on white background

This text has color #AB9BB2 on white background.



Black color preview on #AB9BB2 background

This text has black color on #AB9BB2 background.


White color preview on #AB9BB2 background

This text has white color on #AB9BB2 background.