COLOR #ABD09E

HEX: #ABD09E RGB: (171,208,158)

Color info

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

RGB color model

#ABD09E color RGB value is (171,208,158).

RGB: (171,208,158) (67%, 82%, 62%)

RGB channels and saturation

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

171
208
158

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

Portions of RGB colors in percentages

R + G + B = 171 + 208 + 158 = 537 (100%)
R 171 of 537 ~ 31.84%
G 208 of 537 ~ 38.73%
B 158 of 537 ~ 29.42'%

%31.84
%38.73
%29.42

CMYK color model

#ABD09E color CMYK value is (18,0,24,18).

  • cyan value is 17.79%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 18.43%

CMYK: (18,0,24,18)
C18M0Y24K18 (18%, 0%, 24%, 18%)
(0.18 / 0.00 / 0.24 / 0.18)

CMYK percentages

%17.79
%0
%24.04
%18.43

Codes

Color #ABD09E in popluar color models

AB D0 9E
RGB 171 208 158
HSL 104° 34.72% 71.76%
HSB/HSV 104° 24.04% 81.57%
CMYK 17.79% 0.00% 24.04%
18.43%

Color #ABD09E in popluar number systems.

HEX AB D0 9E
Decimal 171 208 158
Binary 10101011 11010000 10011110
Octal 253 320 236

Shades and tints

Shades of #ABD09E

#ABD09E
(171,208,158)
#9CBE90
(156,190,144)
#8DAC82
(141,172,130)
#7E9A74
(126,154,116)
#6F8866
(111,136,102)
#607658
(96,118,88)
#51644A
(81,100,74)
#42523C
(66,82,60)
#33402E
(51,64,46)
#242E20
(36,46,32)
#151C12
(21,28,18)
#000000
(0,0,0)

Tints of #ABD09E

#ABD09E
(171,208,158)
#B2D4A6
(178,212,166)
#B9D8AE
(185,216,174)
#C0DCB6
(192,220,182)
#C7E0BE
(199,224,190)
#CEE4C6
(206,228,198)
#D5E8CE
(213,232,206)
#DCECD6
(220,236,214)
#E3F0DE
(227,240,222)
#EAF4E6
(234,244,230)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD09E; }

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

This text font color is #ABD09E.

Background Color

.myBgColor { background-color: #ABD09E; }

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

This div background color is #ABD09E.

Border color

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

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

This div border color is #ABD09E.

Opacity

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

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

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

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

This text has shadow with #ABD09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD09E.

Preview

Color preview on black background

This text has color #ABD09E on black background.


Color preview on white background

This text has color #ABD09E on white background.


Black color preview on #ABD09E background

This text has black color on #ABD09E background.


White color preview on #ABD09E background

This text has white color on #ABD09E background.


Related colors

Complementary color

Complementary color for #hex is #542F61.


I love getcolorcode.com

Triadic colors

1 #9EABD0 and #D09EAB with #ABD09E are triadic colors.

2 #9ED0AB and #D0AB9E with #ABD09E are triadic colors.