COLOR #AB4B67

HEX: #AB4B67
RGB: (171,75,103)

Color info

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

RGB color model

#AB4B67 color RGB value is (171,75,103).

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

RGB channels and saturation

R 171 of 255 = 67%
G 75 of 255 = 29%
B 103 of 255 = 40%

171
75
103

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

Portions of RGB colors in percentages

R + G + B =
171 + 75 + 103 = 349 (100%)
R 171 of 349 ~ 49%
G 75 of 349 ~ 21.49%
B 103 of 349 ~ 29.51%

%49
%21.49
%29.51

CMYK color model

#AB4B67 color CMYK value is (0,56,40,33).

  • cyan value is 0.00%
  • magenta value is 56.14%
  • yellow value is 39.77%
  • key color value is 32.94%
CMYK:
(0,56,40,33)
C0M56Y40K33 
(0%,56%,40%,33%)
(0.00/0.56/0.40/0.33)	

CMYK percentages

%0
%56.14
%39.77
%32.94

Codes

Color #AB4B67 in popluar color models

AB4B67
RGB17175103
HSL343°39.02%48.24%
HSB/HSV343°56.14%67.06%
CMYK0.00%56.14%39.77%
32.94%

Color #AB4B67 in popluar number systems.

HEXAB4B67
Decimal17175103
Binary1010101110010111100111
Octal253113147

Shades and tints

Shades of #AB4B67

#AB4B67
(171,75,103)
#9C455E
(156,69,94)
#8D3F55
(141,63,85)
#7E394C
(126,57,76)
#6F3343
(111,51,67)
#602D3A
(96,45,58)
#512731
(81,39,49)
#422128
(66,33,40)
#331B1F
(51,27,31)
#241516
(36,21,22)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #AB4B67

#AB4B67
(171,75,103)
#B25B74
(178,91,116)
#B96B81
(185,107,129)
#C07B8E
(192,123,142)
#C78B9B
(199,139,155)
#CE9BA8
(206,155,168)
#D5ABB5
(213,171,181)
#DCBBC2
(220,187,194)
#E3CBCF
(227,203,207)
#EADBDC
(234,219,220)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB4B67; }

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

This text font color is #AB4B67.


Background Color

.myBgColor { background-color: #AB4B67; }

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

This div background color is #AB4B67.


Border color

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

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

This div border color is #AB4B67.


Opacity

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

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

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

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

This text has shadow with #AB4B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4B67 on black background.


Color preview on white background

This text has color #AB4B67 on white background.



Black color preview on #AB4B67 background

This text has black color on #AB4B67 background.


White color preview on #AB4B67 background

This text has white color on #AB4B67 background.