COLOR #ABD29E

HEX: #ABD29E
RGB: (171,210,158)

Color info

#ABD29E contains red, green and blue colors in about the same proportion. Web safe color of #ABD29E is #99CC99 (or #9C9).

RGB color model

#ABD29E color RGB value is (171,210,158).

  • red value is 171;
  • green value is 210;
  • blue value is 158.
RGB:
(171,210,158)
(67%,82%,62%)

RGB channels and saturation

R 171 of 255 = 67%
G 210 of 255 = 82%
B 158 of 255 = 62%

171
210
158

R + G + B ~ 70%. #ABD29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 210 + 158 = 539 (100%)
R 171 of 539 ~ 31.73%
G 210 of 539 ~ 38.96%
B 158 of 539 ~ 29.31%

%31.73
%38.96
%29.31

CMYK color model

#ABD29E color CMYK value is (19,0,25,18).

  • cyan value is 18.57%
  • magenta value is 0.00%
  • yellow value is 24.76%
  • key color value is 17.65%
CMYK:
(19,0,25,18)
C19M0Y25K18 
(19%,0%,25%,18%)
(0.19/0.00/0.25/0.18)	

CMYK percentages

%18.57
%0
%24.76
%17.65

Codes

Color #ABD29E in popluar color models

ABD29E
RGB171210158
HSL105°36.62%72.16%
HSB/HSV105°24.76%82.35%
CMYK18.57%0.00%24.76%
17.65%

Color #ABD29E in popluar number systems.

HEXABD29E
Decimal171210158
Binary101010111101001010011110
Octal253322236

Shades and tints

Shades of #ABD29E

#ABD29E
(171,210,158)
#9CBF90
(156,191,144)
#8DAC82
(141,172,130)
#7E9974
(126,153,116)
#6F8666
(111,134,102)
#607358
(96,115,88)
#51604A
(81,96,74)
#424D3C
(66,77,60)
#333A2E
(51,58,46)
#242720
(36,39,32)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #ABD29E

#ABD29E
(171,210,158)
#B2D6A6
(178,214,166)
#B9DAAE
(185,218,174)
#C0DEB6
(192,222,182)
#C7E2BE
(199,226,190)
#CEE6C6
(206,230,198)
#D5EACE
(213,234,206)
#DCEED6
(220,238,214)
#E3F2DE
(227,242,222)
#EAF6E6
(234,246,230)
#F1FAEE
(241,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD29E color. Also use rgb(171,210,158) instead hex code.

Text Font Color

.myTextColor { color: #ABD29E; }

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

This text font color is #ABD29E.


Background Color

.myBgColor { background-color: #ABD29E; }

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

This div background color is #ABD29E.


Border color

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

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

This div border color is #ABD29E.


Opacity

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

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

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

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

This text has shadow with #ABD29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD29E on black background.


Color preview on white background

This text has color #ABD29E on white background.



Black color preview on #ABD29E background

This text has black color on #ABD29E background.


White color preview on #ABD29E background

This text has white color on #ABD29E background.