COLOR #AB8DB7

HEX: #AB8DB7
RGB: (171,141,183)

Color info

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

RGB color model

#AB8DB7 color RGB value is (171,141,183).

  • red value is 171;
  • green value is 141;
  • blue value is 183.
RGB:
(171,141,183)
(67%,55%,72%)

RGB channels and saturation

R 171 of 255 = 67%
G 141 of 255 = 55%
B 183 of 255 = 72%

171
141
183

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

Portions of RGB colors in percentages

R + G + B =
171 + 141 + 183 = 495 (100%)
R 171 of 495 ~ 34.55%
G 141 of 495 ~ 28.48%
B 183 of 495 ~ 36.97%

%34.55
%28.48
%36.97

CMYK color model

#AB8DB7 color CMYK value is (7,23,0,28).

  • cyan value is 6.56%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(7,23,0,28)
C7M23Y0K28 
(7%,23%,0%,28%)
(0.07/0.23/0.00/0.28)	

CMYK percentages

%6.56
%22.95
%0
%28.24

Codes

Color #AB8DB7 in popluar color models

AB8DB7
RGB171141183
HSL283°22.58%63.53%
HSB/HSV283°22.95%71.76%
CMYK6.56%22.95%0.00%
28.24%

Color #AB8DB7 in popluar number systems.

HEXAB8DB7
Decimal171141183
Binary101010111000110110110111
Octal253215267

Shades and tints

Shades of #AB8DB7

#AB8DB7
(171,141,183)
#9C81A7
(156,129,167)
#8D7597
(141,117,151)
#7E6987
(126,105,135)
#6F5D77
(111,93,119)
#605167
(96,81,103)
#514557
(81,69,87)
#423947
(66,57,71)
#332D37
(51,45,55)
#242127
(36,33,39)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #AB8DB7

#AB8DB7
(171,141,183)
#B297BD
(178,151,189)
#B9A1C3
(185,161,195)
#C0ABC9
(192,171,201)
#C7B5CF
(199,181,207)
#CEBFD5
(206,191,213)
#D5C9DB
(213,201,219)
#DCD3E1
(220,211,225)
#E3DDE7
(227,221,231)
#EAE7ED
(234,231,237)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8DB7 color. Also use rgb(171,141,183) instead hex code.

Text Font Color

.myTextColor { color: #AB8DB7; }

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

This text font color is #AB8DB7.


Background Color

.myBgColor { background-color: #AB8DB7; }

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

This div background color is #AB8DB7.


Border color

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

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

This div border color is #AB8DB7.


Opacity

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

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

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

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

This text has shadow with #AB8DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8DB7 on black background.


Color preview on white background

This text has color #AB8DB7 on white background.



Black color preview on #AB8DB7 background

This text has black color on #AB8DB7 background.


White color preview on #AB8DB7 background

This text has white color on #AB8DB7 background.