COLOR #AB90B4

HEX: #AB90B4
RGB: (171,144,180)

Color info

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

RGB color model

#AB90B4 color RGB value is (171,144,180).

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

RGB channels and saturation

R 171 of 255 = 67%
G 144 of 255 = 56%
B 180 of 255 = 71%

171
144
180

R + G + B ~ 65%. #AB90B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 144 + 180 = 495 (100%)
R 171 of 495 ~ 34.55%
G 144 of 495 ~ 29.09%
B 180 of 495 ~ 36.36%

%34.55
%29.09
%36.36

CMYK color model

#AB90B4 color CMYK value is (5,20,0,29).

  • cyan value is 5.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(5,20,0,29)
C5M20Y0K29 
(5%,20%,0%,29%)
(0.05/0.20/0.00/0.29)	

CMYK percentages

%5
%20
%0
%29.41

Codes

Color #AB90B4 in popluar color models

AB90B4
RGB171144180
HSL285°19.35%63.53%
HSB/HSV285°20.00%70.59%
CMYK5.00%20.00%0.00%
29.41%

Color #AB90B4 in popluar number systems.

HEXAB90B4
Decimal171144180
Binary101010111001000010110100
Octal253220264

Shades and tints

Shades of #AB90B4

#AB90B4
(171,144,180)
#9C83A4
(156,131,164)
#8D7694
(141,118,148)
#7E6984
(126,105,132)
#6F5C74
(111,92,116)
#604F64
(96,79,100)
#514254
(81,66,84)
#423544
(66,53,68)
#332834
(51,40,52)
#241B24
(36,27,36)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #AB90B4

#AB90B4
(171,144,180)
#B29ABA
(178,154,186)
#B9A4C0
(185,164,192)
#C0AEC6
(192,174,198)
#C7B8CC
(199,184,204)
#CEC2D2
(206,194,210)
#D5CCD8
(213,204,216)
#DCD6DE
(220,214,222)
#E3E0E4
(227,224,228)
#EAEAEA
(234,234,234)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB90B4; }

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

This text font color is #AB90B4.


Background Color

.myBgColor { background-color: #AB90B4; }

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

This div background color is #AB90B4.


Border color

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

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

This div border color is #AB90B4.


Opacity

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

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

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

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

This text has shadow with #AB90B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB90B4 on black background.


Color preview on white background

This text has color #AB90B4 on white background.



Black color preview on #AB90B4 background

This text has black color on #AB90B4 background.


White color preview on #AB90B4 background

This text has white color on #AB90B4 background.