COLOR #AB88F3

HEX: #AB88F3
RGB: (171,136,243)

Color info

#AB88F3 contains mainly blue color. Web safe color of #AB88F3 is #9999FF (or #99F).

RGB color model

#AB88F3 color RGB value is (171,136,243).

  • red value is 171;
  • green value is 136;
  • blue value is 243.
RGB:
(171,136,243)
(67%,53%,95%)

RGB channels and saturation

R 171 of 255 = 67%
G 136 of 255 = 53%
B 243 of 255 = 95%

171
136
243

R + G + B ~ 72%. #AB88F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 136 + 243 = 550 (100%)
R 171 of 550 ~ 31.09%
G 136 of 550 ~ 24.73%
B 243 of 550 ~ 44.18%

%31.09
%24.73
%44.18

CMYK color model

#AB88F3 color CMYK value is (30,44,0,5).

  • cyan value is 29.63%
  • magenta value is 44.03%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(30,44,0,5)
C30M44Y0K5 
(30%,44%,0%,5%)
(0.30/0.44/0.00/0.05)	

CMYK percentages

%29.63
%44.03
%0
%4.71

Codes

Color #AB88F3 in popluar color models

AB88F3
RGB171136243
HSL260°81.68%74.31%
HSB/HSV260°44.03%95.29%
CMYK29.63%44.03%0.00%
4.71%

Color #AB88F3 in popluar number systems.

HEXAB88F3
Decimal171136243
Binary101010111000100011110011
Octal253210363

Shades and tints

Shades of #AB88F3

#AB88F3
(171,136,243)
#9C7CDD
(156,124,221)
#8D70C7
(141,112,199)
#7E64B1
(126,100,177)
#6F589B
(111,88,155)
#604C85
(96,76,133)
#51406F
(81,64,111)
#423459
(66,52,89)
#332843
(51,40,67)
#241C2D
(36,28,45)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #AB88F3

#AB88F3
(171,136,243)
#B292F4
(178,146,244)
#B99CF5
(185,156,245)
#C0A6F6
(192,166,246)
#C7B0F7
(199,176,247)
#CEBAF8
(206,186,248)
#D5C4F9
(213,196,249)
#DCCEFA
(220,206,250)
#E3D8FB
(227,216,251)
#EAE2FC
(234,226,252)
#F1ECFD
(241,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB88F3 color. Also use rgb(171,136,243) instead hex code.

Text Font Color

.myTextColor { color: #AB88F3; }

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

This text font color is #AB88F3.


Background Color

.myBgColor { background-color: #AB88F3; }

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

This div background color is #AB88F3.


Border color

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

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

This div border color is #AB88F3.


Opacity

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

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

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

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

This text has shadow with #AB88F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB88F3 on black background.


Color preview on white background

This text has color #AB88F3 on white background.



Black color preview on #AB88F3 background

This text has black color on #AB88F3 background.


White color preview on #AB88F3 background

This text has white color on #AB88F3 background.