COLOR #ABBCA6

HEX: #ABBCA6 RGB: (171,188,166)

Color info

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

RGB color model

#ABBCA6 color RGB value is (171,188,166).

RGB: (171,188,166) (67%, 74%, 65%)

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 166 of 255 = 65%

171
188
166

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

Portions of RGB colors in percentages

R + G + B = 171 + 188 + 166 = 525 (100%)
R 171 of 525 ~ 32.57%
G 188 of 525 ~ 35.81%
B 166 of 525 ~ 31.62'%

%32.57
%35.81
%31.62

CMYK color model

#ABBCA6 color CMYK value is (9,0,12,26).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 26.27%

CMYK: (9,0,12,26)
C9M0Y12K26 (9%, 0%, 12%, 26%)
(0.09 / 0.00 / 0.12 / 0.26)

CMYK percentages

%9.04
%0
%11.7
%26.27

Codes

Color #ABBCA6 in popluar color models

AB BC A6
RGB 171 188 166
HSL 106° 14.10% 69.41%
HSB/HSV 106° 11.70% 73.73%
CMYK 9.04% 0.00% 11.70%
26.27%

Color #ABBCA6 in popluar number systems.

HEX AB BC A6
Decimal 171 188 166
Binary 10101011 10111100 10100110
Octal 253 274 246

Shades and tints

Shades of #ABBCA6

#ABBCA6
(171,188,166)
#9CAB97
(156,171,151)
#8D9A88
(141,154,136)
#7E8979
(126,137,121)
#6F786A
(111,120,106)
#60675B
(96,103,91)
#51564C
(81,86,76)
#42453D
(66,69,61)
#33342E
(51,52,46)
#24231F
(36,35,31)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #ABBCA6

#ABBCA6
(171,188,166)
#B2C2AE
(178,194,174)
#B9C8B6
(185,200,182)
#C0CEBE
(192,206,190)
#C7D4C6
(199,212,198)
#CEDACE
(206,218,206)
#D5E0D6
(213,224,214)
#DCE6DE
(220,230,222)
#E3ECE6
(227,236,230)
#EAF2EE
(234,242,238)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBCA6; }

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

This text font color is #ABBCA6.

Background Color

.myBgColor { background-color: #ABBCA6; }

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

This div background color is #ABBCA6.

Border color

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

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

This div border color is #ABBCA6.

Opacity

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

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

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

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

This text has shadow with #ABBCA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBCA6.

Preview

Color preview on black background

This text has color #ABBCA6 on black background.


Color preview on white background

This text has color #ABBCA6 on white background.


Black color preview on #ABBCA6 background

This text has black color on #ABBCA6 background.


White color preview on #ABBCA6 background

This text has white color on #ABBCA6 background.


Related colors

Complementary color

Complementary color for #hex is #544359.


I love getcolorcode.com

Triadic colors

1 #A6ABBC and #BCA6AB with #ABBCA6 are triadic colors.

2 #A6BCAB and #BCABA6 with #ABBCA6 are triadic colors.