COLOR #AB376E

HEX: #AB376E
RGB: (171,55,110)

Color info

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

RGB color model

#AB376E color RGB value is (171,55,110).

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

RGB channels and saturation

R 171 of 255 = 67%
G 55 of 255 = 22%
B 110 of 255 = 43%

171
55
110

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

Portions of RGB colors in percentages

R + G + B =
171 + 55 + 110 = 336 (100%)
R 171 of 336 ~ 50.89%
G 55 of 336 ~ 16.37%
B 110 of 336 ~ 32.74%

%50.89
%16.37
%32.74

CMYK color model

#AB376E color CMYK value is (0,68,36,33).

  • cyan value is 0.00%
  • magenta value is 67.84%
  • yellow value is 35.67%
  • key color value is 32.94%
CMYK:
(0,68,36,33)
C0M68Y36K33 
(0%,68%,36%,33%)
(0.00/0.68/0.36/0.33)	

CMYK percentages

%0
%67.84
%35.67
%32.94

Codes

Color #AB376E in popluar color models

AB376E
RGB17155110
HSL332°51.33%44.31%
HSB/HSV332°67.84%67.06%
CMYK0.00%67.84%35.67%
32.94%

Color #AB376E in popluar number systems.

HEXAB376E
Decimal17155110
Binary101010111101111101110
Octal25367156

Shades and tints

Shades of #AB376E

#AB376E
(171,55,110)
#9C3264
(156,50,100)
#8D2D5A
(141,45,90)
#7E2850
(126,40,80)
#6F2346
(111,35,70)
#601E3C
(96,30,60)
#511932
(81,25,50)
#421428
(66,20,40)
#330F1E
(51,15,30)
#240A14
(36,10,20)
#15050A
(21,5,10)
#000000
(0,0,0)

Tints of #AB376E

#AB376E
(171,55,110)
#B2497B
(178,73,123)
#B95B88
(185,91,136)
#C06D95
(192,109,149)
#C77FA2
(199,127,162)
#CE91AF
(206,145,175)
#D5A3BC
(213,163,188)
#DCB5C9
(220,181,201)
#E3C7D6
(227,199,214)
#EAD9E3
(234,217,227)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB376E; }

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

This text font color is #AB376E.


Background Color

.myBgColor { background-color: #AB376E; }

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

This div background color is #AB376E.


Border color

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

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

This div border color is #AB376E.


Opacity

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

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

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

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

This text has shadow with #AB376E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB376E on black background.


Color preview on white background

This text has color #AB376E on white background.



Black color preview on #AB376E background

This text has black color on #AB376E background.


White color preview on #AB376E background

This text has white color on #AB376E background.