COLOR #AB97E7

HEX: #AB97E7
RGB: (171,151,231)

Color info

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

RGB color model

#AB97E7 color RGB value is (171,151,231).

  • red value is 171;
  • green value is 151;
  • blue value is 231.
RGB:
(171,151,231)
(67%,59%,91%)

RGB channels and saturation

R 171 of 255 = 67%
G 151 of 255 = 59%
B 231 of 255 = 91%

171
151
231

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

Portions of RGB colors in percentages

R + G + B =
171 + 151 + 231 = 553 (100%)
R 171 of 553 ~ 30.92%
G 151 of 553 ~ 27.31%
B 231 of 553 ~ 41.77%

%30.92
%27.31
%41.77

CMYK color model

#AB97E7 color CMYK value is (26,35,0,9).

  • cyan value is 25.97%
  • magenta value is 34.63%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(26,35,0,9)
C26M35Y0K9 
(26%,35%,0%,9%)
(0.26/0.35/0.00/0.09)	

CMYK percentages

%25.97
%34.63
%0
%9.41

Codes

Color #AB97E7 in popluar color models

AB97E7
RGB171151231
HSL255°62.50%74.90%
HSB/HSV255°34.63%90.59%
CMYK25.97%34.63%0.00%
9.41%

Color #AB97E7 in popluar number systems.

HEXAB97E7
Decimal171151231
Binary101010111001011111100111
Octal253227347

Shades and tints

Shades of #AB97E7

#AB97E7
(171,151,231)
#9C8AD2
(156,138,210)
#8D7DBD
(141,125,189)
#7E70A8
(126,112,168)
#6F6393
(111,99,147)
#60567E
(96,86,126)
#514969
(81,73,105)
#423C54
(66,60,84)
#332F3F
(51,47,63)
#24222A
(36,34,42)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #AB97E7

#AB97E7
(171,151,231)
#B2A0E9
(178,160,233)
#B9A9EB
(185,169,235)
#C0B2ED
(192,178,237)
#C7BBEF
(199,187,239)
#CEC4F1
(206,196,241)
#D5CDF3
(213,205,243)
#DCD6F5
(220,214,245)
#E3DFF7
(227,223,247)
#EAE8F9
(234,232,249)
#F1F1FB
(241,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB97E7 color. Also use rgb(171,151,231) instead hex code.

Text Font Color

.myTextColor { color: #AB97E7; }

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

This text font color is #AB97E7.


Background Color

.myBgColor { background-color: #AB97E7; }

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

This div background color is #AB97E7.


Border color

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

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

This div border color is #AB97E7.


Opacity

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

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

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

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

This text has shadow with #AB97E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB97E7 on black background.


Color preview on white background

This text has color #AB97E7 on white background.



Black color preview on #AB97E7 background

This text has black color on #AB97E7 background.


White color preview on #AB97E7 background

This text has white color on #AB97E7 background.