COLOR #AB8DC2

HEX: #AB8DC2
RGB: (171,141,194)

Color info

#AB8DC2 contains red, green and blue colors in about the same proportion. Web safe color of #AB8DC2 is #9999CC (or #99C).

RGB color model

#AB8DC2 color RGB value is (171,141,194).

  • red value is 171;
  • green value is 141;
  • blue value is 194.
RGB:
(171,141,194)
(67%,55%,76%)

RGB channels and saturation

R 171 of 255 = 67%
G 141 of 255 = 55%
B 194 of 255 = 76%

171
141
194

R + G + B ~ 66%. #AB8DC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 141 + 194 = 506 (100%)
R 171 of 506 ~ 33.79%
G 141 of 506 ~ 27.87%
B 194 of 506 ~ 38.34%

%33.79
%27.87
%38.34

CMYK color model

#AB8DC2 color CMYK value is (12,27,0,24).

  • cyan value is 11.86%
  • magenta value is 27.32%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(12,27,0,24)
C12M27Y0K24 
(12%,27%,0%,24%)
(0.12/0.27/0.00/0.24)	

CMYK percentages

%11.86
%27.32
%0
%23.92

Codes

Color #AB8DC2 in popluar color models

AB8DC2
RGB171141194
HSL274°30.29%65.69%
HSB/HSV274°27.32%76.08%
CMYK11.86%27.32%0.00%
23.92%

Color #AB8DC2 in popluar number systems.

HEXAB8DC2
Decimal171141194
Binary101010111000110111000010
Octal253215302

Shades and tints

Shades of #AB8DC2

#AB8DC2
(171,141,194)
#9C81B1
(156,129,177)
#8D75A0
(141,117,160)
#7E698F
(126,105,143)
#6F5D7E
(111,93,126)
#60516D
(96,81,109)
#51455C
(81,69,92)
#42394B
(66,57,75)
#332D3A
(51,45,58)
#242129
(36,33,41)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #AB8DC2

#AB8DC2
(171,141,194)
#B297C7
(178,151,199)
#B9A1CC
(185,161,204)
#C0ABD1
(192,171,209)
#C7B5D6
(199,181,214)
#CEBFDB
(206,191,219)
#D5C9E0
(213,201,224)
#DCD3E5
(220,211,229)
#E3DDEA
(227,221,234)
#EAE7EF
(234,231,239)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8DC2 color. Also use rgb(171,141,194) instead hex code.

Text Font Color

.myTextColor { color: #AB8DC2; }

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

This text font color is #AB8DC2.


Background Color

.myBgColor { background-color: #AB8DC2; }

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

This div background color is #AB8DC2.


Border color

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

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

This div border color is #AB8DC2.


Opacity

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

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

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

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

This text has shadow with #AB8DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8DC2 on black background.


Color preview on white background

This text has color #AB8DC2 on white background.



Black color preview on #AB8DC2 background

This text has black color on #AB8DC2 background.


White color preview on #AB8DC2 background

This text has white color on #AB8DC2 background.