COLOR #ABBBBA

HEX: #ABBBBA RGB: (171,187,186)

Color info

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

RGB color model

#ABBBBA color RGB value is (171,187,186).

RGB: (171,187,186) (67%, 73%, 73%)

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 186 of 255 = 73%

171
187
186

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

Portions of RGB colors in percentages

R + G + B = 171 + 187 + 186 = 544 (100%)
R 171 of 544 ~ 31.43%
G 187 of 544 ~ 34.38%
B 186 of 544 ~ 34.19'%

%31.43
%34.38
%34.19

CMYK color model

#ABBBBA color CMYK value is (9,0,1,27).

  • cyan value is 8.56%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 26.67%

CMYK: (9,0,1,27)
C9M0Y1K27 (9%, 0%, 1%, 27%)
(0.09 / 0.00 / 0.01 / 0.27)

CMYK percentages

%8.56
%0
%0.53
%26.67

Codes

Color #ABBBBA in popluar color models

AB BB BA
RGB 171 187 186
HSL 176° 10.53% 70.20%
HSB/HSV 176° 8.56% 73.33%
CMYK 8.56% 0.00% 0.53%
26.67%

Color #ABBBBA in popluar number systems.

HEX AB BB BA
Decimal 171 187 186
Binary 10101011 10111011 10111010
Octal 253 273 272

Shades and tints

Shades of #ABBBBA

#ABBBBA
(171,187,186)
#9CAAAA
(156,170,170)
#8D999A
(141,153,154)
#7E888A
(126,136,138)
#6F777A
(111,119,122)
#60666A
(96,102,106)
#51555A
(81,85,90)
#42444A
(66,68,74)
#33333A
(51,51,58)
#24222A
(36,34,42)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #ABBBBA

#ABBBBA
(171,187,186)
#B2C1C0
(178,193,192)
#B9C7C6
(185,199,198)
#C0CDCC
(192,205,204)
#C7D3D2
(199,211,210)
#CED9D8
(206,217,216)
#D5DFDE
(213,223,222)
#DCE5E4
(220,229,228)
#E3EBEA
(227,235,234)
#EAF1F0
(234,241,240)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBBBA; }

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

This text font color is #ABBBBA.

Background Color

.myBgColor { background-color: #ABBBBA; }

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

This div background color is #ABBBBA.

Border color

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

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

This div border color is #ABBBBA.

Opacity

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

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

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

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

This text has shadow with #ABBBBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBBBA.

Preview

Color preview on black background

This text has color #ABBBBA on black background.


Color preview on white background

This text has color #ABBBBA on white background.


Black color preview on #ABBBBA background

This text has black color on #ABBBBA background.


White color preview on #ABBBBA background

This text has white color on #ABBBBA background.


Related colors

Complementary color

Complementary color for #hex is #544445.


I love getcolorcode.com

Triadic colors

1 #BAABBB and #BBBAAB with #ABBBBA are triadic colors.

2 #BABBAB and #BBABBA with #ABBBBA are triadic colors.