COLOR #ABAAC1

HEX: #ABAAC1
RGB: (171,170,193)

Color info

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

RGB color model

#ABAAC1 color RGB value is (171,170,193).

  • red value is 171;
  • green value is 170;
  • blue value is 193.
RGB:
(171,170,193)
(67%,67%,76%)

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 193 of 255 = 76%

171
170
193

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

Portions of RGB colors in percentages

R + G + B =
171 + 170 + 193 = 534 (100%)
R 171 of 534 ~ 32.02%
G 170 of 534 ~ 31.84%
B 193 of 534 ~ 36.14%

%32.02
%31.84
%36.14

CMYK color model

#ABAAC1 color CMYK value is (11,12,0,24).

  • cyan value is 11.40%
  • magenta value is 11.92%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(11,12,0,24)
C11M12Y0K24 
(11%,12%,0%,24%)
(0.11/0.12/0.00/0.24)	

CMYK percentages

%11.4
%11.92
%0
%24.31

Codes

Color #ABAAC1 in popluar color models

ABAAC1
RGB171170193
HSL243°15.65%71.18%
HSB/HSV243°11.92%75.69%
CMYK11.40%11.92%0.00%
24.31%

Color #ABAAC1 in popluar number systems.

HEXABAAC1
Decimal171170193
Binary101010111010101011000001
Octal253252301

Shades and tints

Shades of #ABAAC1

#ABAAC1
(171,170,193)
#9C9BB0
(156,155,176)
#8D8C9F
(141,140,159)
#7E7D8E
(126,125,142)
#6F6E7D
(111,110,125)
#605F6C
(96,95,108)
#51505B
(81,80,91)
#42414A
(66,65,74)
#333239
(51,50,57)
#242328
(36,35,40)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #ABAAC1

#ABAAC1
(171,170,193)
#B2B1C6
(178,177,198)
#B9B8CB
(185,184,203)
#C0BFD0
(192,191,208)
#C7C6D5
(199,198,213)
#CECDDA
(206,205,218)
#D5D4DF
(213,212,223)
#DCDBE4
(220,219,228)
#E3E2E9
(227,226,233)
#EAE9EE
(234,233,238)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAAC1 color. Also use rgb(171,170,193) instead hex code.

Text Font Color

.myTextColor { color: #ABAAC1; }

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

This text font color is #ABAAC1.


Background Color

.myBgColor { background-color: #ABAAC1; }

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

This div background color is #ABAAC1.


Border color

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

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

This div border color is #ABAAC1.


Opacity

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

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

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

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

This text has shadow with #ABAAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAAC1 on black background.


Color preview on white background

This text has color #ABAAC1 on white background.



Black color preview on #ABAAC1 background

This text has black color on #ABAAC1 background.


White color preview on #ABAAC1 background

This text has white color on #ABAAC1 background.