COLOR #AB7BD3

HEX: #AB7BD3
RGB: (171,123,211)

Color info

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

RGB color model

#AB7BD3 color RGB value is (171,123,211).

  • red value is 171;
  • green value is 123;
  • blue value is 211.
RGB:
(171,123,211)
(67%,48%,83%)

RGB channels and saturation

R 171 of 255 = 67%
G 123 of 255 = 48%
B 211 of 255 = 83%

171
123
211

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

Portions of RGB colors in percentages

R + G + B =
171 + 123 + 211 = 505 (100%)
R 171 of 505 ~ 33.86%
G 123 of 505 ~ 24.36%
B 211 of 505 ~ 41.78%

%33.86
%24.36
%41.78

CMYK color model

#AB7BD3 color CMYK value is (19,42,0,17).

  • cyan value is 18.96%
  • magenta value is 41.71%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(19,42,0,17)
C19M42Y0K17 
(19%,42%,0%,17%)
(0.19/0.42/0.00/0.17)	

CMYK percentages

%18.96
%41.71
%0
%17.25

Codes

Color #AB7BD3 in popluar color models

AB7BD3
RGB171123211
HSL273°50.00%65.49%
HSB/HSV273°41.71%82.75%
CMYK18.96%41.71%0.00%
17.25%

Color #AB7BD3 in popluar number systems.

HEXAB7BD3
Decimal171123211
Binary10101011111101111010011
Octal253173323

Shades and tints

Shades of #AB7BD3

#AB7BD3
(171,123,211)
#9C70C0
(156,112,192)
#8D65AD
(141,101,173)
#7E5A9A
(126,90,154)
#6F4F87
(111,79,135)
#604474
(96,68,116)
#513961
(81,57,97)
#422E4E
(66,46,78)
#33233B
(51,35,59)
#241828
(36,24,40)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #AB7BD3

#AB7BD3
(171,123,211)
#B287D7
(178,135,215)
#B993DB
(185,147,219)
#C09FDF
(192,159,223)
#C7ABE3
(199,171,227)
#CEB7E7
(206,183,231)
#D5C3EB
(213,195,235)
#DCCFEF
(220,207,239)
#E3DBF3
(227,219,243)
#EAE7F7
(234,231,247)
#F1F3FB
(241,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7BD3 color. Also use rgb(171,123,211) instead hex code.

Text Font Color

.myTextColor { color: #AB7BD3; }

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

This text font color is #AB7BD3.


Background Color

.myBgColor { background-color: #AB7BD3; }

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

This div background color is #AB7BD3.


Border color

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

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

This div border color is #AB7BD3.


Opacity

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

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

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

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

This text has shadow with #AB7BD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7BD3 on black background.


Color preview on white background

This text has color #AB7BD3 on white background.



Black color preview on #AB7BD3 background

This text has black color on #AB7BD3 background.


White color preview on #AB7BD3 background

This text has white color on #AB7BD3 background.