COLOR #ABC17C

HEX: #ABC17C
RGB: (171,193,124)

Color info

#ABC17C contains mainly red and green colors. Web safe color of #ABC17C is #99CC66 (or #9C6).

RGB color model

#ABC17C color RGB value is (171,193,124).

  • red value is 171;
  • green value is 193;
  • blue value is 124.
RGB:
(171,193,124)
(67%,76%,49%)

RGB channels and saturation

R 171 of 255 = 67%
G 193 of 255 = 76%
B 124 of 255 = 49%

171
193
124

R + G + B ~ 64%. #ABC17C is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 193 + 124 = 488 (100%)
R 171 of 488 ~ 35.04%
G 193 of 488 ~ 39.55%
B 124 of 488 ~ 25.41%

%35.04
%39.55
%25.41

CMYK color model

#ABC17C color CMYK value is (11,0,36,24).

  • cyan value is 11.40%
  • magenta value is 0.00%
  • yellow value is 35.75%
  • key color value is 24.31%
CMYK:
(11,0,36,24)
C11M0Y36K24 
(11%,0%,36%,24%)
(0.11/0.00/0.36/0.24)	

CMYK percentages

%11.4
%0
%35.75
%24.31

Codes

Color #ABC17C in popluar color models

ABC17C
RGB171193124
HSL79°35.75%62.16%
HSB/HSV79°35.75%75.69%
CMYK11.40%0.00%35.75%
24.31%

Color #ABC17C in popluar number systems.

HEXABC17C
Decimal171193124
Binary10101011110000011111100
Octal253301174

Shades and tints

Shades of #ABC17C

#ABC17C
(171,193,124)
#9CB071
(156,176,113)
#8D9F66
(141,159,102)
#7E8E5B
(126,142,91)
#6F7D50
(111,125,80)
#606C45
(96,108,69)
#515B3A
(81,91,58)
#424A2F
(66,74,47)
#333924
(51,57,36)
#242819
(36,40,25)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #ABC17C

#ABC17C
(171,193,124)
#B2C687
(178,198,135)
#B9CB92
(185,203,146)
#C0D09D
(192,208,157)
#C7D5A8
(199,213,168)
#CEDAB3
(206,218,179)
#D5DFBE
(213,223,190)
#DCE4C9
(220,228,201)
#E3E9D4
(227,233,212)
#EAEEDF
(234,238,223)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC17C; }

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

This text font color is #ABC17C.


Background Color

.myBgColor { background-color: #ABC17C; }

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

This div background color is #ABC17C.


Border color

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

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

This div border color is #ABC17C.


Opacity

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

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

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

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

This text has shadow with #ABC17C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC17C on black background.


Color preview on white background

This text has color #ABC17C on white background.



Black color preview on #ABC17C background

This text has black color on #ABC17C background.


White color preview on #ABC17C background

This text has white color on #ABC17C background.