COLOR #AB5E6C

HEX: #AB5E6C
RGB: (171,94,108)

Color info

#AB5E6C contains mainly red color. Web safe color of #AB5E6C is #996666 (or #966).

RGB color model

#AB5E6C color RGB value is (171,94,108).

  • red value is 171;
  • green value is 94;
  • blue value is 108.
RGB:
(171,94,108)
(67%,37%,42%)

RGB channels and saturation

R 171 of 255 = 67%
G 94 of 255 = 37%
B 108 of 255 = 42%

171
94
108

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

Portions of RGB colors in percentages

R + G + B =
171 + 94 + 108 = 373 (100%)
R 171 of 373 ~ 45.84%
G 94 of 373 ~ 25.2%
B 108 of 373 ~ 28.95%

%45.84
%25.2
%28.95

CMYK color model

#AB5E6C color CMYK value is (0,45,37,33).

  • cyan value is 0.00%
  • magenta value is 45.03%
  • yellow value is 36.84%
  • key color value is 32.94%
CMYK:
(0,45,37,33)
C0M45Y37K33 
(0%,45%,37%,33%)
(0.00/0.45/0.37/0.33)	

CMYK percentages

%0
%45.03
%36.84
%32.94

Codes

Color #AB5E6C in popluar color models

AB5E6C
RGB17194108
HSL349°31.43%51.96%
HSB/HSV349°45.03%67.06%
CMYK0.00%45.03%36.84%
32.94%

Color #AB5E6C in popluar number systems.

HEXAB5E6C
Decimal17194108
Binary1010101110111101101100
Octal253136154

Shades and tints

Shades of #AB5E6C

#AB5E6C
(171,94,108)
#9C5663
(156,86,99)
#8D4E5A
(141,78,90)
#7E4651
(126,70,81)
#6F3E48
(111,62,72)
#60363F
(96,54,63)
#512E36
(81,46,54)
#42262D
(66,38,45)
#331E24
(51,30,36)
#24161B
(36,22,27)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #AB5E6C

#AB5E6C
(171,94,108)
#B26C79
(178,108,121)
#B97A86
(185,122,134)
#C08893
(192,136,147)
#C796A0
(199,150,160)
#CEA4AD
(206,164,173)
#D5B2BA
(213,178,186)
#DCC0C7
(220,192,199)
#E3CED4
(227,206,212)
#EADCE1
(234,220,225)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5E6C color. Also use rgb(171,94,108) instead hex code.

Text Font Color

.myTextColor { color: #AB5E6C; }

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

This text font color is #AB5E6C.


Background Color

.myBgColor { background-color: #AB5E6C; }

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

This div background color is #AB5E6C.


Border color

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

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

This div border color is #AB5E6C.


Opacity

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

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

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

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

This text has shadow with #AB5E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5E6C on black background.


Color preview on white background

This text has color #AB5E6C on white background.



Black color preview on #AB5E6C background

This text has black color on #AB5E6C background.


White color preview on #AB5E6C background

This text has white color on #AB5E6C background.