COLOR #ABBD9B

HEX: #ABBD9B RGB: (171,189,155)

Color info

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

RGB color model

#ABBD9B color RGB value is (171,189,155).

RGB: (171,189,155) (67%, 74%, 61%)

RGB channels and saturation

R 171 of 255 = 67%
G 189 of 255 = 74%
B 155 of 255 = 61%

171
189
155

R + G + B ~ 67%. #ABBD9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 189 + 155 = 515 (100%)
R 171 of 515 ~ 33.2%
G 189 of 515 ~ 36.7%
B 155 of 515 ~ 30.1'%

%33.2
%36.7
%30.1

CMYK color model

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

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

CMYK: (10,0,18,26)
C10M0Y18K26 (10%, 0%, 18%, 26%)
(0.10 / 0.00 / 0.18 / 0.26)

CMYK percentages

%9.52
%0
%17.99
%25.88

Codes

Color #ABBD9B in popluar color models

AB BD 9B
RGB 171 189 155
HSL 92° 20.48% 67.45%
HSB/HSV 92° 17.99% 74.12%
CMYK 9.52% 0.00% 17.99%
25.88%

Color #ABBD9B in popluar number systems.

HEX AB BD 9B
Decimal 171 189 155
Binary 10101011 10111101 10011011
Octal 253 275 233

Shades and tints

Shades of #ABBD9B

#ABBD9B
(171,189,155)
#9CAC8D
(156,172,141)
#8D9B7F
(141,155,127)
#7E8A71
(126,138,113)
#6F7963
(111,121,99)
#606855
(96,104,85)
#515747
(81,87,71)
#424639
(66,70,57)
#33352B
(51,53,43)
#24241D
(36,36,29)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #ABBD9B

#ABBD9B
(171,189,155)
#B2C3A4
(178,195,164)
#B9C9AD
(185,201,173)
#C0CFB6
(192,207,182)
#C7D5BF
(199,213,191)
#CEDBC8
(206,219,200)
#D5E1D1
(213,225,209)
#DCE7DA
(220,231,218)
#E3EDE3
(227,237,227)
#EAF3EC
(234,243,236)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBD9B; }

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

This text font color is #ABBD9B.

Background Color

.myBgColor { background-color: #ABBD9B; }

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

This div background color is #ABBD9B.

Border color

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

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

This div border color is #ABBD9B.

Opacity

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

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

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

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

This text has shadow with #ABBD9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBD9B.

Preview

Color preview on black background

This text has color #ABBD9B on black background.


Color preview on white background

This text has color #ABBD9B on white background.


Black color preview on #ABBD9B background

This text has black color on #ABBD9B background.


White color preview on #ABBD9B background

This text has white color on #ABBD9B background.


Related colors

Complementary color

Complementary color for #hex is #544264.


I love getcolorcode.com

Triadic colors

1 #9BABBD and #BD9BAB with #ABBD9B are triadic colors.

2 #9BBDAB and #BDAB9B with #ABBD9B are triadic colors.