COLOR #AB8AC4

HEX: #AB8AC4
RGB: (171,138,196)

Color info

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

RGB color model

#AB8AC4 color RGB value is (171,138,196).

  • red value is 171;
  • green value is 138;
  • blue value is 196.
RGB:
(171,138,196)
(67%,54%,77%)

RGB channels and saturation

R 171 of 255 = 67%
G 138 of 255 = 54%
B 196 of 255 = 77%

171
138
196

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

Portions of RGB colors in percentages

R + G + B =
171 + 138 + 196 = 505 (100%)
R 171 of 505 ~ 33.86%
G 138 of 505 ~ 27.33%
B 196 of 505 ~ 38.81%

%33.86
%27.33
%38.81

CMYK color model

#AB8AC4 color CMYK value is (13,30,0,23).

  • cyan value is 12.76%
  • magenta value is 29.59%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(13,30,0,23)
C13M30Y0K23 
(13%,30%,0%,23%)
(0.13/0.30/0.00/0.23)	

CMYK percentages

%12.76
%29.59
%0
%23.14

Codes

Color #AB8AC4 in popluar color models

AB8AC4
RGB171138196
HSL274°32.95%65.49%
HSB/HSV274°29.59%76.86%
CMYK12.76%29.59%0.00%
23.14%

Color #AB8AC4 in popluar number systems.

HEXAB8AC4
Decimal171138196
Binary101010111000101011000100
Octal253212304

Shades and tints

Shades of #AB8AC4

#AB8AC4
(171,138,196)
#9C7EB3
(156,126,179)
#8D72A2
(141,114,162)
#7E6691
(126,102,145)
#6F5A80
(111,90,128)
#604E6F
(96,78,111)
#51425E
(81,66,94)
#42364D
(66,54,77)
#332A3C
(51,42,60)
#241E2B
(36,30,43)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #AB8AC4

#AB8AC4
(171,138,196)
#B294C9
(178,148,201)
#B99ECE
(185,158,206)
#C0A8D3
(192,168,211)
#C7B2D8
(199,178,216)
#CEBCDD
(206,188,221)
#D5C6E2
(213,198,226)
#DCD0E7
(220,208,231)
#E3DAEC
(227,218,236)
#EAE4F1
(234,228,241)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8AC4 color. Also use rgb(171,138,196) instead hex code.

Text Font Color

.myTextColor { color: #AB8AC4; }

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

This text font color is #AB8AC4.


Background Color

.myBgColor { background-color: #AB8AC4; }

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

This div background color is #AB8AC4.


Border color

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

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

This div border color is #AB8AC4.


Opacity

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

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

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

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

This text has shadow with #AB8AC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8AC4 on black background.


Color preview on white background

This text has color #AB8AC4 on white background.



Black color preview on #AB8AC4 background

This text has black color on #AB8AC4 background.


White color preview on #AB8AC4 background

This text has white color on #AB8AC4 background.