COLOR #ABA9C3

HEX: #ABA9C3
RGB: (171,169,195)

Color info

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

RGB color model

#ABA9C3 color RGB value is (171,169,195).

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

RGB channels and saturation

R 171 of 255 = 67%
G 169 of 255 = 66%
B 195 of 255 = 76%

171
169
195

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

Portions of RGB colors in percentages

R + G + B =
171 + 169 + 195 = 535 (100%)
R 171 of 535 ~ 31.96%
G 169 of 535 ~ 31.59%
B 195 of 535 ~ 36.45%

%31.96
%31.59
%36.45

CMYK color model

#ABA9C3 color CMYK value is (12,13,0,24).

  • cyan value is 12.31%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(12,13,0,24)
C12M13Y0K24 
(12%,13%,0%,24%)
(0.12/0.13/0.00/0.24)	

CMYK percentages

%12.31
%13.33
%0
%23.53

Codes

Color #ABA9C3 in popluar color models

ABA9C3
RGB171169195
HSL245°17.81%71.37%
HSB/HSV245°13.33%76.47%
CMYK12.31%13.33%0.00%
23.53%

Color #ABA9C3 in popluar number systems.

HEXABA9C3
Decimal171169195
Binary101010111010100111000011
Octal253251303

Shades and tints

Shades of #ABA9C3

#ABA9C3
(171,169,195)
#9C9AB2
(156,154,178)
#8D8BA1
(141,139,161)
#7E7C90
(126,124,144)
#6F6D7F
(111,109,127)
#605E6E
(96,94,110)
#514F5D
(81,79,93)
#42404C
(66,64,76)
#33313B
(51,49,59)
#24222A
(36,34,42)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #ABA9C3

#ABA9C3
(171,169,195)
#B2B0C8
(178,176,200)
#B9B7CD
(185,183,205)
#C0BED2
(192,190,210)
#C7C5D7
(199,197,215)
#CECCDC
(206,204,220)
#D5D3E1
(213,211,225)
#DCDAE6
(220,218,230)
#E3E1EB
(227,225,235)
#EAE8F0
(234,232,240)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA9C3; }

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

This text font color is #ABA9C3.


Background Color

.myBgColor { background-color: #ABA9C3; }

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

This div background color is #ABA9C3.


Border color

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

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

This div border color is #ABA9C3.


Opacity

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

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

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

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

This text has shadow with #ABA9C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA9C3 on black background.


Color preview on white background

This text has color #ABA9C3 on white background.



Black color preview on #ABA9C3 background

This text has black color on #ABA9C3 background.


White color preview on #ABA9C3 background

This text has white color on #ABA9C3 background.