COLOR #AB90B2

HEX: #AB90B2
RGB: (171,144,178)

Color info

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

RGB color model

#AB90B2 color RGB value is (171,144,178).

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

RGB channels and saturation

R 171 of 255 = 67%
G 144 of 255 = 56%
B 178 of 255 = 70%

171
144
178

R + G + B ~ 64%. #AB90B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 144 + 178 = 493 (100%)
R 171 of 493 ~ 34.69%
G 144 of 493 ~ 29.21%
B 178 of 493 ~ 36.11%

%34.69
%29.21
%36.11

CMYK color model

#AB90B2 color CMYK value is (4,19,0,30).

  • cyan value is 3.93%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,19,0,30)
C4M19Y0K30 
(4%,19%,0%,30%)
(0.04/0.19/0.00/0.30)	

CMYK percentages

%3.93
%19.1
%0
%30.2

Codes

Color #AB90B2 in popluar color models

AB90B2
RGB171144178
HSL288°18.09%63.14%
HSB/HSV288°19.10%69.80%
CMYK3.93%19.10%0.00%
30.20%

Color #AB90B2 in popluar number systems.

HEXAB90B2
Decimal171144178
Binary101010111001000010110010
Octal253220262

Shades and tints

Shades of #AB90B2

#AB90B2
(171,144,178)
#9C83A2
(156,131,162)
#8D7692
(141,118,146)
#7E6982
(126,105,130)
#6F5C72
(111,92,114)
#604F62
(96,79,98)
#514252
(81,66,82)
#423542
(66,53,66)
#332832
(51,40,50)
#241B22
(36,27,34)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #AB90B2

#AB90B2
(171,144,178)
#B29AB9
(178,154,185)
#B9A4C0
(185,164,192)
#C0AEC7
(192,174,199)
#C7B8CE
(199,184,206)
#CEC2D5
(206,194,213)
#D5CCDC
(213,204,220)
#DCD6E3
(220,214,227)
#E3E0EA
(227,224,234)
#EAEAF1
(234,234,241)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB90B2; }

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

This text font color is #AB90B2.


Background Color

.myBgColor { background-color: #AB90B2; }

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

This div background color is #AB90B2.


Border color

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

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

This div border color is #AB90B2.


Opacity

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

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

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

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

This text has shadow with #AB90B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB90B2 on black background.


Color preview on white background

This text has color #AB90B2 on white background.



Black color preview on #AB90B2 background

This text has black color on #AB90B2 background.


White color preview on #AB90B2 background

This text has white color on #AB90B2 background.