COLOR #ABAABC

HEX: #ABAABC RGB: (171,170,188)

Color info

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

RGB color model

#ABAABC color RGB value is (171,170,188).

RGB: (171,170,188) (67%, 67%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 188 of 255 = 74%

171
170
188

R + G + B ~ 69%. #ABAABC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 170 + 188 = 529 (100%)
R 171 of 529 ~ 32.33%
G 170 of 529 ~ 32.14%
B 188 of 529 ~ 35.54'%

%32.33
%32.14
%35.54

CMYK color model

#ABAABC color CMYK value is (9,10,0,26).

  • cyan value is 9.04%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (9,10,0,26) C9M10Y0K26 (9%,10%,0%,26%) (0.09/0.10/0.00/0.26) 

CMYK percentages

%9.04
%9.57
%0
%26.27

Codes

Color #ABAABC in popluar color models

AB AA BC
RGB 171 170 188
HSL 243° 11.84% 70.20%
HSB/HSV 243° 9.57% 73.73%
CMYK 9.04% 9.57% 0.00%
26.27%

Color #ABAABC in popluar number systems.

HEX AB AA BC
Decimal 171 170 188
Binary 10101011 10101010 10111100
Octal 253 252 274

Shades and tints

Shades of #ABAABC

#ABAABC
(171,170,188)
#9C9BAB
(156,155,171)
#8D8C9A
(141,140,154)
#7E7D89
(126,125,137)
#6F6E78
(111,110,120)
#605F67
(96,95,103)
#515056
(81,80,86)
#424145
(66,65,69)
#333234
(51,50,52)
#242323
(36,35,35)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #ABAABC

#ABAABC
(171,170,188)
#B2B1C2
(178,177,194)
#B9B8C8
(185,184,200)
#C0BFCE
(192,191,206)
#C7C6D4
(199,198,212)
#CECDDA
(206,205,218)
#D5D4E0
(213,212,224)
#DCDBE6
(220,219,230)
#E3E2EC
(227,226,236)
#EAE9F2
(234,233,242)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAABC; }

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

This text font color is #ABAABC.

Background Color

.myBgColor { background-color: #ABAABC; }

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

This div background color is #ABAABC.

Border color

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

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

This div border color is #ABAABC.

Opacity

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

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

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

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

This text has shadow with #ABAABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAABC.

Preview

Color preview on black background

This text has color #ABAABC on black background.


Color preview on white background

This text has color #ABAABC on white background.


Black color preview on #ABAABC background

This text has black color on #ABAABC background.


White color preview on #ABAABC background

This text has white color on #ABAABC background.


Related colors

Complementary color

Complementary color for #hex is #545543.


I love getcolorcode.com

Triadic colors

1 #BCABAA and #AABCAB with #ABAABC are triadic colors.

2 #BCAAAB and #AAABBC with #ABAABC are triadic colors.