COLOR #AB7CCD

HEX: #AB7CCD
RGB: (171,124,205)

Color info

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

RGB color model

#AB7CCD color RGB value is (171,124,205).

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

RGB channels and saturation

R 171 of 255 = 67%
G 124 of 255 = 49%
B 205 of 255 = 80%

171
124
205

R + G + B ~ 65%. #AB7CCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 124 + 205 = 500 (100%)
R 171 of 500 ~ 34.2%
G 124 of 500 ~ 24.8%
B 205 of 500 ~ 41%

%34.2
%24.8
%41

CMYK color model

#AB7CCD color CMYK value is (17,40,0,20).

  • cyan value is 16.59%
  • magenta value is 39.51%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(17,40,0,20)
C17M40Y0K20 
(17%,40%,0%,20%)
(0.17/0.40/0.00/0.20)	

CMYK percentages

%16.59
%39.51
%0
%19.61

Codes

Color #AB7CCD in popluar color models

AB7CCD
RGB171124205
HSL275°44.75%64.51%
HSB/HSV275°39.51%80.39%
CMYK16.59%39.51%0.00%
19.61%

Color #AB7CCD in popluar number systems.

HEXAB7CCD
Decimal171124205
Binary10101011111110011001101
Octal253174315

Shades and tints

Shades of #AB7CCD

#AB7CCD
(171,124,205)
#9C71BB
(156,113,187)
#8D66A9
(141,102,169)
#7E5B97
(126,91,151)
#6F5085
(111,80,133)
#604573
(96,69,115)
#513A61
(81,58,97)
#422F4F
(66,47,79)
#33243D
(51,36,61)
#24192B
(36,25,43)
#150E19
(21,14,25)
#000000
(0,0,0)

Tints of #AB7CCD

#AB7CCD
(171,124,205)
#B287D1
(178,135,209)
#B992D5
(185,146,213)
#C09DD9
(192,157,217)
#C7A8DD
(199,168,221)
#CEB3E1
(206,179,225)
#D5BEE5
(213,190,229)
#DCC9E9
(220,201,233)
#E3D4ED
(227,212,237)
#EADFF1
(234,223,241)
#F1EAF5
(241,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7CCD; }

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

This text font color is #AB7CCD.


Background Color

.myBgColor { background-color: #AB7CCD; }

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

This div background color is #AB7CCD.


Border color

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

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

This div border color is #AB7CCD.


Opacity

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

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

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

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

This text has shadow with #AB7CCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7CCD on black background.


Color preview on white background

This text has color #AB7CCD on white background.



Black color preview on #AB7CCD background

This text has black color on #AB7CCD background.


White color preview on #AB7CCD background

This text has white color on #AB7CCD background.