COLOR #ABC076

HEX: #ABC076 RGB: (171,192,118)

Color info

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

RGB color model

#ABC076 color RGB value is (171,192,118).

RGB: (171,192,118) (67%, 75%, 46%)

RGB channels and saturation

R 171 of 255 = 67%
G 192 of 255 = 75%
B 118 of 255 = 46%

171
192
118

R + G + B ~ 63%. #ABC076 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 192 + 118 = 481 (100%)
R 171 of 481 ~ 35.55%
G 192 of 481 ~ 39.92%
B 118 of 481 ~ 24.53'%

%35.55
%39.92
%24.53

CMYK color model

#ABC076 color CMYK value is (11,0,39,25).

  • cyan value is 10.94%
  • magenta value is 0.00%
  • yellow value is 38.54%
  • key color value is 24.71%

CMYK: (11,0,39,25)
C11M0Y39K25 (11%, 0%, 39%, 25%)
(0.11 / 0.00 / 0.39 / 0.25)

CMYK percentages

%10.94
%0
%38.54
%24.71

Codes

Color #ABC076 in popluar color models

AB C0 76
RGB 171 192 118
HSL 77° 37.00% 60.78%
HSB/HSV 77° 38.54% 75.29%
CMYK 10.94% 0.00% 38.54%
24.71%

Color #ABC076 in popluar number systems.

HEX AB C0 76
Decimal 171 192 118
Binary 10101011 11000000 1110110
Octal 253 300 166

Shades and tints

Shades of #ABC076

#ABC076
(171,192,118)
#9CAF6C
(156,175,108)
#8D9E62
(141,158,98)
#7E8D58
(126,141,88)
#6F7C4E
(111,124,78)
#606B44
(96,107,68)
#515A3A
(81,90,58)
#424930
(66,73,48)
#333826
(51,56,38)
#24271C
(36,39,28)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #ABC076

#ABC076
(171,192,118)
#B2C582
(178,197,130)
#B9CA8E
(185,202,142)
#C0CF9A
(192,207,154)
#C7D4A6
(199,212,166)
#CED9B2
(206,217,178)
#D5DEBE
(213,222,190)
#DCE3CA
(220,227,202)
#E3E8D6
(227,232,214)
#EAEDE2
(234,237,226)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC076 color. Also use rgb(171,192,118) instead hex code.

Text Font Color

.myTextColor { color: #ABC076; }

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

This text font color is #ABC076.

Background Color

.myBgColor { background-color: #ABC076; }

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

This div background color is #ABC076.

Border color

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

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

This div border color is #ABC076.

Opacity

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

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

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

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

This text has shadow with #ABC076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC076.

Preview

Color preview on black background

This text has color #ABC076 on black background.


Color preview on white background

This text has color #ABC076 on white background.


Black color preview on #ABC076 background

This text has black color on #ABC076 background.


White color preview on #ABC076 background

This text has white color on #ABC076 background.


Related colors

Complementary color

Complementary color for #hex is #543F89.


I love getcolorcode.com

Triadic colors

1 #76ABC0 and #C076AB with #ABC076 are triadic colors.

2 #76C0AB and #C0AB76 with #ABC076 are triadic colors.