COLOR #AB8BCD

HEX: #AB8BCD
RGB: (171,139,205)

Color info

#AB8BCD contains mainly red and blue colors. Web safe color of #AB8BCD is #9999CC (or #99C).

RGB color model

#AB8BCD color RGB value is (171,139,205).

  • red value is 171;
  • green value is 139;
  • blue value is 205.
RGB:
(171,139,205)
(67%,55%,80%)

RGB channels and saturation

R 171 of 255 = 67%
G 139 of 255 = 55%
B 205 of 255 = 80%

171
139
205

R + G + B ~ 67%. #AB8BCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 139 + 205 = 515 (100%)
R 171 of 515 ~ 33.2%
G 139 of 515 ~ 26.99%
B 205 of 515 ~ 39.81%

%33.2
%26.99
%39.81

CMYK color model

#AB8BCD color CMYK value is (17,32,0,20).

  • cyan value is 16.59%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(17,32,0,20)
C17M32Y0K20 
(17%,32%,0%,20%)
(0.17/0.32/0.00/0.20)	

CMYK percentages

%16.59
%32.2
%0
%19.61

Codes

Color #AB8BCD in popluar color models

AB8BCD
RGB171139205
HSL269°39.76%67.45%
HSB/HSV269°32.20%80.39%
CMYK16.59%32.20%0.00%
19.61%

Color #AB8BCD in popluar number systems.

HEXAB8BCD
Decimal171139205
Binary101010111000101111001101
Octal253213315

Shades and tints

Shades of #AB8BCD

#AB8BCD
(171,139,205)
#9C7FBB
(156,127,187)
#8D73A9
(141,115,169)
#7E6797
(126,103,151)
#6F5B85
(111,91,133)
#604F73
(96,79,115)
#514361
(81,67,97)
#42374F
(66,55,79)
#332B3D
(51,43,61)
#241F2B
(36,31,43)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #AB8BCD

#AB8BCD
(171,139,205)
#B295D1
(178,149,209)
#B99FD5
(185,159,213)
#C0A9D9
(192,169,217)
#C7B3DD
(199,179,221)
#CEBDE1
(206,189,225)
#D5C7E5
(213,199,229)
#DCD1E9
(220,209,233)
#E3DBED
(227,219,237)
#EAE5F1
(234,229,241)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8BCD color. Also use rgb(171,139,205) instead hex code.

Text Font Color

.myTextColor { color: #AB8BCD; }

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

This text font color is #AB8BCD.


Background Color

.myBgColor { background-color: #AB8BCD; }

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

This div background color is #AB8BCD.


Border color

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

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

This div border color is #AB8BCD.


Opacity

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

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

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

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

This text has shadow with #AB8BCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8BCD on black background.


Color preview on white background

This text has color #AB8BCD on white background.



Black color preview on #AB8BCD background

This text has black color on #AB8BCD background.


White color preview on #AB8BCD background

This text has white color on #AB8BCD background.