COLOR #ABC78C

HEX: #ABC78C RGB: (171,199,140)

Color info

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

RGB color model

#ABC78C color RGB value is (171,199,140).

RGB: (171,199,140) (67%, 78%, 55%)

RGB channels and saturation

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

171
199
140

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

Portions of RGB colors in percentages

R + G + B = 171 + 199 + 140 = 510 (100%)
R 171 of 510 ~ 33.53%
G 199 of 510 ~ 39.02%
B 140 of 510 ~ 27.45'%

%33.53
%39.02
%27.45

CMYK color model

#ABC78C color CMYK value is (14,0,30,22).

  • cyan value is 14.07%
  • magenta value is 0.00%
  • yellow value is 29.65%
  • key color value is 21.96%

CMYK: (14,0,30,22)
C14M0Y30K22 (14%, 0%, 30%, 22%)
(0.14 / 0.00 / 0.30 / 0.22)

CMYK percentages

%14.07
%0
%29.65
%21.96

Codes

Color #ABC78C in popluar color models

AB C7 8C
RGB 171 199 140
HSL 88° 34.50% 66.47%
HSB/HSV 88° 29.65% 78.04%
CMYK 14.07% 0.00% 29.65%
21.96%

Color #ABC78C in popluar number systems.

HEX AB C7 8C
Decimal 171 199 140
Binary 10101011 11000111 10001100
Octal 253 307 214

Shades and tints

Shades of #ABC78C

#ABC78C
(171,199,140)
#9CB580
(156,181,128)
#8DA374
(141,163,116)
#7E9168
(126,145,104)
#6F7F5C
(111,127,92)
#606D50
(96,109,80)
#515B44
(81,91,68)
#424938
(66,73,56)
#33372C
(51,55,44)
#242520
(36,37,32)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #ABC78C

#ABC78C
(171,199,140)
#B2CC96
(178,204,150)
#B9D1A0
(185,209,160)
#C0D6AA
(192,214,170)
#C7DBB4
(199,219,180)
#CEE0BE
(206,224,190)
#D5E5C8
(213,229,200)
#DCEAD2
(220,234,210)
#E3EFDC
(227,239,220)
#EAF4E6
(234,244,230)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC78C; }

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

This text font color is #ABC78C.

Background Color

.myBgColor { background-color: #ABC78C; }

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

This div background color is #ABC78C.

Border color

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

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

This div border color is #ABC78C.

Opacity

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

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

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

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

This text has shadow with #ABC78C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC78C.

Preview

Color preview on black background

This text has color #ABC78C on black background.


Color preview on white background

This text has color #ABC78C on white background.


Black color preview on #ABC78C background

This text has black color on #ABC78C background.


White color preview on #ABC78C background

This text has white color on #ABC78C background.


Related colors

Complementary color

Complementary color for #hex is #543873.


I love getcolorcode.com

Triadic colors

1 #8CABC7 and #C78CAB with #ABC78C are triadic colors.

2 #8CC7AB and #C7AB8C with #ABC78C are triadic colors.