COLOR #AB9CB6

HEX: #AB9CB6
RGB: (171,156,182)

Color info

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

RGB color model

#AB9CB6 color RGB value is (171,156,182).

  • red value is 171;
  • green value is 156;
  • blue value is 182.
RGB:
(171,156,182)
(67%,61%,71%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 182 of 255 = 71%

171
156
182

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

Portions of RGB colors in percentages

R + G + B =
171 + 156 + 182 = 509 (100%)
R 171 of 509 ~ 33.6%
G 156 of 509 ~ 30.65%
B 182 of 509 ~ 35.76%

%33.6
%30.65
%35.76

CMYK color model

#AB9CB6 color CMYK value is (6,14,0,29).

  • cyan value is 6.04%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(6,14,0,29)
C6M14Y0K29 
(6%,14%,0%,29%)
(0.06/0.14/0.00/0.29)	

CMYK percentages

%6.04
%14.29
%0
%28.63

Codes

Color #AB9CB6 in popluar color models

AB9CB6
RGB171156182
HSL275°15.12%66.27%
HSB/HSV275°14.29%71.37%
CMYK6.04%14.29%0.00%
28.63%

Color #AB9CB6 in popluar number systems.

HEXAB9CB6
Decimal171156182
Binary101010111001110010110110
Octal253234266

Shades and tints

Shades of #AB9CB6

#AB9CB6
(171,156,182)
#9C8EA6
(156,142,166)
#8D8096
(141,128,150)
#7E7286
(126,114,134)
#6F6476
(111,100,118)
#605666
(96,86,102)
#514856
(81,72,86)
#423A46
(66,58,70)
#332C36
(51,44,54)
#241E26
(36,30,38)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #AB9CB6

#AB9CB6
(171,156,182)
#B2A5BC
(178,165,188)
#B9AEC2
(185,174,194)
#C0B7C8
(192,183,200)
#C7C0CE
(199,192,206)
#CEC9D4
(206,201,212)
#D5D2DA
(213,210,218)
#DCDBE0
(220,219,224)
#E3E4E6
(227,228,230)
#EAEDEC
(234,237,236)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9CB6 color. Also use rgb(171,156,182) instead hex code.

Text Font Color

.myTextColor { color: #AB9CB6; }

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

This text font color is #AB9CB6.


Background Color

.myBgColor { background-color: #AB9CB6; }

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

This div background color is #AB9CB6.


Border color

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

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

This div border color is #AB9CB6.


Opacity

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

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

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

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

This text has shadow with #AB9CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9CB6 on black background.


Color preview on white background

This text has color #AB9CB6 on white background.



Black color preview on #AB9CB6 background

This text has black color on #AB9CB6 background.


White color preview on #AB9CB6 background

This text has white color on #AB9CB6 background.