COLOR #AB93B5

HEX: #AB93B5
RGB: (171,147,181)

Color info

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

RGB color model

#AB93B5 color RGB value is (171,147,181).

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

RGB channels and saturation

R 171 of 255 = 67%
G 147 of 255 = 58%
B 181 of 255 = 71%

171
147
181

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

Portions of RGB colors in percentages

R + G + B =
171 + 147 + 181 = 499 (100%)
R 171 of 499 ~ 34.27%
G 147 of 499 ~ 29.46%
B 181 of 499 ~ 36.27%

%34.27
%29.46
%36.27

CMYK color model

#AB93B5 color CMYK value is (6,19,0,29).

  • cyan value is 5.52%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(6,19,0,29)
C6M19Y0K29 
(6%,19%,0%,29%)
(0.06/0.19/0.00/0.29)	

CMYK percentages

%5.52
%18.78
%0
%29.02

Codes

Color #AB93B5 in popluar color models

AB93B5
RGB171147181
HSL282°18.68%64.31%
HSB/HSV282°18.78%70.98%
CMYK5.52%18.78%0.00%
29.02%

Color #AB93B5 in popluar number systems.

HEXAB93B5
Decimal171147181
Binary101010111001001110110101
Octal253223265

Shades and tints

Shades of #AB93B5

#AB93B5
(171,147,181)
#9C86A5
(156,134,165)
#8D7995
(141,121,149)
#7E6C85
(126,108,133)
#6F5F75
(111,95,117)
#605265
(96,82,101)
#514555
(81,69,85)
#423845
(66,56,69)
#332B35
(51,43,53)
#241E25
(36,30,37)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #AB93B5

#AB93B5
(171,147,181)
#B29CBB
(178,156,187)
#B9A5C1
(185,165,193)
#C0AEC7
(192,174,199)
#C7B7CD
(199,183,205)
#CEC0D3
(206,192,211)
#D5C9D9
(213,201,217)
#DCD2DF
(220,210,223)
#E3DBE5
(227,219,229)
#EAE4EB
(234,228,235)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB93B5; }

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

This text font color is #AB93B5.


Background Color

.myBgColor { background-color: #AB93B5; }

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

This div background color is #AB93B5.


Border color

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

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

This div border color is #AB93B5.


Opacity

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

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

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

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

This text has shadow with #AB93B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB93B5 on black background.


Color preview on white background

This text has color #AB93B5 on white background.



Black color preview on #AB93B5 background

This text has black color on #AB93B5 background.


White color preview on #AB93B5 background

This text has white color on #AB93B5 background.