COLOR #AB98DE

HEX: #AB98DE
RGB: (171,152,222)

Color info

#AB98DE contains mainly red and blue colors. Web safe color of #AB98DE is #9999CC (or #99C).

RGB color model

#AB98DE color RGB value is (171,152,222).

  • red value is 171;
  • green value is 152;
  • blue value is 222.
RGB:
(171,152,222)
(67%,60%,87%)

RGB channels and saturation

R 171 of 255 = 67%
G 152 of 255 = 60%
B 222 of 255 = 87%

171
152
222

R + G + B ~ 71%. #AB98DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 152 + 222 = 545 (100%)
R 171 of 545 ~ 31.38%
G 152 of 545 ~ 27.89%
B 222 of 545 ~ 40.73%

%31.38
%27.89
%40.73

CMYK color model

#AB98DE color CMYK value is (23,32,0,13).

  • cyan value is 22.97%
  • magenta value is 31.53%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(23,32,0,13)
C23M32Y0K13 
(23%,32%,0%,13%)
(0.23/0.32/0.00/0.13)	

CMYK percentages

%22.97
%31.53
%0
%12.94

Codes

Color #AB98DE in popluar color models

AB98DE
RGB171152222
HSL256°51.47%73.33%
HSB/HSV256°31.53%87.06%
CMYK22.97%31.53%0.00%
12.94%

Color #AB98DE in popluar number systems.

HEXAB98DE
Decimal171152222
Binary101010111001100011011110
Octal253230336

Shades and tints

Shades of #AB98DE

#AB98DE
(171,152,222)
#9C8BCA
(156,139,202)
#8D7EB6
(141,126,182)
#7E71A2
(126,113,162)
#6F648E
(111,100,142)
#60577A
(96,87,122)
#514A66
(81,74,102)
#423D52
(66,61,82)
#33303E
(51,48,62)
#24232A
(36,35,42)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #AB98DE

#AB98DE
(171,152,222)
#B2A1E1
(178,161,225)
#B9AAE4
(185,170,228)
#C0B3E7
(192,179,231)
#C7BCEA
(199,188,234)
#CEC5ED
(206,197,237)
#D5CEF0
(213,206,240)
#DCD7F3
(220,215,243)
#E3E0F6
(227,224,246)
#EAE9F9
(234,233,249)
#F1F2FC
(241,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB98DE; }

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

This text font color is #AB98DE.


Background Color

.myBgColor { background-color: #AB98DE; }

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

This div background color is #AB98DE.


Border color

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

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

This div border color is #AB98DE.


Opacity

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

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

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

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

This text has shadow with #AB98DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB98DE on black background.


Color preview on white background

This text has color #AB98DE on white background.



Black color preview on #AB98DE background

This text has black color on #AB98DE background.


White color preview on #AB98DE background

This text has white color on #AB98DE background.