COLOR #AB7DCF

HEX: #AB7DCF
RGB: (171,125,207)

Color info

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

RGB color model

#AB7DCF color RGB value is (171,125,207).

  • red value is 171;
  • green value is 125;
  • blue value is 207.
RGB:
(171,125,207)
(67%,49%,81%)

RGB channels and saturation

R 171 of 255 = 67%
G 125 of 255 = 49%
B 207 of 255 = 81%

171
125
207

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

Portions of RGB colors in percentages

R + G + B =
171 + 125 + 207 = 503 (100%)
R 171 of 503 ~ 34%
G 125 of 503 ~ 24.85%
B 207 of 503 ~ 41.15%

%34
%24.85
%41.15

CMYK color model

#AB7DCF color CMYK value is (17,40,0,19).

  • cyan value is 17.39%
  • magenta value is 39.61%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(17,40,0,19)
C17M40Y0K19 
(17%,40%,0%,19%)
(0.17/0.40/0.00/0.19)	

CMYK percentages

%17.39
%39.61
%0
%18.82

Codes

Color #AB7DCF in popluar color models

AB7DCF
RGB171125207
HSL274°46.07%65.10%
HSB/HSV274°39.61%81.18%
CMYK17.39%39.61%0.00%
18.82%

Color #AB7DCF in popluar number systems.

HEXAB7DCF
Decimal171125207
Binary10101011111110111001111
Octal253175317

Shades and tints

Shades of #AB7DCF

#AB7DCF
(171,125,207)
#9C72BD
(156,114,189)
#8D67AB
(141,103,171)
#7E5C99
(126,92,153)
#6F5187
(111,81,135)
#604675
(96,70,117)
#513B63
(81,59,99)
#423051
(66,48,81)
#33253F
(51,37,63)
#241A2D
(36,26,45)
#150F1B
(21,15,27)
#000000
(0,0,0)

Tints of #AB7DCF

#AB7DCF
(171,125,207)
#B288D3
(178,136,211)
#B993D7
(185,147,215)
#C09EDB
(192,158,219)
#C7A9DF
(199,169,223)
#CEB4E3
(206,180,227)
#D5BFE7
(213,191,231)
#DCCAEB
(220,202,235)
#E3D5EF
(227,213,239)
#EAE0F3
(234,224,243)
#F1EBF7
(241,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7DCF color. Also use rgb(171,125,207) instead hex code.

Text Font Color

.myTextColor { color: #AB7DCF; }

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

This text font color is #AB7DCF.


Background Color

.myBgColor { background-color: #AB7DCF; }

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

This div background color is #AB7DCF.


Border color

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

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

This div border color is #AB7DCF.


Opacity

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

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

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

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

This text has shadow with #AB7DCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7DCF on black background.


Color preview on white background

This text has color #AB7DCF on white background.



Black color preview on #AB7DCF background

This text has black color on #AB7DCF background.


White color preview on #AB7DCF background

This text has white color on #AB7DCF background.