COLOR #ABA9C8

HEX: #ABA9C8
RGB: (171,169,200)

Color info

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

RGB color model

#ABA9C8 color RGB value is (171,169,200).

  • red value is 171;
  • green value is 169;
  • blue value is 200.
RGB:
(171,169,200)
(67%,66%,78%)

RGB channels and saturation

R 171 of 255 = 67%
G 169 of 255 = 66%
B 200 of 255 = 78%

171
169
200

R + G + B ~ 70%. #ABA9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 169 + 200 = 540 (100%)
R 171 of 540 ~ 31.67%
G 169 of 540 ~ 31.3%
B 200 of 540 ~ 37.04%

%31.67
%31.3
%37.04

CMYK color model

#ABA9C8 color CMYK value is (15,16,0,22).

  • cyan value is 14.50%
  • magenta value is 15.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(15,16,0,22)
C15M16Y0K22 
(15%,16%,0%,22%)
(0.15/0.16/0.00/0.22)	

CMYK percentages

%14.5
%15.5
%0
%21.57

Codes

Color #ABA9C8 in popluar color models

ABA9C8
RGB171169200
HSL244°21.99%72.35%
HSB/HSV244°15.50%78.43%
CMYK14.50%15.50%0.00%
21.57%

Color #ABA9C8 in popluar number systems.

HEXABA9C8
Decimal171169200
Binary101010111010100111001000
Octal253251310

Shades and tints

Shades of #ABA9C8

#ABA9C8
(171,169,200)
#9C9AB6
(156,154,182)
#8D8BA4
(141,139,164)
#7E7C92
(126,124,146)
#6F6D80
(111,109,128)
#605E6E
(96,94,110)
#514F5C
(81,79,92)
#42404A
(66,64,74)
#333138
(51,49,56)
#242226
(36,34,38)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #ABA9C8

#ABA9C8
(171,169,200)
#B2B0CD
(178,176,205)
#B9B7D2
(185,183,210)
#C0BED7
(192,190,215)
#C7C5DC
(199,197,220)
#CECCE1
(206,204,225)
#D5D3E6
(213,211,230)
#DCDAEB
(220,218,235)
#E3E1F0
(227,225,240)
#EAE8F5
(234,232,245)
#F1EFFA
(241,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA9C8 color. Also use rgb(171,169,200) instead hex code.

Text Font Color

.myTextColor { color: #ABA9C8; }

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

This text font color is #ABA9C8.


Background Color

.myBgColor { background-color: #ABA9C8; }

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

This div background color is #ABA9C8.


Border color

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

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

This div border color is #ABA9C8.


Opacity

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

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

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

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

This text has shadow with #ABA9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA9C8 on black background.


Color preview on white background

This text has color #ABA9C8 on white background.



Black color preview on #ABA9C8 background

This text has black color on #ABA9C8 background.


White color preview on #ABA9C8 background

This text has white color on #ABA9C8 background.