COLOR #ABA9C5

HEX: #ABA9C5
RGB: (171,169,197)

Color info

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

RGB color model

#ABA9C5 color RGB value is (171,169,197).

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

RGB channels and saturation

R 171 of 255 = 67%
G 169 of 255 = 66%
B 197 of 255 = 77%

171
169
197

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

Portions of RGB colors in percentages

R + G + B =
171 + 169 + 197 = 537 (100%)
R 171 of 537 ~ 31.84%
G 169 of 537 ~ 31.47%
B 197 of 537 ~ 36.69%

%31.84
%31.47
%36.69

CMYK color model

#ABA9C5 color CMYK value is (13,14,0,23).

  • cyan value is 13.20%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(13,14,0,23)
C13M14Y0K23 
(13%,14%,0%,23%)
(0.13/0.14/0.00/0.23)	

CMYK percentages

%13.2
%14.21
%0
%22.75

Codes

Color #ABA9C5 in popluar color models

ABA9C5
RGB171169197
HSL244°19.44%71.76%
HSB/HSV244°14.21%77.25%
CMYK13.20%14.21%0.00%
22.75%

Color #ABA9C5 in popluar number systems.

HEXABA9C5
Decimal171169197
Binary101010111010100111000101
Octal253251305

Shades and tints

Shades of #ABA9C5

#ABA9C5
(171,169,197)
#9C9AB4
(156,154,180)
#8D8BA3
(141,139,163)
#7E7C92
(126,124,146)
#6F6D81
(111,109,129)
#605E70
(96,94,112)
#514F5F
(81,79,95)
#42404E
(66,64,78)
#33313D
(51,49,61)
#24222C
(36,34,44)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #ABA9C5

#ABA9C5
(171,169,197)
#B2B0CA
(178,176,202)
#B9B7CF
(185,183,207)
#C0BED4
(192,190,212)
#C7C5D9
(199,197,217)
#CECCDE
(206,204,222)
#D5D3E3
(213,211,227)
#DCDAE8
(220,218,232)
#E3E1ED
(227,225,237)
#EAE8F2
(234,232,242)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA9C5; }

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

This text font color is #ABA9C5.


Background Color

.myBgColor { background-color: #ABA9C5; }

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

This div background color is #ABA9C5.


Border color

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

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

This div border color is #ABA9C5.


Opacity

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

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

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

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

This text has shadow with #ABA9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA9C5 on black background.


Color preview on white background

This text has color #ABA9C5 on white background.



Black color preview on #ABA9C5 background

This text has black color on #ABA9C5 background.


White color preview on #ABA9C5 background

This text has white color on #ABA9C5 background.