COLOR #AB96BC

HEX: #AB96BC RGB: (171,150,188)

Color info

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

RGB color model

#AB96BC color RGB value is (171,150,188).

RGB: (171,150,188) (67%, 59%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 150 of 255 = 59%
B 188 of 255 = 74%

171
150
188

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

Portions of RGB colors in percentages

R + G + B = 171 + 150 + 188 = 509 (100%)
R 171 of 509 ~ 33.6%
G 150 of 509 ~ 29.47%
B 188 of 509 ~ 36.94'%

%33.6
%29.47
%36.94

CMYK color model

#AB96BC color CMYK value is (9,20,0,26).

  • cyan value is 9.04%
  • magenta value is 20.21%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (9,20,0,26) C9M20Y0K26 (9%,20%,0%,26%) (0.09/0.20/0.00/0.26) 

CMYK percentages

%9.04
%20.21
%0
%26.27

Codes

Color #AB96BC in popluar color models

AB 96 BC
RGB 171 150 188
HSL 273° 22.09% 66.27%
HSB/HSV 273° 20.21% 73.73%
CMYK 9.04% 20.21% 0.00%
26.27%

Color #AB96BC in popluar number systems.

HEX AB 96 BC
Decimal 171 150 188
Binary 10101011 10010110 10111100
Octal 253 226 274

Shades and tints

Shades of #AB96BC

#AB96BC
(171,150,188)
#9C89AB
(156,137,171)
#8D7C9A
(141,124,154)
#7E6F89
(126,111,137)
#6F6278
(111,98,120)
#605567
(96,85,103)
#514856
(81,72,86)
#423B45
(66,59,69)
#332E34
(51,46,52)
#242123
(36,33,35)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #AB96BC

#AB96BC
(171,150,188)
#B29FC2
(178,159,194)
#B9A8C8
(185,168,200)
#C0B1CE
(192,177,206)
#C7BAD4
(199,186,212)
#CEC3DA
(206,195,218)
#D5CCE0
(213,204,224)
#DCD5E6
(220,213,230)
#E3DEEC
(227,222,236)
#EAE7F2
(234,231,242)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB96BC; }

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

This text font color is #AB96BC.

Background Color

.myBgColor { background-color: #AB96BC; }

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

This div background color is #AB96BC.

Border color

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

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

This div border color is #AB96BC.

Opacity

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

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

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

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

This text has shadow with #AB96BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB96BC.

Preview

Color preview on black background

This text has color #AB96BC on black background.


Color preview on white background

This text has color #AB96BC on white background.


Black color preview on #AB96BC background

This text has black color on #AB96BC background.


White color preview on #AB96BC background

This text has white color on #AB96BC background.


Related colors

Complementary color

Complementary color for #hex is #546943.


I love getcolorcode.com

Triadic colors

1 #BCAB96 and #96BCAB with #AB96BC are triadic colors.

2 #BC96AB and #96ABBC with #AB96BC are triadic colors.