COLOR #AB9BBC

HEX: #AB9BBC
RGB: (171,155,188)

Color info

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

RGB color model

#AB9BBC color RGB value is (171,155,188).

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

RGB channels and saturation

R 171 of 255 = 67%
G 155 of 255 = 61%
B 188 of 255 = 74%

171
155
188

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

Portions of RGB colors in percentages

R + G + B =
171 + 155 + 188 = 514 (100%)
R 171 of 514 ~ 33.27%
G 155 of 514 ~ 30.16%
B 188 of 514 ~ 36.58%

%33.27
%30.16
%36.58

CMYK color model

#AB9BBC color CMYK value is (9,18,0,26).

  • cyan value is 9.04%
  • magenta value is 17.55%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(9,18,0,26)
C9M18Y0K26 
(9%,18%,0%,26%)
(0.09/0.18/0.00/0.26)	

CMYK percentages

%9.04
%17.55
%0
%26.27

Codes

Color #AB9BBC in popluar color models

AB9BBC
RGB171155188
HSL269°19.76%67.25%
HSB/HSV269°17.55%73.73%
CMYK9.04%17.55%0.00%
26.27%

Color #AB9BBC in popluar number systems.

HEXAB9BBC
Decimal171155188
Binary101010111001101110111100
Octal253233274

Shades and tints

Shades of #AB9BBC

#AB9BBC
(171,155,188)
#9C8DAB
(156,141,171)
#8D7F9A
(141,127,154)
#7E7189
(126,113,137)
#6F6378
(111,99,120)
#605567
(96,85,103)
#514756
(81,71,86)
#423945
(66,57,69)
#332B34
(51,43,52)
#241D23
(36,29,35)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #AB9BBC

#AB9BBC
(171,155,188)
#B2A4C2
(178,164,194)
#B9ADC8
(185,173,200)
#C0B6CE
(192,182,206)
#C7BFD4
(199,191,212)
#CEC8DA
(206,200,218)
#D5D1E0
(213,209,224)
#DCDAE6
(220,218,230)
#E3E3EC
(227,227,236)
#EAECF2
(234,236,242)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9BBC; }

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

This text font color is #AB9BBC.


Background Color

.myBgColor { background-color: #AB9BBC; }

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

This div background color is #AB9BBC.


Border color

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

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

This div border color is #AB9BBC.


Opacity

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

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

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

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

This text has shadow with #AB9BBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9BBC on black background.


Color preview on white background

This text has color #AB9BBC on white background.



Black color preview on #AB9BBC background

This text has black color on #AB9BBC background.


White color preview on #AB9BBC background

This text has white color on #AB9BBC background.