COLOR #ABBE8C

HEX: #ABBE8C RGB: (171,190,140)

Color info

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

RGB color model

#ABBE8C color RGB value is (171,190,140).

RGB: (171,190,140) (67%, 75%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 190 of 255 = 75%
B 140 of 255 = 55%

171
190
140

R + G + B ~ 66%. #ABBE8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 190 + 140 = 501 (100%)
R 171 of 501 ~ 34.13%
G 190 of 501 ~ 37.92%
B 140 of 501 ~ 27.94'%

%34.13
%37.92
%27.94

CMYK color model

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

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

CMYK: (10,0,26,25)
C10M0Y26K25 (10%, 0%, 26%, 25%)
(0.10 / 0.00 / 0.26 / 0.25)

CMYK percentages

%10
%0
%26.32
%25.49

Codes

Color #ABBE8C in popluar color models

AB BE 8C
RGB 171 190 140
HSL 83° 27.78% 64.71%
HSB/HSV 83° 26.32% 74.51%
CMYK 10.00% 0.00% 26.32%
25.49%

Color #ABBE8C in popluar number systems.

HEX AB BE 8C
Decimal 171 190 140
Binary 10101011 10111110 10001100
Octal 253 276 214

Shades and tints

Shades of #ABBE8C

#ABBE8C
(171,190,140)
#9CAD80
(156,173,128)
#8D9C74
(141,156,116)
#7E8B68
(126,139,104)
#6F7A5C
(111,122,92)
#606950
(96,105,80)
#515844
(81,88,68)
#424738
(66,71,56)
#33362C
(51,54,44)
#242520
(36,37,32)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #ABBE8C

#ABBE8C
(171,190,140)
#B2C396
(178,195,150)
#B9C8A0
(185,200,160)
#C0CDAA
(192,205,170)
#C7D2B4
(199,210,180)
#CED7BE
(206,215,190)
#D5DCC8
(213,220,200)
#DCE1D2
(220,225,210)
#E3E6DC
(227,230,220)
#EAEBE6
(234,235,230)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBE8C; }

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

This text font color is #ABBE8C.

Background Color

.myBgColor { background-color: #ABBE8C; }

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

This div background color is #ABBE8C.

Border color

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

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

This div border color is #ABBE8C.

Opacity

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

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

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

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

This text has shadow with #ABBE8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBE8C.

Preview

Color preview on black background

This text has color #ABBE8C on black background.


Color preview on white background

This text has color #ABBE8C on white background.


Black color preview on #ABBE8C background

This text has black color on #ABBE8C background.


White color preview on #ABBE8C background

This text has white color on #ABBE8C background.


Related colors

Complementary color

Complementary color for #hex is #544173.


I love getcolorcode.com

Triadic colors

1 #8CABBE and #BE8CAB with #ABBE8C are triadic colors.

2 #8CBEAB and #BEAB8C with #ABBE8C are triadic colors.