COLOR #AB91BA

HEX: #AB91BA
RGB: (171,145,186)

Color info

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

RGB color model

#AB91BA color RGB value is (171,145,186).

  • red value is 171;
  • green value is 145;
  • blue value is 186.
RGB:
(171,145,186)
(67%,57%,73%)

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 186 of 255 = 73%

171
145
186

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

Portions of RGB colors in percentages

R + G + B =
171 + 145 + 186 = 502 (100%)
R 171 of 502 ~ 34.06%
G 145 of 502 ~ 28.88%
B 186 of 502 ~ 37.05%

%34.06
%28.88
%37.05

CMYK color model

#AB91BA color CMYK value is (8,22,0,27).

  • cyan value is 8.06%
  • magenta value is 22.04%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(8,22,0,27)
C8M22Y0K27 
(8%,22%,0%,27%)
(0.08/0.22/0.00/0.27)	

CMYK percentages

%8.06
%22.04
%0
%27.06

Codes

Color #AB91BA in popluar color models

AB91BA
RGB171145186
HSL278°22.91%64.90%
HSB/HSV278°22.04%72.94%
CMYK8.06%22.04%0.00%
27.06%

Color #AB91BA in popluar number systems.

HEXAB91BA
Decimal171145186
Binary101010111001000110111010
Octal253221272

Shades and tints

Shades of #AB91BA

#AB91BA
(171,145,186)
#9C84AA
(156,132,170)
#8D779A
(141,119,154)
#7E6A8A
(126,106,138)
#6F5D7A
(111,93,122)
#60506A
(96,80,106)
#51435A
(81,67,90)
#42364A
(66,54,74)
#33293A
(51,41,58)
#241C2A
(36,28,42)
#150F1A
(21,15,26)
#000000
(0,0,0)

Tints of #AB91BA

#AB91BA
(171,145,186)
#B29BC0
(178,155,192)
#B9A5C6
(185,165,198)
#C0AFCC
(192,175,204)
#C7B9D2
(199,185,210)
#CEC3D8
(206,195,216)
#D5CDDE
(213,205,222)
#DCD7E4
(220,215,228)
#E3E1EA
(227,225,234)
#EAEBF0
(234,235,240)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB91BA color. Also use rgb(171,145,186) instead hex code.

Text Font Color

.myTextColor { color: #AB91BA; }

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

This text font color is #AB91BA.


Background Color

.myBgColor { background-color: #AB91BA; }

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

This div background color is #AB91BA.


Border color

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

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

This div border color is #AB91BA.


Opacity

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

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

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

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

This text has shadow with #AB91BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB91BA on black background.


Color preview on white background

This text has color #AB91BA on white background.



Black color preview on #AB91BA background

This text has black color on #AB91BA background.


White color preview on #AB91BA background

This text has white color on #AB91BA background.