COLOR #ABBC90

HEX: #ABBC90 RGB: (171,188,144)

Color info

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

RGB color model

#ABBC90 color RGB value is (171,188,144).

RGB: (171,188,144) (67%, 74%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 144 of 255 = 56%

171
188
144

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

Portions of RGB colors in percentages

R + G + B = 171 + 188 + 144 = 503 (100%)
R 171 of 503 ~ 34%
G 188 of 503 ~ 37.38%
B 144 of 503 ~ 28.63'%

%34
%37.38
%28.63

CMYK color model

#ABBC90 color CMYK value is (9,0,23,26).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 23.40%
  • key color value is 26.27%

CMYK: (9,0,23,26)
C9M0Y23K26 (9%, 0%, 23%, 26%)
(0.09 / 0.00 / 0.23 / 0.26)

CMYK percentages

%9.04
%0
%23.4
%26.27

Codes

Color #ABBC90 in popluar color models

AB BC 90
RGB 171 188 144
HSL 83° 24.72% 65.10%
HSB/HSV 83° 23.40% 73.73%
CMYK 9.04% 0.00% 23.40%
26.27%

Color #ABBC90 in popluar number systems.

HEX AB BC 90
Decimal 171 188 144
Binary 10101011 10111100 10010000
Octal 253 274 220

Shades and tints

Shades of #ABBC90

#ABBC90
(171,188,144)
#9CAB83
(156,171,131)
#8D9A76
(141,154,118)
#7E8969
(126,137,105)
#6F785C
(111,120,92)
#60674F
(96,103,79)
#515642
(81,86,66)
#424535
(66,69,53)
#333428
(51,52,40)
#24231B
(36,35,27)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #ABBC90

#ABBC90
(171,188,144)
#B2C29A
(178,194,154)
#B9C8A4
(185,200,164)
#C0CEAE
(192,206,174)
#C7D4B8
(199,212,184)
#CEDAC2
(206,218,194)
#D5E0CC
(213,224,204)
#DCE6D6
(220,230,214)
#E3ECE0
(227,236,224)
#EAF2EA
(234,242,234)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBC90 color. Also use rgb(171,188,144) instead hex code.

Text Font Color

.myTextColor { color: #ABBC90; }

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

This text font color is #ABBC90.

Background Color

.myBgColor { background-color: #ABBC90; }

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

This div background color is #ABBC90.

Border color

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

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

This div border color is #ABBC90.

Opacity

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

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

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

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

This text has shadow with #ABBC90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBC90.

Preview

Color preview on black background

This text has color #ABBC90 on black background.


Color preview on white background

This text has color #ABBC90 on white background.


Black color preview on #ABBC90 background

This text has black color on #ABBC90 background.


White color preview on #ABBC90 background

This text has white color on #ABBC90 background.


Related colors

Complementary color

Complementary color for #hex is #54436F.


I love getcolorcode.com

Triadic colors

1 #90ABBC and #BC90AB with #ABBC90 are triadic colors.

2 #90BCAB and #BCAB90 with #ABBC90 are triadic colors.