COLOR #AB6783

HEX: #AB6783 RGB: (171,103,131)

Color info

#AB6783 contains mainly red and blue colors. Web safe color of #AB6783 is #996699 (or #969).

RGB color model

#AB6783 color RGB value is (171,103,131).

RGB: (171,103,131) (67%, 40%, 51%)

RGB channels and saturation

R 171 of 255 = 67%
G 103 of 255 = 40%
B 131 of 255 = 51%

171
103
131

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

Portions of RGB colors in percentages

R + G + B = 171 + 103 + 131 = 405 (100%)
R 171 of 405 ~ 42.22%
G 103 of 405 ~ 25.43%
B 131 of 405 ~ 32.35'%

%42.22
%25.43
%32.35

CMYK color model

#AB6783 color CMYK value is (0,40,23,33).

  • cyan value is 0.00%
  • magenta value is 39.77%
  • yellow value is 23.39%
  • key color value is 32.94%

CMYK: (0,40,23,33)
C0M40Y23K33 (0%, 40%, 23%, 33%)
(0.00 / 0.40 / 0.23 / 0.33)

CMYK percentages

%0
%39.77
%23.39
%32.94

Codes

Color #AB6783 in popluar color models

AB 67 83
RGB 171 103 131
HSL 335° 28.81% 53.73%
HSB/HSV 335° 39.77% 67.06%
CMYK 0.00% 39.77% 23.39%
32.94%

Color #AB6783 in popluar number systems.

HEX AB 67 83
Decimal 171 103 131
Binary 10101011 1100111 10000011
Octal 253 147 203

Shades and tints

Shades of #AB6783

#AB6783
(171,103,131)
#9C5E78
(156,94,120)
#8D556D
(141,85,109)
#7E4C62
(126,76,98)
#6F4357
(111,67,87)
#603A4C
(96,58,76)
#513141
(81,49,65)
#422836
(66,40,54)
#331F2B
(51,31,43)
#241620
(36,22,32)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #AB6783

#AB6783
(171,103,131)
#B2748E
(178,116,142)
#B98199
(185,129,153)
#C08EA4
(192,142,164)
#C79BAF
(199,155,175)
#CEA8BA
(206,168,186)
#D5B5C5
(213,181,197)
#DCC2D0
(220,194,208)
#E3CFDB
(227,207,219)
#EADCE6
(234,220,230)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6783; }

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

This text font color is #AB6783.

Background Color

.myBgColor { background-color: #AB6783; }

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

This div background color is #AB6783.

Border color

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

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

This div border color is #AB6783.

Opacity

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

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

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

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

This text has shadow with #AB6783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6783.

Preview

Color preview on black background

This text has color #AB6783 on black background.


Color preview on white background

This text has color #AB6783 on white background.


Black color preview on #AB6783 background

This text has black color on #AB6783 background.


White color preview on #AB6783 background

This text has white color on #AB6783 background.


Related colors

Complementary color

Complementary color for #hex is #54987C.


I love getcolorcode.com

Triadic colors

1 #83AB67 and #6783AB with #AB6783 are triadic colors.

2 #8367AB and #67AB83 with #AB6783 are triadic colors.