COLOR #AB7EA4

HEX: #AB7EA4
RGB: (171,126,164)

Color info

#AB7EA4 contains red, green and blue colors in about the same proportion. Web safe color of #AB7EA4 is #996699 (or #969).

RGB color model

#AB7EA4 color RGB value is (171,126,164).

  • red value is 171;
  • green value is 126;
  • blue value is 164.
RGB:
(171,126,164)
(67%,49%,64%)

RGB channels and saturation

R 171 of 255 = 67%
G 126 of 255 = 49%
B 164 of 255 = 64%

171
126
164

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

Portions of RGB colors in percentages

R + G + B =
171 + 126 + 164 = 461 (100%)
R 171 of 461 ~ 37.09%
G 126 of 461 ~ 27.33%
B 164 of 461 ~ 35.57%

%37.09
%27.33
%35.57

CMYK color model

#AB7EA4 color CMYK value is (0,26,4,33).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 4.09%
  • key color value is 32.94%
CMYK:
(0,26,4,33)
C0M26Y4K33 
(0%,26%,4%,33%)
(0.00/0.26/0.04/0.33)	

CMYK percentages

%0
%26.32
%4.09
%32.94

Codes

Color #AB7EA4 in popluar color models

AB7EA4
RGB171126164
HSL309°21.13%58.24%
HSB/HSV309°26.32%67.06%
CMYK0.00%26.32%4.09%
32.94%

Color #AB7EA4 in popluar number systems.

HEXAB7EA4
Decimal171126164
Binary10101011111111010100100
Octal253176244

Shades and tints

Shades of #AB7EA4

#AB7EA4
(171,126,164)
#9C7396
(156,115,150)
#8D6888
(141,104,136)
#7E5D7A
(126,93,122)
#6F526C
(111,82,108)
#60475E
(96,71,94)
#513C50
(81,60,80)
#423142
(66,49,66)
#332634
(51,38,52)
#241B26
(36,27,38)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #AB7EA4

#AB7EA4
(171,126,164)
#B289AC
(178,137,172)
#B994B4
(185,148,180)
#C09FBC
(192,159,188)
#C7AAC4
(199,170,196)
#CEB5CC
(206,181,204)
#D5C0D4
(213,192,212)
#DCCBDC
(220,203,220)
#E3D6E4
(227,214,228)
#EAE1EC
(234,225,236)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7EA4 color. Also use rgb(171,126,164) instead hex code.

Text Font Color

.myTextColor { color: #AB7EA4; }

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

This text font color is #AB7EA4.


Background Color

.myBgColor { background-color: #AB7EA4; }

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

This div background color is #AB7EA4.


Border color

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

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

This div border color is #AB7EA4.


Opacity

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

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

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

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

This text has shadow with #AB7EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7EA4 on black background.


Color preview on white background

This text has color #AB7EA4 on white background.



Black color preview on #AB7EA4 background

This text has black color on #AB7EA4 background.


White color preview on #AB7EA4 background

This text has white color on #AB7EA4 background.