COLOR #AB7291

HEX: #AB7291
RGB: (171,114,145)

Color info

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

RGB color model

#AB7291 color RGB value is (171,114,145).

  • red value is 171;
  • green value is 114;
  • blue value is 145.
RGB:
(171,114,145)
(67%,45%,57%)

RGB channels and saturation

R 171 of 255 = 67%
G 114 of 255 = 45%
B 145 of 255 = 57%

171
114
145

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

Portions of RGB colors in percentages

R + G + B =
171 + 114 + 145 = 430 (100%)
R 171 of 430 ~ 39.77%
G 114 of 430 ~ 26.51%
B 145 of 430 ~ 33.72%

%39.77
%26.51
%33.72

CMYK color model

#AB7291 color CMYK value is (0,33,15,33).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 15.20%
  • key color value is 32.94%
CMYK:
(0,33,15,33)
C0M33Y15K33 
(0%,33%,15%,33%)
(0.00/0.33/0.15/0.33)	

CMYK percentages

%0
%33.33
%15.2
%32.94

Codes

Color #AB7291 in popluar color models

AB7291
RGB171114145
HSL327°25.33%55.88%
HSB/HSV327°33.33%67.06%
CMYK0.00%33.33%15.20%
32.94%

Color #AB7291 in popluar number systems.

HEXAB7291
Decimal171114145
Binary10101011111001010010001
Octal253162221

Shades and tints

Shades of #AB7291

#AB7291
(171,114,145)
#9C6884
(156,104,132)
#8D5E77
(141,94,119)
#7E546A
(126,84,106)
#6F4A5D
(111,74,93)
#604050
(96,64,80)
#513643
(81,54,67)
#422C36
(66,44,54)
#332229
(51,34,41)
#24181C
(36,24,28)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #AB7291

#AB7291
(171,114,145)
#B27E9B
(178,126,155)
#B98AA5
(185,138,165)
#C096AF
(192,150,175)
#C7A2B9
(199,162,185)
#CEAEC3
(206,174,195)
#D5BACD
(213,186,205)
#DCC6D7
(220,198,215)
#E3D2E1
(227,210,225)
#EADEEB
(234,222,235)
#F1EAF5
(241,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7291 color. Also use rgb(171,114,145) instead hex code.

Text Font Color

.myTextColor { color: #AB7291; }

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

This text font color is #AB7291.


Background Color

.myBgColor { background-color: #AB7291; }

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

This div background color is #AB7291.


Border color

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

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

This div border color is #AB7291.


Opacity

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

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

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

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

This text has shadow with #AB7291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7291 on black background.


Color preview on white background

This text has color #AB7291 on white background.



Black color preview on #AB7291 background

This text has black color on #AB7291 background.


White color preview on #AB7291 background

This text has white color on #AB7291 background.