COLOR #ABBE9C

HEX: #ABBE9C RGB: (171,190,156)

Color info

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

RGB color model

#ABBE9C color RGB value is (171,190,156).

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

RGB channels and saturation

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

171
190
156

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

Portions of RGB colors in percentages

R + G + B = 171 + 190 + 156 = 517 (100%)
R 171 of 517 ~ 33.08%
G 190 of 517 ~ 36.75%
B 156 of 517 ~ 30.17'%

%33.08
%36.75
%30.17

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • 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
%17.89
%25.49

Codes

Color #ABBE9C in popluar color models

AB BE 9C
RGB 171 190 156
HSL 94° 20.73% 67.84%
HSB/HSV 94° 17.89% 74.51%
CMYK 10.00% 0.00% 17.89%
25.49%

Color #ABBE9C in popluar number systems.

HEX AB BE 9C
Decimal 171 190 156
Binary 10101011 10111110 10011100
Octal 253 276 234

Shades and tints

Shades of #ABBE9C

#ABBE9C
(171,190,156)
#9CAD8E
(156,173,142)
#8D9C80
(141,156,128)
#7E8B72
(126,139,114)
#6F7A64
(111,122,100)
#606956
(96,105,86)
#515848
(81,88,72)
#42473A
(66,71,58)
#33362C
(51,54,44)
#24251E
(36,37,30)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #ABBE9C

#ABBE9C
(171,190,156)
#B2C3A5
(178,195,165)
#B9C8AE
(185,200,174)
#C0CDB7
(192,205,183)
#C7D2C0
(199,210,192)
#CED7C9
(206,215,201)
#D5DCD2
(213,220,210)
#DCE1DB
(220,225,219)
#E3E6E4
(227,230,228)
#EAEBED
(234,235,237)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBE9C; }

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

This text font color is #ABBE9C.

Background Color

.myBgColor { background-color: #ABBE9C; }

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

This div background color is #ABBE9C.

Border color

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

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

This div border color is #ABBE9C.

Opacity

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

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

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

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

This text has shadow with #ABBE9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBE9C.

Preview

Color preview on black background

This text has color #ABBE9C on black background.


Color preview on white background

This text has color #ABBE9C on white background.


Black color preview on #ABBE9C background

This text has black color on #ABBE9C background.


White color preview on #ABBE9C background

This text has white color on #ABBE9C background.


Related colors

Complementary color

Complementary color for #hex is #544163.


I love getcolorcode.com

Triadic colors

1 #9CABBE and #BE9CAB with #ABBE9C are triadic colors.

2 #9CBEAB and #BEAB9C with #ABBE9C are triadic colors.