COLOR #ABC18E

HEX: #ABC18E RGB: (171,193,142)

Color info

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

RGB color model

#ABC18E color RGB value is (171,193,142).

RGB: (171,193,142) (67%, 76%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 193 of 255 = 76%
B 142 of 255 = 56%

171
193
142

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

Portions of RGB colors in percentages

R + G + B = 171 + 193 + 142 = 506 (100%)
R 171 of 506 ~ 33.79%
G 193 of 506 ~ 38.14%
B 142 of 506 ~ 28.06'%

%33.79
%38.14
%28.06

CMYK color model

#ABC18E color CMYK value is (11,0,26,24).

  • cyan value is 11.40%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 24.31%

CMYK: (11,0,26,24)
C11M0Y26K24 (11%, 0%, 26%, 24%)
(0.11 / 0.00 / 0.26 / 0.24)

CMYK percentages

%11.4
%0
%26.42
%24.31

Codes

Color #ABC18E in popluar color models

AB C1 8E
RGB 171 193 142
HSL 86° 29.14% 65.69%
HSB/HSV 86° 26.42% 75.69%
CMYK 11.40% 0.00% 26.42%
24.31%

Color #ABC18E in popluar number systems.

HEX AB C1 8E
Decimal 171 193 142
Binary 10101011 11000001 10001110
Octal 253 301 216

Shades and tints

Shades of #ABC18E

#ABC18E
(171,193,142)
#9CB082
(156,176,130)
#8D9F76
(141,159,118)
#7E8E6A
(126,142,106)
#6F7D5E
(111,125,94)
#606C52
(96,108,82)
#515B46
(81,91,70)
#424A3A
(66,74,58)
#33392E
(51,57,46)
#242822
(36,40,34)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #ABC18E

#ABC18E
(171,193,142)
#B2C698
(178,198,152)
#B9CBA2
(185,203,162)
#C0D0AC
(192,208,172)
#C7D5B6
(199,213,182)
#CEDAC0
(206,218,192)
#D5DFCA
(213,223,202)
#DCE4D4
(220,228,212)
#E3E9DE
(227,233,222)
#EAEEE8
(234,238,232)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC18E color. Also use rgb(171,193,142) instead hex code.

Text Font Color

.myTextColor { color: #ABC18E; }

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

This text font color is #ABC18E.

Background Color

.myBgColor { background-color: #ABC18E; }

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

This div background color is #ABC18E.

Border color

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

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

This div border color is #ABC18E.

Opacity

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

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

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

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

This text has shadow with #ABC18E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC18E.

Preview

Color preview on black background

This text has color #ABC18E on black background.


Color preview on white background

This text has color #ABC18E on white background.


Black color preview on #ABC18E background

This text has black color on #ABC18E background.


White color preview on #ABC18E background

This text has white color on #ABC18E background.


Related colors

Complementary color

Complementary color for #hex is #543E71.


I love getcolorcode.com

Triadic colors

1 #8EABC1 and #C18EAB with #ABC18E are triadic colors.

2 #8EC1AB and #C1AB8E with #ABC18E are triadic colors.