COLOR #ABBC9D

HEX: #ABBC9D RGB: (171,188,157)

Color info

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

RGB color model

#ABBC9D color RGB value is (171,188,157).

RGB: (171,188,157) (67%, 74%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 157 of 255 = 62%

171
188
157

R + G + B ~ 68%. #ABBC9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 188 + 157 = 516 (100%)
R 171 of 516 ~ 33.14%
G 188 of 516 ~ 36.43%
B 157 of 516 ~ 30.43'%

%33.14
%36.43
%30.43

CMYK color model

#ABBC9D color CMYK value is (9,0,16,26).

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

CMYK: (9,0,16,26)
C9M0Y16K26 (9%, 0%, 16%, 26%)
(0.09 / 0.00 / 0.16 / 0.26)

CMYK percentages

%9.04
%0
%16.49
%26.27

Codes

Color #ABBC9D in popluar color models

AB BC 9D
RGB 171 188 157
HSL 93° 18.79% 67.65%
HSB/HSV 93° 16.49% 73.73%
CMYK 9.04% 0.00% 16.49%
26.27%

Color #ABBC9D in popluar number systems.

HEX AB BC 9D
Decimal 171 188 157
Binary 10101011 10111100 10011101
Octal 253 274 235

Shades and tints

Shades of #ABBC9D

#ABBC9D
(171,188,157)
#9CAB8F
(156,171,143)
#8D9A81
(141,154,129)
#7E8973
(126,137,115)
#6F7865
(111,120,101)
#606757
(96,103,87)
#515649
(81,86,73)
#42453B
(66,69,59)
#33342D
(51,52,45)
#24231F
(36,35,31)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #ABBC9D

#ABBC9D
(171,188,157)
#B2C2A5
(178,194,165)
#B9C8AD
(185,200,173)
#C0CEB5
(192,206,181)
#C7D4BD
(199,212,189)
#CEDAC5
(206,218,197)
#D5E0CD
(213,224,205)
#DCE6D5
(220,230,213)
#E3ECDD
(227,236,221)
#EAF2E5
(234,242,229)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBC9D; }

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

This text font color is #ABBC9D.

Background Color

.myBgColor { background-color: #ABBC9D; }

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

This div background color is #ABBC9D.

Border color

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

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

This div border color is #ABBC9D.

Opacity

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

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

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

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

This text has shadow with #ABBC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBC9D.

Preview

Color preview on black background

This text has color #ABBC9D on black background.


Color preview on white background

This text has color #ABBC9D on white background.


Black color preview on #ABBC9D background

This text has black color on #ABBC9D background.


White color preview on #ABBC9D background

This text has white color on #ABBC9D background.


Related colors

Complementary color

Complementary color for #hex is #544362.


I love getcolorcode.com

Triadic colors

1 #9DABBC and #BC9DAB with #ABBC9D are triadic colors.

2 #9DBCAB and #BCAB9D with #ABBC9D are triadic colors.