COLOR #AB607C

HEX: #AB607C
RGB: (171,96,124)

Color info

#AB607C contains mainly red and blue colors. Web safe color of #AB607C is #996666 (or #966).

RGB color model

#AB607C color RGB value is (171,96,124).

  • red value is 171;
  • green value is 96;
  • blue value is 124.
RGB:
(171,96,124)
(67%,38%,49%)

RGB channels and saturation

R 171 of 255 = 67%
G 96 of 255 = 38%
B 124 of 255 = 49%

171
96
124

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

Portions of RGB colors in percentages

R + G + B =
171 + 96 + 124 = 391 (100%)
R 171 of 391 ~ 43.73%
G 96 of 391 ~ 24.55%
B 124 of 391 ~ 31.71%

%43.73
%24.55
%31.71

CMYK color model

#AB607C color CMYK value is (0,44,27,33).

  • cyan value is 0.00%
  • magenta value is 43.86%
  • yellow value is 27.49%
  • key color value is 32.94%
CMYK:
(0,44,27,33)
C0M44Y27K33 
(0%,44%,27%,33%)
(0.00/0.44/0.27/0.33)	

CMYK percentages

%0
%43.86
%27.49
%32.94

Codes

Color #AB607C in popluar color models

AB607C
RGB17196124
HSL338°30.86%52.35%
HSB/HSV338°43.86%67.06%
CMYK0.00%43.86%27.49%
32.94%

Color #AB607C in popluar number systems.

HEXAB607C
Decimal17196124
Binary1010101111000001111100
Octal253140174

Shades and tints

Shades of #AB607C

#AB607C
(171,96,124)
#9C5871
(156,88,113)
#8D5066
(141,80,102)
#7E485B
(126,72,91)
#6F4050
(111,64,80)
#603845
(96,56,69)
#51303A
(81,48,58)
#42282F
(66,40,47)
#332024
(51,32,36)
#241819
(36,24,25)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #AB607C

#AB607C
(171,96,124)
#B26E87
(178,110,135)
#B97C92
(185,124,146)
#C08A9D
(192,138,157)
#C798A8
(199,152,168)
#CEA6B3
(206,166,179)
#D5B4BE
(213,180,190)
#DCC2C9
(220,194,201)
#E3D0D4
(227,208,212)
#EADEDF
(234,222,223)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB607C color. Also use rgb(171,96,124) instead hex code.

Text Font Color

.myTextColor { color: #AB607C; }

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

This text font color is #AB607C.


Background Color

.myBgColor { background-color: #AB607C; }

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

This div background color is #AB607C.


Border color

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

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

This div border color is #AB607C.


Opacity

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

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

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

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

This text has shadow with #AB607C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB607C on black background.


Color preview on white background

This text has color #AB607C on white background.



Black color preview on #AB607C background

This text has black color on #AB607C background.


White color preview on #AB607C background

This text has white color on #AB607C background.