COLOR #AB6296

HEX: #AB6296
RGB: (171,98,150)

Color info

#AB6296 contains mainly red and blue colors. Web safe color of #AB6296 is #996699 (or #969).

RGB color model

#AB6296 color RGB value is (171,98,150).

  • red value is 171;
  • green value is 98;
  • blue value is 150.
RGB:
(171,98,150)
(67%,38%,59%)

RGB channels and saturation

R 171 of 255 = 67%
G 98 of 255 = 38%
B 150 of 255 = 59%

171
98
150

R + G + B ~ 55%. #AB6296 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 98 + 150 = 419 (100%)
R 171 of 419 ~ 40.81%
G 98 of 419 ~ 23.39%
B 150 of 419 ~ 35.8%

%40.81
%23.39
%35.8

CMYK color model

#AB6296 color CMYK value is (0,43,12,33).

  • cyan value is 0.00%
  • magenta value is 42.69%
  • yellow value is 12.28%
  • key color value is 32.94%
CMYK:
(0,43,12,33)
C0M43Y12K33 
(0%,43%,12%,33%)
(0.00/0.43/0.12/0.33)	

CMYK percentages

%0
%42.69
%12.28
%32.94

Codes

Color #AB6296 in popluar color models

AB6296
RGB17198150
HSL317°30.29%52.75%
HSB/HSV317°42.69%67.06%
CMYK0.00%42.69%12.28%
32.94%

Color #AB6296 in popluar number systems.

HEXAB6296
Decimal17198150
Binary10101011110001010010110
Octal253142226

Shades and tints

Shades of #AB6296

#AB6296
(171,98,150)
#9C5A89
(156,90,137)
#8D527C
(141,82,124)
#7E4A6F
(126,74,111)
#6F4262
(111,66,98)
#603A55
(96,58,85)
#513248
(81,50,72)
#422A3B
(66,42,59)
#33222E
(51,34,46)
#241A21
(36,26,33)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #AB6296

#AB6296
(171,98,150)
#B2709F
(178,112,159)
#B97EA8
(185,126,168)
#C08CB1
(192,140,177)
#C79ABA
(199,154,186)
#CEA8C3
(206,168,195)
#D5B6CC
(213,182,204)
#DCC4D5
(220,196,213)
#E3D2DE
(227,210,222)
#EAE0E7
(234,224,231)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6296; }

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

This text font color is #AB6296.


Background Color

.myBgColor { background-color: #AB6296; }

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

This div background color is #AB6296.


Border color

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

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

This div border color is #AB6296.


Opacity

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

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

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

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

This text has shadow with #AB6296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6296 on black background.


Color preview on white background

This text has color #AB6296 on white background.



Black color preview on #AB6296 background

This text has black color on #AB6296 background.


White color preview on #AB6296 background

This text has white color on #AB6296 background.