COLOR #AB70BC

HEX: #AB70BC
RGB: (171,112,188)

Color info

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

RGB color model

#AB70BC color RGB value is (171,112,188).

  • red value is 171;
  • green value is 112;
  • blue value is 188.
RGB:
(171,112,188)
(67%,44%,74%)

RGB channels and saturation

R 171 of 255 = 67%
G 112 of 255 = 44%
B 188 of 255 = 74%

171
112
188

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

Portions of RGB colors in percentages

R + G + B =
171 + 112 + 188 = 471 (100%)
R 171 of 471 ~ 36.31%
G 112 of 471 ~ 23.78%
B 188 of 471 ~ 39.92%

%36.31
%23.78
%39.92

CMYK color model

#AB70BC color CMYK value is (9,40,0,26).

  • cyan value is 9.04%
  • magenta value is 40.43%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(9,40,0,26)
C9M40Y0K26 
(9%,40%,0%,26%)
(0.09/0.40/0.00/0.26)	

CMYK percentages

%9.04
%40.43
%0
%26.27

Codes

Color #AB70BC in popluar color models

AB70BC
RGB171112188
HSL287°36.19%58.82%
HSB/HSV287°40.43%73.73%
CMYK9.04%40.43%0.00%
26.27%

Color #AB70BC in popluar number systems.

HEXAB70BC
Decimal171112188
Binary10101011111000010111100
Octal253160274

Shades and tints

Shades of #AB70BC

#AB70BC
(171,112,188)
#9C66AB
(156,102,171)
#8D5C9A
(141,92,154)
#7E5289
(126,82,137)
#6F4878
(111,72,120)
#603E67
(96,62,103)
#513456
(81,52,86)
#422A45
(66,42,69)
#332034
(51,32,52)
#241623
(36,22,35)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #AB70BC

#AB70BC
(171,112,188)
#B27DC2
(178,125,194)
#B98AC8
(185,138,200)
#C097CE
(192,151,206)
#C7A4D4
(199,164,212)
#CEB1DA
(206,177,218)
#D5BEE0
(213,190,224)
#DCCBE6
(220,203,230)
#E3D8EC
(227,216,236)
#EAE5F2
(234,229,242)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB70BC color. Also use rgb(171,112,188) instead hex code.

Text Font Color

.myTextColor { color: #AB70BC; }

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

This text font color is #AB70BC.


Background Color

.myBgColor { background-color: #AB70BC; }

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

This div background color is #AB70BC.


Border color

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

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

This div border color is #AB70BC.


Opacity

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

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

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

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

This text has shadow with #AB70BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB70BC on black background.


Color preview on white background

This text has color #AB70BC on white background.



Black color preview on #AB70BC background

This text has black color on #AB70BC background.


White color preview on #AB70BC background

This text has white color on #AB70BC background.