COLOR #AB90C0

HEX: #AB90C0
RGB: (171,144,192)

Color info

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

RGB color model

#AB90C0 color RGB value is (171,144,192).

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

RGB channels and saturation

R 171 of 255 = 67%
G 144 of 255 = 56%
B 192 of 255 = 75%

171
144
192

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

Portions of RGB colors in percentages

R + G + B =
171 + 144 + 192 = 507 (100%)
R 171 of 507 ~ 33.73%
G 144 of 507 ~ 28.4%
B 192 of 507 ~ 37.87%

%33.73
%28.4
%37.87

CMYK color model

#AB90C0 color CMYK value is (11,25,0,25).

  • cyan value is 10.94%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(11,25,0,25)
C11M25Y0K25 
(11%,25%,0%,25%)
(0.11/0.25/0.00/0.25)	

CMYK percentages

%10.94
%25
%0
%24.71

Codes

Color #AB90C0 in popluar color models

AB90C0
RGB171144192
HSL274°27.59%65.88%
HSB/HSV274°25.00%75.29%
CMYK10.94%25.00%0.00%
24.71%

Color #AB90C0 in popluar number systems.

HEXAB90C0
Decimal171144192
Binary101010111001000011000000
Octal253220300

Shades and tints

Shades of #AB90C0

#AB90C0
(171,144,192)
#9C83AF
(156,131,175)
#8D769E
(141,118,158)
#7E698D
(126,105,141)
#6F5C7C
(111,92,124)
#604F6B
(96,79,107)
#51425A
(81,66,90)
#423549
(66,53,73)
#332838
(51,40,56)
#241B27
(36,27,39)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #AB90C0

#AB90C0
(171,144,192)
#B29AC5
(178,154,197)
#B9A4CA
(185,164,202)
#C0AECF
(192,174,207)
#C7B8D4
(199,184,212)
#CEC2D9
(206,194,217)
#D5CCDE
(213,204,222)
#DCD6E3
(220,214,227)
#E3E0E8
(227,224,232)
#EAEAED
(234,234,237)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB90C0; }

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

This text font color is #AB90C0.


Background Color

.myBgColor { background-color: #AB90C0; }

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

This div background color is #AB90C0.


Border color

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

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

This div border color is #AB90C0.


Opacity

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

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

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

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

This text has shadow with #AB90C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB90C0 on black background.


Color preview on white background

This text has color #AB90C0 on white background.



Black color preview on #AB90C0 background

This text has black color on #AB90C0 background.


White color preview on #AB90C0 background

This text has white color on #AB90C0 background.