COLOR #ABBE9B

HEX: #ABBE9B RGB: (171,190,155)

Color info

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

RGB color model

#ABBE9B color RGB value is (171,190,155).

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

RGB channels and saturation

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

171
190
155

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

Portions of RGB colors in percentages

R + G + B = 171 + 190 + 155 = 516 (100%)
R 171 of 516 ~ 33.14%
G 190 of 516 ~ 36.82%
B 155 of 516 ~ 30.04'%

%33.14
%36.82
%30.04

CMYK color model

#ABBE9B color CMYK value is (10,0,18,25).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 25.49%

CMYK: (10,0,18,25)
C10M0Y18K25 (10%, 0%, 18%, 25%)
(0.10 / 0.00 / 0.18 / 0.25)

CMYK percentages

%10
%0
%18.42
%25.49

Codes

Color #ABBE9B in popluar color models

AB BE 9B
RGB 171 190 155
HSL 93° 21.21% 67.65%
HSB/HSV 93° 18.42% 74.51%
CMYK 10.00% 0.00% 18.42%
25.49%

Color #ABBE9B in popluar number systems.

HEX AB BE 9B
Decimal 171 190 155
Binary 10101011 10111110 10011011
Octal 253 276 233

Shades and tints

Shades of #ABBE9B

#ABBE9B
(171,190,155)
#9CAD8D
(156,173,141)
#8D9C7F
(141,156,127)
#7E8B71
(126,139,113)
#6F7A63
(111,122,99)
#606955
(96,105,85)
#515847
(81,88,71)
#424739
(66,71,57)
#33362B
(51,54,43)
#24251D
(36,37,29)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #ABBE9B

#ABBE9B
(171,190,155)
#B2C3A4
(178,195,164)
#B9C8AD
(185,200,173)
#C0CDB6
(192,205,182)
#C7D2BF
(199,210,191)
#CED7C8
(206,215,200)
#D5DCD1
(213,220,209)
#DCE1DA
(220,225,218)
#E3E6E3
(227,230,227)
#EAEBEC
(234,235,236)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBE9B; }

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

This text font color is #ABBE9B.

Background Color

.myBgColor { background-color: #ABBE9B; }

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

This div background color is #ABBE9B.

Border color

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

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

This div border color is #ABBE9B.

Opacity

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

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

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

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

This text has shadow with #ABBE9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBE9B.

Preview

Color preview on black background

This text has color #ABBE9B on black background.


Color preview on white background

This text has color #ABBE9B on white background.


Black color preview on #ABBE9B background

This text has black color on #ABBE9B background.


White color preview on #ABBE9B background

This text has white color on #ABBE9B background.


Related colors

Complementary color

Complementary color for #hex is #544164.


I love getcolorcode.com

Triadic colors

1 #9BABBE and #BE9BAB with #ABBE9B are triadic colors.

2 #9BBEAB and #BEAB9B with #ABBE9B are triadic colors.