COLOR #AB93BB

HEX: #AB93BB
RGB: (171,147,187)

Color info

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

RGB color model

#AB93BB color RGB value is (171,147,187).

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

RGB channels and saturation

R 171 of 255 = 67%
G 147 of 255 = 58%
B 187 of 255 = 73%

171
147
187

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

Portions of RGB colors in percentages

R + G + B =
171 + 147 + 187 = 505 (100%)
R 171 of 505 ~ 33.86%
G 147 of 505 ~ 29.11%
B 187 of 505 ~ 37.03%

%33.86
%29.11
%37.03

CMYK color model

#AB93BB color CMYK value is (9,21,0,27).

  • cyan value is 8.56%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(9,21,0,27)
C9M21Y0K27 
(9%,21%,0%,27%)
(0.09/0.21/0.00/0.27)	

CMYK percentages

%8.56
%21.39
%0
%26.67

Codes

Color #AB93BB in popluar color models

AB93BB
RGB171147187
HSL276°22.73%65.49%
HSB/HSV276°21.39%73.33%
CMYK8.56%21.39%0.00%
26.67%

Color #AB93BB in popluar number systems.

HEXAB93BB
Decimal171147187
Binary101010111001001110111011
Octal253223273

Shades and tints

Shades of #AB93BB

#AB93BB
(171,147,187)
#9C86AA
(156,134,170)
#8D7999
(141,121,153)
#7E6C88
(126,108,136)
#6F5F77
(111,95,119)
#605266
(96,82,102)
#514555
(81,69,85)
#423844
(66,56,68)
#332B33
(51,43,51)
#241E22
(36,30,34)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #AB93BB

#AB93BB
(171,147,187)
#B29CC1
(178,156,193)
#B9A5C7
(185,165,199)
#C0AECD
(192,174,205)
#C7B7D3
(199,183,211)
#CEC0D9
(206,192,217)
#D5C9DF
(213,201,223)
#DCD2E5
(220,210,229)
#E3DBEB
(227,219,235)
#EAE4F1
(234,228,241)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB93BB; }

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

This text font color is #AB93BB.


Background Color

.myBgColor { background-color: #AB93BB; }

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

This div background color is #AB93BB.


Border color

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

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

This div border color is #AB93BB.


Opacity

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

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

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

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

This text has shadow with #AB93BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB93BB on black background.


Color preview on white background

This text has color #AB93BB on white background.



Black color preview on #AB93BB background

This text has black color on #AB93BB background.


White color preview on #AB93BB background

This text has white color on #AB93BB background.