COLOR #AB7DB6

HEX: #AB7DB6
RGB: (171,125,182)

Color info

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

RGB color model

#AB7DB6 color RGB value is (171,125,182).

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

RGB channels and saturation

R 171 of 255 = 67%
G 125 of 255 = 49%
B 182 of 255 = 71%

171
125
182

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

Portions of RGB colors in percentages

R + G + B =
171 + 125 + 182 = 478 (100%)
R 171 of 478 ~ 35.77%
G 125 of 478 ~ 26.15%
B 182 of 478 ~ 38.08%

%35.77
%26.15
%38.08

CMYK color model

#AB7DB6 color CMYK value is (6,31,0,29).

  • cyan value is 6.04%
  • magenta value is 31.32%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(6,31,0,29)
C6M31Y0K29 
(6%,31%,0%,29%)
(0.06/0.31/0.00/0.29)	

CMYK percentages

%6.04
%31.32
%0
%28.63

Codes

Color #AB7DB6 in popluar color models

AB7DB6
RGB171125182
HSL288°28.08%60.20%
HSB/HSV288°31.32%71.37%
CMYK6.04%31.32%0.00%
28.63%

Color #AB7DB6 in popluar number systems.

HEXAB7DB6
Decimal171125182
Binary10101011111110110110110
Octal253175266

Shades and tints

Shades of #AB7DB6

#AB7DB6
(171,125,182)
#9C72A6
(156,114,166)
#8D6796
(141,103,150)
#7E5C86
(126,92,134)
#6F5176
(111,81,118)
#604666
(96,70,102)
#513B56
(81,59,86)
#423046
(66,48,70)
#332536
(51,37,54)
#241A26
(36,26,38)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #AB7DB6

#AB7DB6
(171,125,182)
#B288BC
(178,136,188)
#B993C2
(185,147,194)
#C09EC8
(192,158,200)
#C7A9CE
(199,169,206)
#CEB4D4
(206,180,212)
#D5BFDA
(213,191,218)
#DCCAE0
(220,202,224)
#E3D5E6
(227,213,230)
#EAE0EC
(234,224,236)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7DB6; }

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

This text font color is #AB7DB6.


Background Color

.myBgColor { background-color: #AB7DB6; }

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

This div background color is #AB7DB6.


Border color

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

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

This div border color is #AB7DB6.


Opacity

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

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

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

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

This text has shadow with #AB7DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7DB6 on black background.


Color preview on white background

This text has color #AB7DB6 on white background.



Black color preview on #AB7DB6 background

This text has black color on #AB7DB6 background.


White color preview on #AB7DB6 background

This text has white color on #AB7DB6 background.