COLOR #ABD865

HEX: #ABD865
RGB: (171,216,101)

Color info

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

RGB color model

#ABD865 color RGB value is (171,216,101).

  • red value is 171;
  • green value is 216;
  • blue value is 101.
RGB:
(171,216,101)
(67%,85%,40%)

RGB channels and saturation

R 171 of 255 = 67%
G 216 of 255 = 85%
B 101 of 255 = 40%

171
216
101

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

Portions of RGB colors in percentages

R + G + B =
171 + 216 + 101 = 488 (100%)
R 171 of 488 ~ 35.04%
G 216 of 488 ~ 44.26%
B 101 of 488 ~ 20.7%

%35.04
%44.26
%20.7

CMYK color model

#ABD865 color CMYK value is (21,0,53,15).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 53.24%
  • key color value is 15.29%
CMYK:
(21,0,53,15)
C21M0Y53K15 
(21%,0%,53%,15%)
(0.21/0.00/0.53/0.15)	

CMYK percentages

%20.83
%0
%53.24
%15.29

Codes

Color #ABD865 in popluar color models

ABD865
RGB171216101
HSL83°59.59%62.16%
HSB/HSV83°53.24%84.71%
CMYK20.83%0.00%53.24%
15.29%

Color #ABD865 in popluar number systems.

HEXABD865
Decimal171216101
Binary10101011110110001100101
Octal253330145

Shades and tints

Shades of #ABD865

#ABD865
(171,216,101)
#9CC55C
(156,197,92)
#8DB253
(141,178,83)
#7E9F4A
(126,159,74)
#6F8C41
(111,140,65)
#607938
(96,121,56)
#51662F
(81,102,47)
#425326
(66,83,38)
#33401D
(51,64,29)
#242D14
(36,45,20)
#151A0B
(21,26,11)
#000000
(0,0,0)

Tints of #ABD865

#ABD865
(171,216,101)
#B2DB73
(178,219,115)
#B9DE81
(185,222,129)
#C0E18F
(192,225,143)
#C7E49D
(199,228,157)
#CEE7AB
(206,231,171)
#D5EAB9
(213,234,185)
#DCEDC7
(220,237,199)
#E3F0D5
(227,240,213)
#EAF3E3
(234,243,227)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD865 color. Also use rgb(171,216,101) instead hex code.

Text Font Color

.myTextColor { color: #ABD865; }

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

This text font color is #ABD865.


Background Color

.myBgColor { background-color: #ABD865; }

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

This div background color is #ABD865.


Border color

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

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

This div border color is #ABD865.


Opacity

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

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

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

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

This text has shadow with #ABD865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD865 on black background.


Color preview on white background

This text has color #ABD865 on white background.



Black color preview on #ABD865 background

This text has black color on #ABD865 background.


White color preview on #ABD865 background

This text has white color on #ABD865 background.