COLOR #ABCF6E

HEX: #ABCF6E
RGB: (171,207,110)

Color info

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

RGB color model

#ABCF6E color RGB value is (171,207,110).

  • red value is 171;
  • green value is 207;
  • blue value is 110.
RGB:
(171,207,110)
(67%,81%,43%)

RGB channels and saturation

R 171 of 255 = 67%
G 207 of 255 = 81%
B 110 of 255 = 43%

171
207
110

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

Portions of RGB colors in percentages

R + G + B =
171 + 207 + 110 = 488 (100%)
R 171 of 488 ~ 35.04%
G 207 of 488 ~ 42.42%
B 110 of 488 ~ 22.54%

%35.04
%42.42
%22.54

CMYK color model

#ABCF6E color CMYK value is (17,0,47,19).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 46.86%
  • key color value is 18.82%
CMYK:
(17,0,47,19)
C17M0Y47K19 
(17%,0%,47%,19%)
(0.17/0.00/0.47/0.19)	

CMYK percentages

%17.39
%0
%46.86
%18.82

Codes

Color #ABCF6E in popluar color models

ABCF6E
RGB171207110
HSL82°50.26%62.16%
HSB/HSV82°46.86%81.18%
CMYK17.39%0.00%46.86%
18.82%

Color #ABCF6E in popluar number systems.

HEXABCF6E
Decimal171207110
Binary10101011110011111101110
Octal253317156

Shades and tints

Shades of #ABCF6E

#ABCF6E
(171,207,110)
#9CBD64
(156,189,100)
#8DAB5A
(141,171,90)
#7E9950
(126,153,80)
#6F8746
(111,135,70)
#60753C
(96,117,60)
#516332
(81,99,50)
#425128
(66,81,40)
#333F1E
(51,63,30)
#242D14
(36,45,20)
#151B0A
(21,27,10)
#000000
(0,0,0)

Tints of #ABCF6E

#ABCF6E
(171,207,110)
#B2D37B
(178,211,123)
#B9D788
(185,215,136)
#C0DB95
(192,219,149)
#C7DFA2
(199,223,162)
#CEE3AF
(206,227,175)
#D5E7BC
(213,231,188)
#DCEBC9
(220,235,201)
#E3EFD6
(227,239,214)
#EAF3E3
(234,243,227)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCF6E color. Also use rgb(171,207,110) instead hex code.

Text Font Color

.myTextColor { color: #ABCF6E; }

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

This text font color is #ABCF6E.


Background Color

.myBgColor { background-color: #ABCF6E; }

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

This div background color is #ABCF6E.


Border color

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

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

This div border color is #ABCF6E.


Opacity

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

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

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

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

This text has shadow with #ABCF6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCF6E on black background.


Color preview on white background

This text has color #ABCF6E on white background.



Black color preview on #ABCF6E background

This text has black color on #ABCF6E background.


White color preview on #ABCF6E background

This text has white color on #ABCF6E background.