COLOR #ABDBAA

HEX: #ABDBAA RGB: (171,219,170)

Color info

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

RGB color model

#ABDBAA color RGB value is (171,219,170).

RGB: (171,219,170) (67%, 86%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 219 of 255 = 86%
B 170 of 255 = 67%

171
219
170

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

Portions of RGB colors in percentages

R + G + B = 171 + 219 + 170 = 560 (100%)
R 171 of 560 ~ 30.54%
G 219 of 560 ~ 39.11%
B 170 of 560 ~ 30.36'%

%30.54
%39.11
%30.36

CMYK color model

#ABDBAA color CMYK value is (22,0,22,14).

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 22.37%
  • key color value is 14.12%
CMYK: (22,0,22,14) C22M0Y22K14 (22%,0%,22%,14%) (0.22/0.00/0.22/0.14) 

CMYK percentages

%21.92
%0
%22.37
%14.12

Codes

Color #ABDBAA in popluar color models

AB DB AA
RGB 171 219 170
HSL 119° 40.50% 76.27%
HSB/HSV 119° 22.37% 85.88%
CMYK 21.92% 0.00% 22.37%
14.12%

Color #ABDBAA in popluar number systems.

HEX AB DB AA
Decimal 171 219 170
Binary 10101011 11011011 10101010
Octal 253 333 252

Shades and tints

Shades of #ABDBAA

#ABDBAA
(171,219,170)
#9CC89B
(156,200,155)
#8DB58C
(141,181,140)
#7EA27D
(126,162,125)
#6F8F6E
(111,143,110)
#607C5F
(96,124,95)
#516950
(81,105,80)
#425641
(66,86,65)
#334332
(51,67,50)
#243023
(36,48,35)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #ABDBAA

#ABDBAA
(171,219,170)
#B2DEB1
(178,222,177)
#B9E1B8
(185,225,184)
#C0E4BF
(192,228,191)
#C7E7C6
(199,231,198)
#CEEACD
(206,234,205)
#D5EDD4
(213,237,212)
#DCF0DB
(220,240,219)
#E3F3E2
(227,243,226)
#EAF6E9
(234,246,233)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDBAA; }

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

This text font color is #ABDBAA.

Background Color

.myBgColor { background-color: #ABDBAA; }

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

This div background color is #ABDBAA.

Border color

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

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

This div border color is #ABDBAA.

Opacity

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

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

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

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

This text has shadow with #ABDBAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDBAA.

Preview

Color preview on black background

This text has color #ABDBAA on black background.


Color preview on white background

This text has color #ABDBAA on white background.


Black color preview on #ABDBAA background

This text has black color on #ABDBAA background.


White color preview on #ABDBAA background

This text has white color on #ABDBAA background.


Related colors

Complementary color

Complementary color for #hex is #542455.


I love getcolorcode.com

Triadic colors

1 #AAABDB and #DBAAAB with #ABDBAA are triadic colors.

2 #AADBAB and #DBABAA with #ABDBAA are triadic colors.