COLOR #ABBABC

HEX: #ABBABC RGB: (171,186,188)

Color info

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

RGB color model

#ABBABC color RGB value is (171,186,188).

RGB: (171,186,188) (67%, 73%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 188 of 255 = 74%

171
186
188

R + G + B ~ 71%. #ABBABC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 186 + 188 = 545 (100%)
R 171 of 545 ~ 31.38%
G 186 of 545 ~ 34.13%
B 188 of 545 ~ 34.5'%

%31.38
%34.13
%34.5

CMYK color model

#ABBABC color CMYK value is (9,1,0,26).

  • cyan value is 9.04%
  • magenta value is 1.06%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (9,1,0,26)
C9M1Y0K26 (9%, 1%, 0%, 26%)
(0.09 / 0.01 / 0.00 / 0.26)

CMYK percentages

%9.04
%1.06
%0
%26.27

Codes

Color #ABBABC in popluar color models

AB BA BC
RGB 171 186 188
HSL 187° 11.26% 70.39%
HSB/HSV 187° 9.04% 73.73%
CMYK 9.04% 1.06% 0.00%
26.27%

Color #ABBABC in popluar number systems.

HEX AB BA BC
Decimal 171 186 188
Binary 10101011 10111010 10111100
Octal 253 272 274

Shades and tints

Shades of #ABBABC

#ABBABC
(171,186,188)
#9CAAAB
(156,170,171)
#8D9A9A
(141,154,154)
#7E8A89
(126,138,137)
#6F7A78
(111,122,120)
#606A67
(96,106,103)
#515A56
(81,90,86)
#424A45
(66,74,69)
#333A34
(51,58,52)
#242A23
(36,42,35)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #ABBABC

#ABBABC
(171,186,188)
#B2C0C2
(178,192,194)
#B9C6C8
(185,198,200)
#C0CCCE
(192,204,206)
#C7D2D4
(199,210,212)
#CED8DA
(206,216,218)
#D5DEE0
(213,222,224)
#DCE4E6
(220,228,230)
#E3EAEC
(227,234,236)
#EAF0F2
(234,240,242)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBABC; }

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

This text font color is #ABBABC.

Background Color

.myBgColor { background-color: #ABBABC; }

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

This div background color is #ABBABC.

Border color

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

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

This div border color is #ABBABC.

Opacity

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

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

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

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

This text has shadow with #ABBABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBABC.

Preview

Color preview on black background

This text has color #ABBABC on black background.


Color preview on white background

This text has color #ABBABC on white background.


Black color preview on #ABBABC background

This text has black color on #ABBABC background.


White color preview on #ABBABC background

This text has white color on #ABBABC background.


Related colors

Complementary color

Complementary color for #hex is #544543.


I love getcolorcode.com

Triadic colors

1 #BCABBA and #BABCAB with #ABBABC are triadic colors.

2 #BCBAAB and #BAABBC with #ABBABC are triadic colors.