COLOR #ABCB6F

HEX: #ABCB6F RGB: (171,203,111)

Color info

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

RGB color model

#ABCB6F color RGB value is (171,203,111).

RGB: (171,203,111) (67%, 80%, 44%)

RGB channels and saturation

R 171 of 255 = 67%
G 203 of 255 = 80%
B 111 of 255 = 44%

171
203
111

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

Portions of RGB colors in percentages

R + G + B = 171 + 203 + 111 = 485 (100%)
R 171 of 485 ~ 35.26%
G 203 of 485 ~ 41.86%
B 111 of 485 ~ 22.89'%

%35.26
%41.86
%22.89

CMYK color model

#ABCB6F color CMYK value is (16,0,45,20).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 45.32%
  • key color value is 20.39%

CMYK: (16,0,45,20)
C16M0Y45K20 (16%, 0%, 45%, 20%)
(0.16 / 0.00 / 0.45 / 0.20)

CMYK percentages

%15.76
%0
%45.32
%20.39

Codes

Color #ABCB6F in popluar color models

AB CB 6F
RGB 171 203 111
HSL 81° 46.94% 61.57%
HSB/HSV 81° 45.32% 79.61%
CMYK 15.76% 0.00% 45.32%
20.39%

Color #ABCB6F in popluar number systems.

HEX AB CB 6F
Decimal 171 203 111
Binary 10101011 11001011 1101111
Octal 253 313 157

Shades and tints

Shades of #ABCB6F

#ABCB6F
(171,203,111)
#9CB965
(156,185,101)
#8DA75B
(141,167,91)
#7E9551
(126,149,81)
#6F8347
(111,131,71)
#60713D
(96,113,61)
#515F33
(81,95,51)
#424D29
(66,77,41)
#333B1F
(51,59,31)
#242915
(36,41,21)
#15170B
(21,23,11)
#000000
(0,0,0)

Tints of #ABCB6F

#ABCB6F
(171,203,111)
#B2CF7C
(178,207,124)
#B9D389
(185,211,137)
#C0D796
(192,215,150)
#C7DBA3
(199,219,163)
#CEDFB0
(206,223,176)
#D5E3BD
(213,227,189)
#DCE7CA
(220,231,202)
#E3EBD7
(227,235,215)
#EAEFE4
(234,239,228)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCB6F color. Also use rgb(171,203,111) instead hex code.

Text Font Color

.myTextColor { color: #ABCB6F; }

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

This text font color is #ABCB6F.

Background Color

.myBgColor { background-color: #ABCB6F; }

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

This div background color is #ABCB6F.

Border color

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

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

This div border color is #ABCB6F.

Opacity

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

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

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

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

This text has shadow with #ABCB6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCB6F.

Preview

Color preview on black background

This text has color #ABCB6F on black background.


Color preview on white background

This text has color #ABCB6F on white background.


Black color preview on #ABCB6F background

This text has black color on #ABCB6F background.


White color preview on #ABCB6F background

This text has white color on #ABCB6F background.


Related colors

Complementary color

Complementary color for #hex is #543490.


I love getcolorcode.com

Triadic colors

1 #6FABCB and #CB6FAB with #ABCB6F are triadic colors.

2 #6FCBAB and #CBAB6F with #ABCB6F are triadic colors.