COLOR #ABC68C

HEX: #ABC68C
RGB: (171,198,140)

Color info

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

RGB color model

#ABC68C color RGB value is (171,198,140).

  • red value is 171;
  • green value is 198;
  • blue value is 140.
RGB:
(171,198,140)
(67%,78%,55%)

RGB channels and saturation

R 171 of 255 = 67%
G 198 of 255 = 78%
B 140 of 255 = 55%

171
198
140

R + G + B ~ 67%. #ABC68C is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 198 + 140 = 509 (100%)
R 171 of 509 ~ 33.6%
G 198 of 509 ~ 38.9%
B 140 of 509 ~ 27.5%

%33.6
%38.9
%27.5

CMYK color model

#ABC68C color CMYK value is (14,0,29,22).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 22.35%
CMYK:
(14,0,29,22)
C14M0Y29K22 
(14%,0%,29%,22%)
(0.14/0.00/0.29/0.22)	

CMYK percentages

%13.64
%0
%29.29
%22.35

Codes

Color #ABC68C in popluar color models

ABC68C
RGB171198140
HSL88°33.72%66.27%
HSB/HSV88°29.29%77.65%
CMYK13.64%0.00%29.29%
22.35%

Color #ABC68C in popluar number systems.

HEXABC68C
Decimal171198140
Binary101010111100011010001100
Octal253306214

Shades and tints

Shades of #ABC68C

#ABC68C
(171,198,140)
#9CB480
(156,180,128)
#8DA274
(141,162,116)
#7E9068
(126,144,104)
#6F7E5C
(111,126,92)
#606C50
(96,108,80)
#515A44
(81,90,68)
#424838
(66,72,56)
#33362C
(51,54,44)
#242420
(36,36,32)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #ABC68C

#ABC68C
(171,198,140)
#B2CB96
(178,203,150)
#B9D0A0
(185,208,160)
#C0D5AA
(192,213,170)
#C7DAB4
(199,218,180)
#CEDFBE
(206,223,190)
#D5E4C8
(213,228,200)
#DCE9D2
(220,233,210)
#E3EEDC
(227,238,220)
#EAF3E6
(234,243,230)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC68C color. Also use rgb(171,198,140) instead hex code.

Text Font Color

.myTextColor { color: #ABC68C; }

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

This text font color is #ABC68C.


Background Color

.myBgColor { background-color: #ABC68C; }

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

This div background color is #ABC68C.


Border color

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

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

This div border color is #ABC68C.


Opacity

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

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

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

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

This text has shadow with #ABC68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC68C on black background.


Color preview on white background

This text has color #ABC68C on white background.



Black color preview on #ABC68C background

This text has black color on #ABC68C background.


White color preview on #ABC68C background

This text has white color on #ABC68C background.