COLOR #ABBAAB

HEX: #ABBAAB RGB: (171,186,171)

Color info

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

RGB color model

#ABBAAB color RGB value is (171,186,171).

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

RGB channels and saturation

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

171
186
171

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

Portions of RGB colors in percentages

R + G + B = 171 + 186 + 171 = 528 (100%)
R 171 of 528 ~ 32.39%
G 186 of 528 ~ 35.23%
B 171 of 528 ~ 32.39'%

%32.39
%35.23
%32.39

CMYK color model

#ABBAAB color CMYK value is (8,0,8,27).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 8.06%
  • key color value is 27.06%

CMYK: (8,0,8,27)
C8M0Y8K27 (8%, 0%, 8%, 27%)
(0.08 / 0.00 / 0.08 / 0.27)

CMYK percentages

%8.06
%0
%8.06
%27.06

Codes

Color #ABBAAB in popluar color models

AB BA AB
RGB 171 186 171
HSL 120° 9.80% 70.00%
HSB/HSV 120° 8.06% 72.94%
CMYK 8.06% 0.00% 8.06%
27.06%

Color #ABBAAB in popluar number systems.

HEX AB BA AB
Decimal 171 186 171
Binary 10101011 10111010 10101011
Octal 253 272 253

Shades and tints

Shades of #ABBAAB

#ABBAAB
(171,186,171)
#9CAA9C
(156,170,156)
#8D9A8D
(141,154,141)
#7E8A7E
(126,138,126)
#6F7A6F
(111,122,111)
#606A60
(96,106,96)
#515A51
(81,90,81)
#424A42
(66,74,66)
#333A33
(51,58,51)
#242A24
(36,42,36)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #ABBAAB

#ABBAAB
(171,186,171)
#B2C0B2
(178,192,178)
#B9C6B9
(185,198,185)
#C0CCC0
(192,204,192)
#C7D2C7
(199,210,199)
#CED8CE
(206,216,206)
#D5DED5
(213,222,213)
#DCE4DC
(220,228,220)
#E3EAE3
(227,234,227)
#EAF0EA
(234,240,234)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBAAB; }

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

This text font color is #ABBAAB.

Background Color

.myBgColor { background-color: #ABBAAB; }

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

This div background color is #ABBAAB.

Border color

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

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

This div border color is #ABBAAB.

Opacity

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

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

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

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

This text has shadow with #ABBAAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBAAB.

Preview

Color preview on black background

This text has color #ABBAAB on black background.


Color preview on white background

This text has color #ABBAAB on white background.


Black color preview on #ABBAAB background

This text has black color on #ABBAAB background.


White color preview on #ABBAAB background

This text has white color on #ABBAAB background.


Related colors

Complementary color

Complementary color for #hex is #544554.


I love getcolorcode.com

Triadic colors

1 #ABABBA and #BAABAB with #ABBAAB are triadic colors.

2 #ABBAAB and #BAABAB with #ABBAAB are triadic colors.