COLOR #ABBD8B

HEX: #ABBD8B RGB: (171,189,139)

Color info

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

RGB color model

#ABBD8B color RGB value is (171,189,139).

RGB: (171,189,139) (67%, 74%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 189 of 255 = 74%
B 139 of 255 = 55%

171
189
139

R + G + B ~ 65%. #ABBD8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 189 + 139 = 499 (100%)
R 171 of 499 ~ 34.27%
G 189 of 499 ~ 37.88%
B 139 of 499 ~ 27.86'%

%34.27
%37.88
%27.86

CMYK color model

#ABBD8B color CMYK value is (10,0,26,26).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 26.46%
  • key color value is 25.88%

CMYK: (10,0,26,26)
C10M0Y26K26 (10%, 0%, 26%, 26%)
(0.10 / 0.00 / 0.26 / 0.26)

CMYK percentages

%9.52
%0
%26.46
%25.88

Codes

Color #ABBD8B in popluar color models

AB BD 8B
RGB 171 189 139
HSL 82° 27.47% 64.31%
HSB/HSV 82° 26.46% 74.12%
CMYK 9.52% 0.00% 26.46%
25.88%

Color #ABBD8B in popluar number systems.

HEX AB BD 8B
Decimal 171 189 139
Binary 10101011 10111101 10001011
Octal 253 275 213

Shades and tints

Shades of #ABBD8B

#ABBD8B
(171,189,139)
#9CAC7F
(156,172,127)
#8D9B73
(141,155,115)
#7E8A67
(126,138,103)
#6F795B
(111,121,91)
#60684F
(96,104,79)
#515743
(81,87,67)
#424637
(66,70,55)
#33352B
(51,53,43)
#24241F
(36,36,31)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #ABBD8B

#ABBD8B
(171,189,139)
#B2C395
(178,195,149)
#B9C99F
(185,201,159)
#C0CFA9
(192,207,169)
#C7D5B3
(199,213,179)
#CEDBBD
(206,219,189)
#D5E1C7
(213,225,199)
#DCE7D1
(220,231,209)
#E3EDDB
(227,237,219)
#EAF3E5
(234,243,229)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBD8B color. Also use rgb(171,189,139) instead hex code.

Text Font Color

.myTextColor { color: #ABBD8B; }

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

This text font color is #ABBD8B.

Background Color

.myBgColor { background-color: #ABBD8B; }

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

This div background color is #ABBD8B.

Border color

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

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

This div border color is #ABBD8B.

Opacity

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

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

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

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

This text has shadow with #ABBD8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBD8B.

Preview

Color preview on black background

This text has color #ABBD8B on black background.


Color preview on white background

This text has color #ABBD8B on white background.


Black color preview on #ABBD8B background

This text has black color on #ABBD8B background.


White color preview on #ABBD8B background

This text has white color on #ABBD8B background.


Related colors

Complementary color

Complementary color for #hex is #544274.


I love getcolorcode.com

Triadic colors

1 #8BABBD and #BD8BAB with #ABBD8B are triadic colors.

2 #8BBDAB and #BDAB8B with #ABBD8B are triadic colors.