COLOR #AB93BE

HEX: #AB93BE
RGB: (171,147,190)

Color info

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

RGB color model

#AB93BE color RGB value is (171,147,190).

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

RGB channels and saturation

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

171
147
190

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

Portions of RGB colors in percentages

R + G + B =
171 + 147 + 190 = 508 (100%)
R 171 of 508 ~ 33.66%
G 147 of 508 ~ 28.94%
B 190 of 508 ~ 37.4%

%33.66
%28.94
%37.4

CMYK color model

#AB93BE color CMYK value is (10,23,0,25).

  • cyan value is 10.00%
  • magenta value is 22.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(10,23,0,25)
C10M23Y0K25 
(10%,23%,0%,25%)
(0.10/0.23/0.00/0.25)	

CMYK percentages

%10
%22.63
%0
%25.49

Codes

Color #AB93BE in popluar color models

AB93BE
RGB171147190
HSL273°24.86%66.08%
HSB/HSV273°22.63%74.51%
CMYK10.00%22.63%0.00%
25.49%

Color #AB93BE in popluar number systems.

HEXAB93BE
Decimal171147190
Binary101010111001001110111110
Octal253223276

Shades and tints

Shades of #AB93BE

#AB93BE
(171,147,190)
#9C86AD
(156,134,173)
#8D799C
(141,121,156)
#7E6C8B
(126,108,139)
#6F5F7A
(111,95,122)
#605269
(96,82,105)
#514558
(81,69,88)
#423847
(66,56,71)
#332B36
(51,43,54)
#241E25
(36,30,37)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #AB93BE

#AB93BE
(171,147,190)
#B29CC3
(178,156,195)
#B9A5C8
(185,165,200)
#C0AECD
(192,174,205)
#C7B7D2
(199,183,210)
#CEC0D7
(206,192,215)
#D5C9DC
(213,201,220)
#DCD2E1
(220,210,225)
#E3DBE6
(227,219,230)
#EAE4EB
(234,228,235)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB93BE; }

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

This text font color is #AB93BE.


Background Color

.myBgColor { background-color: #AB93BE; }

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

This div background color is #AB93BE.


Border color

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

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

This div border color is #AB93BE.


Opacity

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

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

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

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

This text has shadow with #AB93BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB93BE on black background.


Color preview on white background

This text has color #AB93BE on white background.



Black color preview on #AB93BE background

This text has black color on #AB93BE background.


White color preview on #AB93BE background

This text has white color on #AB93BE background.