COLOR #AB5B67

HEX: #AB5B67
RGB: (171,91,103)

Color info

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

RGB color model

#AB5B67 color RGB value is (171,91,103).

  • red value is 171;
  • green value is 91;
  • blue value is 103.
RGB:
(171,91,103)
(67%,36%,40%)

RGB channels and saturation

R 171 of 255 = 67%
G 91 of 255 = 36%
B 103 of 255 = 40%

171
91
103

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

Portions of RGB colors in percentages

R + G + B =
171 + 91 + 103 = 365 (100%)
R 171 of 365 ~ 46.85%
G 91 of 365 ~ 24.93%
B 103 of 365 ~ 28.22%

%46.85
%24.93
%28.22

CMYK color model

#AB5B67 color CMYK value is (0,47,40,33).

  • cyan value is 0.00%
  • magenta value is 46.78%
  • yellow value is 39.77%
  • key color value is 32.94%
CMYK:
(0,47,40,33)
C0M47Y40K33 
(0%,47%,40%,33%)
(0.00/0.47/0.40/0.33)	

CMYK percentages

%0
%46.78
%39.77
%32.94

Codes

Color #AB5B67 in popluar color models

AB5B67
RGB17191103
HSL351°32.26%51.37%
HSB/HSV351°46.78%67.06%
CMYK0.00%46.78%39.77%
32.94%

Color #AB5B67 in popluar number systems.

HEXAB5B67
Decimal17191103
Binary1010101110110111100111
Octal253133147

Shades and tints

Shades of #AB5B67

#AB5B67
(171,91,103)
#9C535E
(156,83,94)
#8D4B55
(141,75,85)
#7E434C
(126,67,76)
#6F3B43
(111,59,67)
#60333A
(96,51,58)
#512B31
(81,43,49)
#422328
(66,35,40)
#331B1F
(51,27,31)
#241316
(36,19,22)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #AB5B67

#AB5B67
(171,91,103)
#B26974
(178,105,116)
#B97781
(185,119,129)
#C0858E
(192,133,142)
#C7939B
(199,147,155)
#CEA1A8
(206,161,168)
#D5AFB5
(213,175,181)
#DCBDC2
(220,189,194)
#E3CBCF
(227,203,207)
#EAD9DC
(234,217,220)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5B67 color. Also use rgb(171,91,103) instead hex code.

Text Font Color

.myTextColor { color: #AB5B67; }

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

This text font color is #AB5B67.


Background Color

.myBgColor { background-color: #AB5B67; }

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

This div background color is #AB5B67.


Border color

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

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

This div border color is #AB5B67.


Opacity

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

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

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

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

This text has shadow with #AB5B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5B67 on black background.


Color preview on white background

This text has color #AB5B67 on white background.



Black color preview on #AB5B67 background

This text has black color on #AB5B67 background.


White color preview on #AB5B67 background

This text has white color on #AB5B67 background.