COLOR #ABC070

HEX: #ABC070
RGB: (171,192,112)

Color info

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

RGB color model

#ABC070 color RGB value is (171,192,112).

  • red value is 171;
  • green value is 192;
  • blue value is 112.
RGB:
(171,192,112)
(67%,75%,44%)

RGB channels and saturation

R 171 of 255 = 67%
G 192 of 255 = 75%
B 112 of 255 = 44%

171
192
112

R + G + B ~ 62%. #ABC070 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 192 + 112 = 475 (100%)
R 171 of 475 ~ 36%
G 192 of 475 ~ 40.42%
B 112 of 475 ~ 23.58%

%36
%40.42
%23.58

CMYK color model

#ABC070 color CMYK value is (11,0,42,25).

  • cyan value is 10.94%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 24.71%
CMYK:
(11,0,42,25)
C11M0Y42K25 
(11%,0%,42%,25%)
(0.11/0.00/0.42/0.25)	

CMYK percentages

%10.94
%0
%41.67
%24.71

Codes

Color #ABC070 in popluar color models

ABC070
RGB171192112
HSL76°38.83%59.61%
HSB/HSV76°41.67%75.29%
CMYK10.94%0.00%41.67%
24.71%

Color #ABC070 in popluar number systems.

HEXABC070
Decimal171192112
Binary10101011110000001110000
Octal253300160

Shades and tints

Shades of #ABC070

#ABC070
(171,192,112)
#9CAF66
(156,175,102)
#8D9E5C
(141,158,92)
#7E8D52
(126,141,82)
#6F7C48
(111,124,72)
#606B3E
(96,107,62)
#515A34
(81,90,52)
#42492A
(66,73,42)
#333820
(51,56,32)
#242716
(36,39,22)
#15160C
(21,22,12)
#000000
(0,0,0)

Tints of #ABC070

#ABC070
(171,192,112)
#B2C57D
(178,197,125)
#B9CA8A
(185,202,138)
#C0CF97
(192,207,151)
#C7D4A4
(199,212,164)
#CED9B1
(206,217,177)
#D5DEBE
(213,222,190)
#DCE3CB
(220,227,203)
#E3E8D8
(227,232,216)
#EAEDE5
(234,237,229)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC070; }

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

This text font color is #ABC070.


Background Color

.myBgColor { background-color: #ABC070; }

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

This div background color is #ABC070.


Border color

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

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

This div border color is #ABC070.


Opacity

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

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

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

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

This text has shadow with #ABC070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC070 on black background.


Color preview on white background

This text has color #ABC070 on white background.



Black color preview on #ABC070 background

This text has black color on #ABC070 background.


White color preview on #ABC070 background

This text has white color on #ABC070 background.