COLOR #ABBF9B

HEX: #ABBF9B RGB: (171,191,155)

Color info

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

RGB color model

#ABBF9B color RGB value is (171,191,155).

RGB: (171,191,155) (67%, 75%, 61%)

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 155 of 255 = 61%

171
191
155

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

Portions of RGB colors in percentages

R + G + B = 171 + 191 + 155 = 517 (100%)
R 171 of 517 ~ 33.08%
G 191 of 517 ~ 36.94%
B 155 of 517 ~ 29.98'%

%33.08
%36.94
%29.98

CMYK color model

#ABBF9B color CMYK value is (10,0,19,25).

  • cyan value is 10.47%
  • magenta value is 0.00%
  • yellow value is 18.85%
  • key color value is 25.10%

CMYK: (10,0,19,25)
C10M0Y19K25 (10%, 0%, 19%, 25%)
(0.10 / 0.00 / 0.19 / 0.25)

CMYK percentages

%10.47
%0
%18.85
%25.1

Codes

Color #ABBF9B in popluar color models

AB BF 9B
RGB 171 191 155
HSL 93° 21.95% 67.84%
HSB/HSV 93° 18.85% 74.90%
CMYK 10.47% 0.00% 18.85%
25.10%

Color #ABBF9B in popluar number systems.

HEX AB BF 9B
Decimal 171 191 155
Binary 10101011 10111111 10011011
Octal 253 277 233

Shades and tints

Shades of #ABBF9B

#ABBF9B
(171,191,155)
#9CAE8D
(156,174,141)
#8D9D7F
(141,157,127)
#7E8C71
(126,140,113)
#6F7B63
(111,123,99)
#606A55
(96,106,85)
#515947
(81,89,71)
#424839
(66,72,57)
#33372B
(51,55,43)
#24261D
(36,38,29)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #ABBF9B

#ABBF9B
(171,191,155)
#B2C4A4
(178,196,164)
#B9C9AD
(185,201,173)
#C0CEB6
(192,206,182)
#C7D3BF
(199,211,191)
#CED8C8
(206,216,200)
#D5DDD1
(213,221,209)
#DCE2DA
(220,226,218)
#E3E7E3
(227,231,227)
#EAECEC
(234,236,236)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBF9B; }

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

This text font color is #ABBF9B.

Background Color

.myBgColor { background-color: #ABBF9B; }

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

This div background color is #ABBF9B.

Border color

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

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

This div border color is #ABBF9B.

Opacity

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

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

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

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

This text has shadow with #ABBF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBF9B.

Preview

Color preview on black background

This text has color #ABBF9B on black background.


Color preview on white background

This text has color #ABBF9B on white background.


Black color preview on #ABBF9B background

This text has black color on #ABBF9B background.


White color preview on #ABBF9B background

This text has white color on #ABBF9B background.


Related colors

Complementary color

Complementary color for #hex is #544064.


I love getcolorcode.com

Triadic colors

1 #9BABBF and #BF9BAB with #ABBF9B are triadic colors.

2 #9BBFAB and #BFAB9B with #ABBF9B are triadic colors.