COLOR #ABD5AA

HEX: #ABD5AA RGB: (171,213,170)

Color info

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

RGB color model

#ABD5AA color RGB value is (171,213,170).

RGB: (171,213,170) (67%, 84%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 213 of 255 = 84%
B 170 of 255 = 67%

171
213
170

R + G + B ~ 73%. #ABD5AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 213 + 170 = 554 (100%)
R 171 of 554 ~ 30.87%
G 213 of 554 ~ 38.45%
B 170 of 554 ~ 30.69'%

%30.87
%38.45
%30.69

CMYK color model

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

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

CMYK: (20,0,20,16)
C20M0Y20K16 (20%, 0%, 20%, 16%)
(0.20 / 0.00 / 0.20 / 0.16)

CMYK percentages

%19.72
%0
%20.19
%16.47

Codes

Color #ABD5AA in popluar color models

AB D5 AA
RGB 171 213 170
HSL 119° 33.86% 75.10%
HSB/HSV 119° 20.19% 83.53%
CMYK 19.72% 0.00% 20.19%
16.47%

Color #ABD5AA in popluar number systems.

HEX AB D5 AA
Decimal 171 213 170
Binary 10101011 11010101 10101010
Octal 253 325 252

Shades and tints

Shades of #ABD5AA

#ABD5AA
(171,213,170)
#9CC29B
(156,194,155)
#8DAF8C
(141,175,140)
#7E9C7D
(126,156,125)
#6F896E
(111,137,110)
#60765F
(96,118,95)
#516350
(81,99,80)
#425041
(66,80,65)
#333D32
(51,61,50)
#242A23
(36,42,35)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #ABD5AA

#ABD5AA
(171,213,170)
#B2D8B1
(178,216,177)
#B9DBB8
(185,219,184)
#C0DEBF
(192,222,191)
#C7E1C6
(199,225,198)
#CEE4CD
(206,228,205)
#D5E7D4
(213,231,212)
#DCEADB
(220,234,219)
#E3EDE2
(227,237,226)
#EAF0E9
(234,240,233)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD5AA; }

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

This text font color is #ABD5AA.

Background Color

.myBgColor { background-color: #ABD5AA; }

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

This div background color is #ABD5AA.

Border color

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

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

This div border color is #ABD5AA.

Opacity

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

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

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

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

This text has shadow with #ABD5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD5AA.

Preview

Color preview on black background

This text has color #ABD5AA on black background.


Color preview on white background

This text has color #ABD5AA on white background.


Black color preview on #ABD5AA background

This text has black color on #ABD5AA background.


White color preview on #ABD5AA background

This text has white color on #ABD5AA background.


Related colors

Complementary color

Complementary color for #hex is #542A55.


I love getcolorcode.com

Triadic colors

1 #AAABD5 and #D5AAAB with #ABD5AA are triadic colors.

2 #AAD5AB and #D5ABAA with #ABD5AA are triadic colors.