COLOR #AB8EA4

HEX: #AB8EA4
RGB: (171,142,164)

Color info

#AB8EA4 contains red, green and blue colors in about the same proportion. Web safe color of #AB8EA4 is #999999 (or #999).

RGB color model

#AB8EA4 color RGB value is (171,142,164).

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

RGB channels and saturation

R 171 of 255 = 67%
G 142 of 255 = 56%
B 164 of 255 = 64%

171
142
164

R + G + B ~ 62%. #AB8EA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 142 + 164 = 477 (100%)
R 171 of 477 ~ 35.85%
G 142 of 477 ~ 29.77%
B 164 of 477 ~ 34.38%

%35.85
%29.77
%34.38

CMYK color model

#AB8EA4 color CMYK value is (0,17,4,33).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 4.09%
  • key color value is 32.94%
CMYK:
(0,17,4,33)
C0M17Y4K33 
(0%,17%,4%,33%)
(0.00/0.17/0.04/0.33)	

CMYK percentages

%0
%16.96
%4.09
%32.94

Codes

Color #AB8EA4 in popluar color models

AB8EA4
RGB171142164
HSL314°14.72%61.37%
HSB/HSV314°16.96%67.06%
CMYK0.00%16.96%4.09%
32.94%

Color #AB8EA4 in popluar number systems.

HEXAB8EA4
Decimal171142164
Binary101010111000111010100100
Octal253216244

Shades and tints

Shades of #AB8EA4

#AB8EA4
(171,142,164)
#9C8296
(156,130,150)
#8D7688
(141,118,136)
#7E6A7A
(126,106,122)
#6F5E6C
(111,94,108)
#60525E
(96,82,94)
#514650
(81,70,80)
#423A42
(66,58,66)
#332E34
(51,46,52)
#242226
(36,34,38)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #AB8EA4

#AB8EA4
(171,142,164)
#B298AC
(178,152,172)
#B9A2B4
(185,162,180)
#C0ACBC
(192,172,188)
#C7B6C4
(199,182,196)
#CEC0CC
(206,192,204)
#D5CAD4
(213,202,212)
#DCD4DC
(220,212,220)
#E3DEE4
(227,222,228)
#EAE8EC
(234,232,236)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8EA4; }

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

This text font color is #AB8EA4.


Background Color

.myBgColor { background-color: #AB8EA4; }

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

This div background color is #AB8EA4.


Border color

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

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

This div border color is #AB8EA4.


Opacity

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

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

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

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

This text has shadow with #AB8EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8EA4 on black background.


Color preview on white background

This text has color #AB8EA4 on white background.



Black color preview on #AB8EA4 background

This text has black color on #AB8EA4 background.


White color preview on #AB8EA4 background

This text has white color on #AB8EA4 background.