COLOR #ABBAAD

HEX: #ABBAAD RGB: (171,186,173)

Color info

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

RGB color model

#ABBAAD color RGB value is (171,186,173).

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

RGB channels and saturation

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

171
186
173

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

Portions of RGB colors in percentages

R + G + B = 171 + 186 + 173 = 530 (100%)
R 171 of 530 ~ 32.26%
G 186 of 530 ~ 35.09%
B 173 of 530 ~ 32.64'%

%32.26
%35.09
%32.64

CMYK color model

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

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

CMYK: (8,0,7,27)
C8M0Y7K27 (8%, 0%, 7%, 27%)
(0.08 / 0.00 / 0.07 / 0.27)

CMYK percentages

%8.06
%0
%6.99
%27.06

Codes

Color #ABBAAD in popluar color models

AB BA AD
RGB 171 186 173
HSL 128° 9.80% 70.00%
HSB/HSV 128° 8.06% 72.94%
CMYK 8.06% 0.00% 6.99%
27.06%

Color #ABBAAD in popluar number systems.

HEX AB BA AD
Decimal 171 186 173
Binary 10101011 10111010 10101101
Octal 253 272 255

Shades and tints

Shades of #ABBAAD

#ABBAAD
(171,186,173)
#9CAA9E
(156,170,158)
#8D9A8F
(141,154,143)
#7E8A80
(126,138,128)
#6F7A71
(111,122,113)
#606A62
(96,106,98)
#515A53
(81,90,83)
#424A44
(66,74,68)
#333A35
(51,58,53)
#242A26
(36,42,38)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #ABBAAD

#ABBAAD
(171,186,173)
#B2C0B4
(178,192,180)
#B9C6BB
(185,198,187)
#C0CCC2
(192,204,194)
#C7D2C9
(199,210,201)
#CED8D0
(206,216,208)
#D5DED7
(213,222,215)
#DCE4DE
(220,228,222)
#E3EAE5
(227,234,229)
#EAF0EC
(234,240,236)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBAAD; }

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

This text font color is #ABBAAD.

Background Color

.myBgColor { background-color: #ABBAAD; }

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

This div background color is #ABBAAD.

Border color

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

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

This div border color is #ABBAAD.

Opacity

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

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

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

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

This text has shadow with #ABBAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBAAD.

Preview

Color preview on black background

This text has color #ABBAAD on black background.


Color preview on white background

This text has color #ABBAAD on white background.


Black color preview on #ABBAAD background

This text has black color on #ABBAAD background.


White color preview on #ABBAAD background

This text has white color on #ABBAAD background.


Related colors

Complementary color

Complementary color for #hex is #544552.


I love getcolorcode.com

Triadic colors

1 #ADABBA and #BAADAB with #ABBAAD are triadic colors.

2 #ADBAAB and #BAABAD with #ABBAAD are triadic colors.