COLOR #AB9EC5

HEX: #AB9EC5
RGB: (171,158,197)

Color info

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

RGB color model

#AB9EC5 color RGB value is (171,158,197).

  • red value is 171;
  • green value is 158;
  • blue value is 197.
RGB:
(171,158,197)
(67%,62%,77%)

RGB channels and saturation

R 171 of 255 = 67%
G 158 of 255 = 62%
B 197 of 255 = 77%

171
158
197

R + G + B ~ 69%. #AB9EC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 158 + 197 = 526 (100%)
R 171 of 526 ~ 32.51%
G 158 of 526 ~ 30.04%
B 197 of 526 ~ 37.45%

%32.51
%30.04
%37.45

CMYK color model

#AB9EC5 color CMYK value is (13,20,0,23).

  • cyan value is 13.20%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(13,20,0,23)
C13M20Y0K23 
(13%,20%,0%,23%)
(0.13/0.20/0.00/0.23)	

CMYK percentages

%13.2
%19.8
%0
%22.75

Codes

Color #AB9EC5 in popluar color models

AB9EC5
RGB171158197
HSL260°25.16%69.61%
HSB/HSV260°19.80%77.25%
CMYK13.20%19.80%0.00%
22.75%

Color #AB9EC5 in popluar number systems.

HEXAB9EC5
Decimal171158197
Binary101010111001111011000101
Octal253236305

Shades and tints

Shades of #AB9EC5

#AB9EC5
(171,158,197)
#9C90B4
(156,144,180)
#8D82A3
(141,130,163)
#7E7492
(126,116,146)
#6F6681
(111,102,129)
#605870
(96,88,112)
#514A5F
(81,74,95)
#423C4E
(66,60,78)
#332E3D
(51,46,61)
#24202C
(36,32,44)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #AB9EC5

#AB9EC5
(171,158,197)
#B2A6CA
(178,166,202)
#B9AECF
(185,174,207)
#C0B6D4
(192,182,212)
#C7BED9
(199,190,217)
#CEC6DE
(206,198,222)
#D5CEE3
(213,206,227)
#DCD6E8
(220,214,232)
#E3DEED
(227,222,237)
#EAE6F2
(234,230,242)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9EC5 color. Also use rgb(171,158,197) instead hex code.

Text Font Color

.myTextColor { color: #AB9EC5; }

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

This text font color is #AB9EC5.


Background Color

.myBgColor { background-color: #AB9EC5; }

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

This div background color is #AB9EC5.


Border color

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

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

This div border color is #AB9EC5.


Opacity

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

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

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

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

This text has shadow with #AB9EC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9EC5 on black background.


Color preview on white background

This text has color #AB9EC5 on white background.



Black color preview on #AB9EC5 background

This text has black color on #AB9EC5 background.


White color preview on #AB9EC5 background

This text has white color on #AB9EC5 background.