COLOR #AB97C9

HEX: #AB97C9
RGB: (171,151,201)

Color info

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

RGB color model

#AB97C9 color RGB value is (171,151,201).

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

RGB channels and saturation

R 171 of 255 = 67%
G 151 of 255 = 59%
B 201 of 255 = 79%

171
151
201

R + G + B ~ 68%. #AB97C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 151 + 201 = 523 (100%)
R 171 of 523 ~ 32.7%
G 151 of 523 ~ 28.87%
B 201 of 523 ~ 38.43%

%32.7
%28.87
%38.43

CMYK color model

#AB97C9 color CMYK value is (15,25,0,21).

  • cyan value is 14.93%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(15,25,0,21)
C15M25Y0K21 
(15%,25%,0%,21%)
(0.15/0.25/0.00/0.21)	

CMYK percentages

%14.93
%24.88
%0
%21.18

Codes

Color #AB97C9 in popluar color models

AB97C9
RGB171151201
HSL264°31.65%69.02%
HSB/HSV264°24.88%78.82%
CMYK14.93%24.88%0.00%
21.18%

Color #AB97C9 in popluar number systems.

HEXAB97C9
Decimal171151201
Binary101010111001011111001001
Octal253227311

Shades and tints

Shades of #AB97C9

#AB97C9
(171,151,201)
#9C8AB7
(156,138,183)
#8D7DA5
(141,125,165)
#7E7093
(126,112,147)
#6F6381
(111,99,129)
#60566F
(96,86,111)
#51495D
(81,73,93)
#423C4B
(66,60,75)
#332F39
(51,47,57)
#242227
(36,34,39)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #AB97C9

#AB97C9
(171,151,201)
#B2A0CD
(178,160,205)
#B9A9D1
(185,169,209)
#C0B2D5
(192,178,213)
#C7BBD9
(199,187,217)
#CEC4DD
(206,196,221)
#D5CDE1
(213,205,225)
#DCD6E5
(220,214,229)
#E3DFE9
(227,223,233)
#EAE8ED
(234,232,237)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB97C9; }

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

This text font color is #AB97C9.


Background Color

.myBgColor { background-color: #AB97C9; }

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

This div background color is #AB97C9.


Border color

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

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

This div border color is #AB97C9.


Opacity

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

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

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

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

This text has shadow with #AB97C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB97C9 on black background.


Color preview on white background

This text has color #AB97C9 on white background.



Black color preview on #AB97C9 background

This text has black color on #AB97C9 background.


White color preview on #AB97C9 background

This text has white color on #AB97C9 background.