COLOR #ABD5A1

HEX: #ABD5A1 RGB: (171,213,161)

Color info

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

RGB color model

#ABD5A1 color RGB value is (171,213,161).

RGB: (171,213,161) (67%, 84%, 63%)

RGB channels and saturation

R 171 of 255 = 67%
G 213 of 255 = 84%
B 161 of 255 = 63%

171
213
161

R + G + B ~ 71%. #ABD5A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 213 + 161 = 545 (100%)
R 171 of 545 ~ 31.38%
G 213 of 545 ~ 39.08%
B 161 of 545 ~ 29.54'%

%31.38
%39.08
%29.54

CMYK color model

#ABD5A1 color CMYK value is (20,0,24,16).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 24.41%
  • key color value is 16.47%

CMYK: (20,0,24,16)
C20M0Y24K16 (20%, 0%, 24%, 16%)
(0.20 / 0.00 / 0.24 / 0.16)

CMYK percentages

%19.72
%0
%24.41
%16.47

Codes

Color #ABD5A1 in popluar color models

AB D5 A1
RGB 171 213 161
HSL 108° 38.24% 73.33%
HSB/HSV 108° 24.41% 83.53%
CMYK 19.72% 0.00% 24.41%
16.47%

Color #ABD5A1 in popluar number systems.

HEX AB D5 A1
Decimal 171 213 161
Binary 10101011 11010101 10100001
Octal 253 325 241

Shades and tints

Shades of #ABD5A1

#ABD5A1
(171,213,161)
#9CC293
(156,194,147)
#8DAF85
(141,175,133)
#7E9C77
(126,156,119)
#6F8969
(111,137,105)
#60765B
(96,118,91)
#51634D
(81,99,77)
#42503F
(66,80,63)
#333D31
(51,61,49)
#242A23
(36,42,35)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #ABD5A1

#ABD5A1
(171,213,161)
#B2D8A9
(178,216,169)
#B9DBB1
(185,219,177)
#C0DEB9
(192,222,185)
#C7E1C1
(199,225,193)
#CEE4C9
(206,228,201)
#D5E7D1
(213,231,209)
#DCEAD9
(220,234,217)
#E3EDE1
(227,237,225)
#EAF0E9
(234,240,233)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD5A1 color. Also use rgb(171,213,161) instead hex code.

Text Font Color

.myTextColor { color: #ABD5A1; }

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

This text font color is #ABD5A1.

Background Color

.myBgColor { background-color: #ABD5A1; }

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

This div background color is #ABD5A1.

Border color

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

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

This div border color is #ABD5A1.

Opacity

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

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

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

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

This text has shadow with #ABD5A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD5A1.

Preview

Color preview on black background

This text has color #ABD5A1 on black background.


Color preview on white background

This text has color #ABD5A1 on white background.


Black color preview on #ABD5A1 background

This text has black color on #ABD5A1 background.


White color preview on #ABD5A1 background

This text has white color on #ABD5A1 background.


Related colors

Complementary color

Complementary color for #hex is #542A5E.


I love getcolorcode.com

Triadic colors

1 #A1ABD5 and #D5A1AB with #ABD5A1 are triadic colors.

2 #A1D5AB and #D5ABA1 with #ABD5A1 are triadic colors.