COLOR #AB78BA

HEX: #AB78BA
RGB: (171,120,186)

Color info

#AB78BA contains mainly red and blue colors. Web safe color of #AB78BA is #9966CC (or #96C).

RGB color model

#AB78BA color RGB value is (171,120,186).

  • red value is 171;
  • green value is 120;
  • blue value is 186.
RGB:
(171,120,186)
(67%,47%,73%)

RGB channels and saturation

R 171 of 255 = 67%
G 120 of 255 = 47%
B 186 of 255 = 73%

171
120
186

R + G + B ~ 62%. #AB78BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 120 + 186 = 477 (100%)
R 171 of 477 ~ 35.85%
G 120 of 477 ~ 25.16%
B 186 of 477 ~ 38.99%

%35.85
%25.16
%38.99

CMYK color model

#AB78BA color CMYK value is (8,35,0,27).

  • cyan value is 8.06%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(8,35,0,27)
C8M35Y0K27 
(8%,35%,0%,27%)
(0.08/0.35/0.00/0.27)	

CMYK percentages

%8.06
%35.48
%0
%27.06

Codes

Color #AB78BA in popluar color models

AB78BA
RGB171120186
HSL286°32.35%60.00%
HSB/HSV286°35.48%72.94%
CMYK8.06%35.48%0.00%
27.06%

Color #AB78BA in popluar number systems.

HEXAB78BA
Decimal171120186
Binary10101011111100010111010
Octal253170272

Shades and tints

Shades of #AB78BA

#AB78BA
(171,120,186)
#9C6EAA
(156,110,170)
#8D649A
(141,100,154)
#7E5A8A
(126,90,138)
#6F507A
(111,80,122)
#60466A
(96,70,106)
#513C5A
(81,60,90)
#42324A
(66,50,74)
#33283A
(51,40,58)
#241E2A
(36,30,42)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #AB78BA

#AB78BA
(171,120,186)
#B284C0
(178,132,192)
#B990C6
(185,144,198)
#C09CCC
(192,156,204)
#C7A8D2
(199,168,210)
#CEB4D8
(206,180,216)
#D5C0DE
(213,192,222)
#DCCCE4
(220,204,228)
#E3D8EA
(227,216,234)
#EAE4F0
(234,228,240)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB78BA color. Also use rgb(171,120,186) instead hex code.

Text Font Color

.myTextColor { color: #AB78BA; }

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

This text font color is #AB78BA.


Background Color

.myBgColor { background-color: #AB78BA; }

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

This div background color is #AB78BA.


Border color

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

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

This div border color is #AB78BA.


Opacity

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

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

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

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

This text has shadow with #AB78BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB78BA on black background.


Color preview on white background

This text has color #AB78BA on white background.



Black color preview on #AB78BA background

This text has black color on #AB78BA background.


White color preview on #AB78BA background

This text has white color on #AB78BA background.