COLOR #AB9EB2

HEX: #AB9EB2
RGB: (171,158,178)

Color info

#AB9EB2 contains red, green and blue colors in about the same proportion. Web safe color of #AB9EB2 is #999999 (or #999).

RGB color model

#AB9EB2 color RGB value is (171,158,178).

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

RGB channels and saturation

R 171 of 255 = 67%
G 158 of 255 = 62%
B 178 of 255 = 70%

171
158
178

R + G + B ~ 66%. #AB9EB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 158 + 178 = 507 (100%)
R 171 of 507 ~ 33.73%
G 158 of 507 ~ 31.16%
B 178 of 507 ~ 35.11%

%33.73
%31.16
%35.11

CMYK color model

#AB9EB2 color CMYK value is (4,11,0,30).

  • cyan value is 3.93%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,11,0,30)
C4M11Y0K30 
(4%,11%,0%,30%)
(0.04/0.11/0.00/0.30)	

CMYK percentages

%3.93
%11.24
%0
%30.2

Codes

Color #AB9EB2 in popluar color models

AB9EB2
RGB171158178
HSL279°11.49%65.88%
HSB/HSV279°11.24%69.80%
CMYK3.93%11.24%0.00%
30.20%

Color #AB9EB2 in popluar number systems.

HEXAB9EB2
Decimal171158178
Binary101010111001111010110010
Octal253236262

Shades and tints

Shades of #AB9EB2

#AB9EB2
(171,158,178)
#9C90A2
(156,144,162)
#8D8292
(141,130,146)
#7E7482
(126,116,130)
#6F6672
(111,102,114)
#605862
(96,88,98)
#514A52
(81,74,82)
#423C42
(66,60,66)
#332E32
(51,46,50)
#242022
(36,32,34)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #AB9EB2

#AB9EB2
(171,158,178)
#B2A6B9
(178,166,185)
#B9AEC0
(185,174,192)
#C0B6C7
(192,182,199)
#C7BECE
(199,190,206)
#CEC6D5
(206,198,213)
#D5CEDC
(213,206,220)
#DCD6E3
(220,214,227)
#E3DEEA
(227,222,234)
#EAE6F1
(234,230,241)
#F1EEF8
(241,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9EB2; }

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

This text font color is #AB9EB2.


Background Color

.myBgColor { background-color: #AB9EB2; }

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

This div background color is #AB9EB2.


Border color

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

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

This div border color is #AB9EB2.


Opacity

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

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

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

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

This text has shadow with #AB9EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9EB2 on black background.


Color preview on white background

This text has color #AB9EB2 on white background.



Black color preview on #AB9EB2 background

This text has black color on #AB9EB2 background.


White color preview on #AB9EB2 background

This text has white color on #AB9EB2 background.