COLOR #ABBCB1

HEX: #ABBCB1 RGB: (171,188,177)

Color info

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

RGB color model

#ABBCB1 color RGB value is (171,188,177).

RGB: (171,188,177) (67%, 74%, 69%)

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 177 of 255 = 69%

171
188
177

R + G + B ~ 70%. #ABBCB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 188 + 177 = 536 (100%)
R 171 of 536 ~ 31.9%
G 188 of 536 ~ 35.07%
B 177 of 536 ~ 33.02'%

%31.9
%35.07
%33.02

CMYK color model

#ABBCB1 color CMYK value is (9,0,6,26).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 26.27%
CMYK: (9,0,6,26) C9M0Y6K26 (9%,0%,6%,26%) (0.09/0.00/0.06/0.26) 

CMYK percentages

%9.04
%0
%5.85
%26.27

Codes

Color #ABBCB1 in popluar color models

AB BC B1
RGB 171 188 177
HSL 141° 11.26% 70.39%
HSB/HSV 141° 9.04% 73.73%
CMYK 9.04% 0.00% 5.85%
26.27%

Color #ABBCB1 in popluar number systems.

HEX AB BC B1
Decimal 171 188 177
Binary 10101011 10111100 10110001
Octal 253 274 261

Shades and tints

Shades of #ABBCB1

#ABBCB1
(171,188,177)
#9CABA1
(156,171,161)
#8D9A91
(141,154,145)
#7E8981
(126,137,129)
#6F7871
(111,120,113)
#606761
(96,103,97)
#515651
(81,86,81)
#424541
(66,69,65)
#333431
(51,52,49)
#242321
(36,35,33)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #ABBCB1

#ABBCB1
(171,188,177)
#B2C2B8
(178,194,184)
#B9C8BF
(185,200,191)
#C0CEC6
(192,206,198)
#C7D4CD
(199,212,205)
#CEDAD4
(206,218,212)
#D5E0DB
(213,224,219)
#DCE6E2
(220,230,226)
#E3ECE9
(227,236,233)
#EAF2F0
(234,242,240)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBCB1; }

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

This text font color is #ABBCB1.

Background Color

.myBgColor { background-color: #ABBCB1; }

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

This div background color is #ABBCB1.

Border color

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

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

This div border color is #ABBCB1.

Opacity

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

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

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

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

This text has shadow with #ABBCB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBCB1.

Preview

Color preview on black background

This text has color #ABBCB1 on black background.


Color preview on white background

This text has color #ABBCB1 on white background.


Black color preview on #ABBCB1 background

This text has black color on #ABBCB1 background.


White color preview on #ABBCB1 background

This text has white color on #ABBCB1 background.


Related colors

Complementary color

Complementary color for #hex is #54434E.


I love getcolorcode.com

Triadic colors

1 #B1ABBC and #BCB1AB with #ABBCB1 are triadic colors.

2 #B1BCAB and #BCABB1 with #ABBCB1 are triadic colors.