COLOR #AB3E6E

HEX: #AB3E6E
RGB: (171,62,110)

Color info

#AB3E6E contains mainly red color. Web safe color of #AB3E6E is #993366 (or #936).

RGB color model

#AB3E6E color RGB value is (171,62,110).

  • red value is 171;
  • green value is 62;
  • blue value is 110.
RGB:
(171,62,110)
(67%,24%,43%)

RGB channels and saturation

R 171 of 255 = 67%
G 62 of 255 = 24%
B 110 of 255 = 43%

171
62
110

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

Portions of RGB colors in percentages

R + G + B =
171 + 62 + 110 = 343 (100%)
R 171 of 343 ~ 49.85%
G 62 of 343 ~ 18.08%
B 110 of 343 ~ 32.07%

%49.85
%18.08
%32.07

CMYK color model

#AB3E6E color CMYK value is (0,64,36,33).

  • cyan value is 0.00%
  • magenta value is 63.74%
  • yellow value is 35.67%
  • key color value is 32.94%
CMYK:
(0,64,36,33)
C0M64Y36K33 
(0%,64%,36%,33%)
(0.00/0.64/0.36/0.33)	

CMYK percentages

%0
%63.74
%35.67
%32.94

Codes

Color #AB3E6E in popluar color models

AB3E6E
RGB17162110
HSL334°46.78%45.69%
HSB/HSV334°63.74%67.06%
CMYK0.00%63.74%35.67%
32.94%

Color #AB3E6E in popluar number systems.

HEXAB3E6E
Decimal17162110
Binary101010111111101101110
Octal25376156

Shades and tints

Shades of #AB3E6E

#AB3E6E
(171,62,110)
#9C3964
(156,57,100)
#8D345A
(141,52,90)
#7E2F50
(126,47,80)
#6F2A46
(111,42,70)
#60253C
(96,37,60)
#512032
(81,32,50)
#421B28
(66,27,40)
#33161E
(51,22,30)
#241114
(36,17,20)
#150C0A
(21,12,10)
#000000
(0,0,0)

Tints of #AB3E6E

#AB3E6E
(171,62,110)
#B24F7B
(178,79,123)
#B96088
(185,96,136)
#C07195
(192,113,149)
#C782A2
(199,130,162)
#CE93AF
(206,147,175)
#D5A4BC
(213,164,188)
#DCB5C9
(220,181,201)
#E3C6D6
(227,198,214)
#EAD7E3
(234,215,227)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3E6E color. Also use rgb(171,62,110) instead hex code.

Text Font Color

.myTextColor { color: #AB3E6E; }

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

This text font color is #AB3E6E.


Background Color

.myBgColor { background-color: #AB3E6E; }

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

This div background color is #AB3E6E.


Border color

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

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

This div border color is #AB3E6E.


Opacity

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

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

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

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

This text has shadow with #AB3E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB3E6E on black background.


Color preview on white background

This text has color #AB3E6E on white background.



Black color preview on #AB3E6E background

This text has black color on #AB3E6E background.


White color preview on #AB3E6E background

This text has white color on #AB3E6E background.