COLOR #AB98F2

HEX: #AB98F2 RGB: (171,152,242)

Color info

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

RGB color model

#AB98F2 color RGB value is (171,152,242).

RGB: (171,152,242) (67%, 60%, 95%)

RGB channels and saturation

R 171 of 255 = 67%
G 152 of 255 = 60%
B 242 of 255 = 95%

171
152
242

R + G + B ~ 74%. #AB98F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 152 + 242 = 565 (100%)
R 171 of 565 ~ 30.27%
G 152 of 565 ~ 26.9%
B 242 of 565 ~ 42.83'%

%30.27
%26.9
%42.83

CMYK color model

#AB98F2 color CMYK value is (29,37,0,5).

  • cyan value is 29.34%
  • magenta value is 37.19%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (29,37,0,5)
C29M37Y0K5 (29%, 37%, 0%, 5%)
(0.29 / 0.37 / 0.00 / 0.05)

CMYK percentages

%29.34
%37.19
%0
%5.1

Codes

Color #AB98F2 in popluar color models

AB 98 F2
RGB 171 152 242
HSL 253° 77.59% 77.25%
HSB/HSV 253° 37.19% 94.90%
CMYK 29.34% 37.19% 0.00%
5.10%

Color #AB98F2 in popluar number systems.

HEX AB 98 F2
Decimal 171 152 242
Binary 10101011 10011000 11110010
Octal 253 230 362

Shades and tints

Shades of #AB98F2

#AB98F2
(171,152,242)
#9C8BDC
(156,139,220)
#8D7EC6
(141,126,198)
#7E71B0
(126,113,176)
#6F649A
(111,100,154)
#605784
(96,87,132)
#514A6E
(81,74,110)
#423D58
(66,61,88)
#333042
(51,48,66)
#24232C
(36,35,44)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #AB98F2

#AB98F2
(171,152,242)
#B2A1F3
(178,161,243)
#B9AAF4
(185,170,244)
#C0B3F5
(192,179,245)
#C7BCF6
(199,188,246)
#CEC5F7
(206,197,247)
#D5CEF8
(213,206,248)
#DCD7F9
(220,215,249)
#E3E0FA
(227,224,250)
#EAE9FB
(234,233,251)
#F1F2FC
(241,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB98F2 color. Also use rgb(171,152,242) instead hex code.

Text Font Color

.myTextColor { color: #AB98F2; }

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

This text font color is #AB98F2.

Background Color

.myBgColor { background-color: #AB98F2; }

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

This div background color is #AB98F2.

Border color

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

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

This div border color is #AB98F2.

Opacity

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

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

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

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

This text has shadow with #AB98F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB98F2.

Preview

Color preview on black background

This text has color #AB98F2 on black background.


Color preview on white background

This text has color #AB98F2 on white background.


Black color preview on #AB98F2 background

This text has black color on #AB98F2 background.


White color preview on #AB98F2 background

This text has white color on #AB98F2 background.


Related colors

Complementary color

Complementary color for #hex is #54670D.


I love getcolorcode.com

Triadic colors

1 #F2AB98 and #98F2AB with #AB98F2 are triadic colors.

2 #F298AB and #98ABF2 with #AB98F2 are triadic colors.