COLOR #ABCAB1

HEX: #ABCAB1 RGB: (171,202,177)

Color info

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

RGB color model

#ABCAB1 color RGB value is (171,202,177).

RGB: (171,202,177) (67%, 79%, 69%)

RGB channels and saturation

R 171 of 255 = 67%
G 202 of 255 = 79%
B 177 of 255 = 69%

171
202
177

R + G + B ~ 72%. #ABCAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 202 + 177 = 550 (100%)
R 171 of 550 ~ 31.09%
G 202 of 550 ~ 36.73%
B 177 of 550 ~ 32.18'%

%31.09
%36.73
%32.18

CMYK color model

#ABCAB1 color CMYK value is (15,0,12,21).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • key color value is 20.78%

CMYK: (15,0,12,21)
C15M0Y12K21 (15%, 0%, 12%, 21%)
(0.15 / 0.00 / 0.12 / 0.21)

CMYK percentages

%15.35
%0
%12.38
%20.78

Codes

Color #ABCAB1 in popluar color models

AB CA B1
RGB 171 202 177
HSL 132° 22.63% 73.14%
HSB/HSV 132° 15.35% 79.22%
CMYK 15.35% 0.00% 12.38%
20.78%

Color #ABCAB1 in popluar number systems.

HEX AB CA B1
Decimal 171 202 177
Binary 10101011 11001010 10110001
Octal 253 312 261

Shades and tints

Shades of #ABCAB1

#ABCAB1
(171,202,177)
#9CB8A1
(156,184,161)
#8DA691
(141,166,145)
#7E9481
(126,148,129)
#6F8271
(111,130,113)
#607061
(96,112,97)
#515E51
(81,94,81)
#424C41
(66,76,65)
#333A31
(51,58,49)
#242821
(36,40,33)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #ABCAB1

#ABCAB1
(171,202,177)
#B2CEB8
(178,206,184)
#B9D2BF
(185,210,191)
#C0D6C6
(192,214,198)
#C7DACD
(199,218,205)
#CEDED4
(206,222,212)
#D5E2DB
(213,226,219)
#DCE6E2
(220,230,226)
#E3EAE9
(227,234,233)
#EAEEF0
(234,238,240)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCAB1; }

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

This text font color is #ABCAB1.

Background Color

.myBgColor { background-color: #ABCAB1; }

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

This div background color is #ABCAB1.

Border color

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

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

This div border color is #ABCAB1.

Opacity

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

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

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

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

This text has shadow with #ABCAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCAB1.

Preview

Color preview on black background

This text has color #ABCAB1 on black background.


Color preview on white background

This text has color #ABCAB1 on white background.


Black color preview on #ABCAB1 background

This text has black color on #ABCAB1 background.


White color preview on #ABCAB1 background

This text has white color on #ABCAB1 background.


Related colors

Complementary color

Complementary color for #hex is #54354E.


I love getcolorcode.com

Triadic colors

1 #B1ABCA and #CAB1AB with #ABCAB1 are triadic colors.

2 #B1CAAB and #CAABB1 with #ABCAB1 are triadic colors.