COLOR #AB93C0

HEX: #AB93C0
RGB: (171,147,192)

Color info

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

RGB color model

#AB93C0 color RGB value is (171,147,192).

  • red value is 171;
  • green value is 147;
  • blue value is 192.
RGB:
(171,147,192)
(67%,58%,75%)

RGB channels and saturation

R 171 of 255 = 67%
G 147 of 255 = 58%
B 192 of 255 = 75%

171
147
192

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

Portions of RGB colors in percentages

R + G + B =
171 + 147 + 192 = 510 (100%)
R 171 of 510 ~ 33.53%
G 147 of 510 ~ 28.82%
B 192 of 510 ~ 37.65%

%33.53
%28.82
%37.65

CMYK color model

#AB93C0 color CMYK value is (11,23,0,25).

  • cyan value is 10.94%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(11,23,0,25)
C11M23Y0K25 
(11%,23%,0%,25%)
(0.11/0.23/0.00/0.25)	

CMYK percentages

%10.94
%23.44
%0
%24.71

Codes

Color #AB93C0 in popluar color models

AB93C0
RGB171147192
HSL272°26.32%66.47%
HSB/HSV272°23.44%75.29%
CMYK10.94%23.44%0.00%
24.71%

Color #AB93C0 in popluar number systems.

HEXAB93C0
Decimal171147192
Binary101010111001001111000000
Octal253223300

Shades and tints

Shades of #AB93C0

#AB93C0
(171,147,192)
#9C86AF
(156,134,175)
#8D799E
(141,121,158)
#7E6C8D
(126,108,141)
#6F5F7C
(111,95,124)
#60526B
(96,82,107)
#51455A
(81,69,90)
#423849
(66,56,73)
#332B38
(51,43,56)
#241E27
(36,30,39)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #AB93C0

#AB93C0
(171,147,192)
#B29CC5
(178,156,197)
#B9A5CA
(185,165,202)
#C0AECF
(192,174,207)
#C7B7D4
(199,183,212)
#CEC0D9
(206,192,217)
#D5C9DE
(213,201,222)
#DCD2E3
(220,210,227)
#E3DBE8
(227,219,232)
#EAE4ED
(234,228,237)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB93C0 color. Also use rgb(171,147,192) instead hex code.

Text Font Color

.myTextColor { color: #AB93C0; }

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

This text font color is #AB93C0.


Background Color

.myBgColor { background-color: #AB93C0; }

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

This div background color is #AB93C0.


Border color

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

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

This div border color is #AB93C0.


Opacity

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

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

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

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

This text has shadow with #AB93C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB93C0 on black background.


Color preview on white background

This text has color #AB93C0 on white background.



Black color preview on #AB93C0 background

This text has black color on #AB93C0 background.


White color preview on #AB93C0 background

This text has white color on #AB93C0 background.