COLOR #ABC889

HEX: #ABC889
RGB: (171,200,137)

Color info

#ABC889 contains mainly red and green colors. Web safe color of #ABC889 is #99CC99 (or #9C9).

RGB color model

#ABC889 color RGB value is (171,200,137).

  • red value is 171;
  • green value is 200;
  • blue value is 137.
RGB:
(171,200,137)
(67%,78%,54%)

RGB channels and saturation

R 171 of 255 = 67%
G 200 of 255 = 78%
B 137 of 255 = 54%

171
200
137

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

Portions of RGB colors in percentages

R + G + B =
171 + 200 + 137 = 508 (100%)
R 171 of 508 ~ 33.66%
G 200 of 508 ~ 39.37%
B 137 of 508 ~ 26.97%

%33.66
%39.37
%26.97

CMYK color model

#ABC889 color CMYK value is (15,0,32,22).

  • cyan value is 14.50%
  • magenta value is 0.00%
  • yellow value is 31.50%
  • key color value is 21.57%
CMYK:
(15,0,32,22)
C15M0Y32K22 
(15%,0%,32%,22%)
(0.15/0.00/0.32/0.22)	

CMYK percentages

%14.5
%0
%31.5
%21.57

Codes

Color #ABC889 in popluar color models

ABC889
RGB171200137
HSL88°36.42%66.08%
HSB/HSV88°31.50%78.43%
CMYK14.50%0.00%31.50%
21.57%

Color #ABC889 in popluar number systems.

HEXABC889
Decimal171200137
Binary101010111100100010001001
Octal253310211

Shades and tints

Shades of #ABC889

#ABC889
(171,200,137)
#9CB67D
(156,182,125)
#8DA471
(141,164,113)
#7E9265
(126,146,101)
#6F8059
(111,128,89)
#606E4D
(96,110,77)
#515C41
(81,92,65)
#424A35
(66,74,53)
#333829
(51,56,41)
#24261D
(36,38,29)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #ABC889

#ABC889
(171,200,137)
#B2CD93
(178,205,147)
#B9D29D
(185,210,157)
#C0D7A7
(192,215,167)
#C7DCB1
(199,220,177)
#CEE1BB
(206,225,187)
#D5E6C5
(213,230,197)
#DCEBCF
(220,235,207)
#E3F0D9
(227,240,217)
#EAF5E3
(234,245,227)
#F1FAED
(241,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC889 color. Also use rgb(171,200,137) instead hex code.

Text Font Color

.myTextColor { color: #ABC889; }

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

This text font color is #ABC889.


Background Color

.myBgColor { background-color: #ABC889; }

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

This div background color is #ABC889.


Border color

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

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

This div border color is #ABC889.


Opacity

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

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

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

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

This text has shadow with #ABC889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC889 on black background.


Color preview on white background

This text has color #ABC889 on white background.



Black color preview on #ABC889 background

This text has black color on #ABC889 background.


White color preview on #ABC889 background

This text has white color on #ABC889 background.