COLOR #AB9BB7

HEX: #AB9BB7
RGB: (171,155,183)

Color info

#AB9BB7 contains red, green and blue colors in about the same proportion. Web safe color of #AB9BB7 is #9999CC (or #99C).

RGB color model

#AB9BB7 color RGB value is (171,155,183).

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

RGB channels and saturation

R 171 of 255 = 67%
G 155 of 255 = 61%
B 183 of 255 = 72%

171
155
183

R + G + B ~ 67%. #AB9BB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 155 + 183 = 509 (100%)
R 171 of 509 ~ 33.6%
G 155 of 509 ~ 30.45%
B 183 of 509 ~ 35.95%

%33.6
%30.45
%35.95

CMYK color model

#AB9BB7 color CMYK value is (7,15,0,28).

  • cyan value is 6.56%
  • magenta value is 15.30%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(7,15,0,28)
C7M15Y0K28 
(7%,15%,0%,28%)
(0.07/0.15/0.00/0.28)	

CMYK percentages

%6.56
%15.3
%0
%28.24

Codes

Color #AB9BB7 in popluar color models

AB9BB7
RGB171155183
HSL274°16.28%66.27%
HSB/HSV274°15.30%71.76%
CMYK6.56%15.30%0.00%
28.24%

Color #AB9BB7 in popluar number systems.

HEXAB9BB7
Decimal171155183
Binary101010111001101110110111
Octal253233267

Shades and tints

Shades of #AB9BB7

#AB9BB7
(171,155,183)
#9C8DA7
(156,141,167)
#8D7F97
(141,127,151)
#7E7187
(126,113,135)
#6F6377
(111,99,119)
#605567
(96,85,103)
#514757
(81,71,87)
#423947
(66,57,71)
#332B37
(51,43,55)
#241D27
(36,29,39)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #AB9BB7

#AB9BB7
(171,155,183)
#B2A4BD
(178,164,189)
#B9ADC3
(185,173,195)
#C0B6C9
(192,182,201)
#C7BFCF
(199,191,207)
#CEC8D5
(206,200,213)
#D5D1DB
(213,209,219)
#DCDAE1
(220,218,225)
#E3E3E7
(227,227,231)
#EAECED
(234,236,237)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9BB7; }

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

This text font color is #AB9BB7.


Background Color

.myBgColor { background-color: #AB9BB7; }

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

This div background color is #AB9BB7.


Border color

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

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

This div border color is #AB9BB7.


Opacity

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

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

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

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

This text has shadow with #AB9BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9BB7 on black background.


Color preview on white background

This text has color #AB9BB7 on white background.



Black color preview on #AB9BB7 background

This text has black color on #AB9BB7 background.


White color preview on #AB9BB7 background

This text has white color on #AB9BB7 background.