COLOR #ABCAB9

HEX: #ABCAB9 RGB: (171,202,185)

Color info

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

RGB color model

#ABCAB9 color RGB value is (171,202,185).

RGB: (171,202,185) (67%, 79%, 73%)

RGB channels and saturation

R 171 of 255 = 67%
G 202 of 255 = 79%
B 185 of 255 = 73%

171
202
185

R + G + B ~ 73%. #ABCAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 202 + 185 = 558 (100%)
R 171 of 558 ~ 30.65%
G 202 of 558 ~ 36.2%
B 185 of 558 ~ 33.15'%

%30.65
%36.2
%33.15

CMYK color model

#ABCAB9 color CMYK value is (15,0,8,21).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 20.78%
CMYK: (15,0,8,21) C15M0Y8K21 (15%,0%,8%,21%) (0.15/0.00/0.08/0.21) 

CMYK percentages

%15.35
%0
%8.42
%20.78

Codes

Color #ABCAB9 in popluar color models

AB CA B9
RGB 171 202 185
HSL 147° 22.63% 73.14%
HSB/HSV 147° 15.35% 79.22%
CMYK 15.35% 0.00% 8.42%
20.78%

Color #ABCAB9 in popluar number systems.

HEX AB CA B9
Decimal 171 202 185
Binary 10101011 11001010 10111001
Octal 253 312 271

Shades and tints

Shades of #ABCAB9

#ABCAB9
(171,202,185)
#9CB8A9
(156,184,169)
#8DA699
(141,166,153)
#7E9489
(126,148,137)
#6F8279
(111,130,121)
#607069
(96,112,105)
#515E59
(81,94,89)
#424C49
(66,76,73)
#333A39
(51,58,57)
#242829
(36,40,41)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #ABCAB9

#ABCAB9
(171,202,185)
#B2CEBF
(178,206,191)
#B9D2C5
(185,210,197)
#C0D6CB
(192,214,203)
#C7DAD1
(199,218,209)
#CEDED7
(206,222,215)
#D5E2DD
(213,226,221)
#DCE6E3
(220,230,227)
#E3EAE9
(227,234,233)
#EAEEEF
(234,238,239)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCAB9; }

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

This text font color is #ABCAB9.

Background Color

.myBgColor { background-color: #ABCAB9; }

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

This div background color is #ABCAB9.

Border color

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

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

This div border color is #ABCAB9.

Opacity

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

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

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

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

This text has shadow with #ABCAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCAB9.

Preview

Color preview on black background

This text has color #ABCAB9 on black background.


Color preview on white background

This text has color #ABCAB9 on white background.


Black color preview on #ABCAB9 background

This text has black color on #ABCAB9 background.


White color preview on #ABCAB9 background

This text has white color on #ABCAB9 background.


Related colors

Complementary color

Complementary color for #hex is #543546.


I love getcolorcode.com

Triadic colors

1 #B9ABCA and #CAB9AB with #ABCAB9 are triadic colors.

2 #B9CAAB and #CAABB9 with #ABCAB9 are triadic colors.