COLOR #ABD1AA

HEX: #ABD1AA RGB: (171,209,170)

Color info

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

RGB color model

#ABD1AA color RGB value is (171,209,170).

RGB: (171,209,170) (67%, 82%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 209 of 255 = 82%
B 170 of 255 = 67%

171
209
170

R + G + B ~ 72%. #ABD1AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 209 + 170 = 550 (100%)
R 171 of 550 ~ 31.09%
G 209 of 550 ~ 38%
B 170 of 550 ~ 30.91'%

%31.09
%38
%30.91

CMYK color model

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

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 18.66%
  • key color value is 18.04%
CMYK: (18,0,19,18) C18M0Y19K18 (18%,0%,19%,18%) (0.18/0.00/0.19/0.18) 

CMYK percentages

%18.18
%0
%18.66
%18.04

Codes

Color #ABD1AA in popluar color models

AB D1 AA
RGB 171 209 170
HSL 118° 29.77% 74.31%
HSB/HSV 118° 18.66% 81.96%
CMYK 18.18% 0.00% 18.66%
18.04%

Color #ABD1AA in popluar number systems.

HEX AB D1 AA
Decimal 171 209 170
Binary 10101011 11010001 10101010
Octal 253 321 252

Shades and tints

Shades of #ABD1AA

#ABD1AA
(171,209,170)
#9CBE9B
(156,190,155)
#8DAB8C
(141,171,140)
#7E987D
(126,152,125)
#6F856E
(111,133,110)
#60725F
(96,114,95)
#515F50
(81,95,80)
#424C41
(66,76,65)
#333932
(51,57,50)
#242623
(36,38,35)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #ABD1AA

#ABD1AA
(171,209,170)
#B2D5B1
(178,213,177)
#B9D9B8
(185,217,184)
#C0DDBF
(192,221,191)
#C7E1C6
(199,225,198)
#CEE5CD
(206,229,205)
#D5E9D4
(213,233,212)
#DCEDDB
(220,237,219)
#E3F1E2
(227,241,226)
#EAF5E9
(234,245,233)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD1AA; }

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

This text font color is #ABD1AA.

Background Color

.myBgColor { background-color: #ABD1AA; }

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

This div background color is #ABD1AA.

Border color

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

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

This div border color is #ABD1AA.

Opacity

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

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

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

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

This text has shadow with #ABD1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD1AA.

Preview

Color preview on black background

This text has color #ABD1AA on black background.


Color preview on white background

This text has color #ABD1AA on white background.


Black color preview on #ABD1AA background

This text has black color on #ABD1AA background.


White color preview on #ABD1AA background

This text has white color on #ABD1AA background.


Related colors

Complementary color

Complementary color for #hex is #542E55.


I love getcolorcode.com

Triadic colors

1 #AAABD1 and #D1AAAB with #ABD1AA are triadic colors.

2 #AAD1AB and #D1ABAA with #ABD1AA are triadic colors.