COLOR #ABDB88

HEX: #ABDB88 RGB: (171,219,136)

Color info

#ABDB88 contains mainly red and green colors. Web safe color of #ABDB88 is #99CC99 (or #9C9).

RGB color model

#ABDB88 color RGB value is (171,219,136).

RGB: (171,219,136) (67%, 86%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 219 of 255 = 86%
B 136 of 255 = 53%

171
219
136

R + G + B ~ 69%. #ABDB88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 219 + 136 = 526 (100%)
R 171 of 526 ~ 32.51%
G 219 of 526 ~ 41.63%
B 136 of 526 ~ 25.86'%

%32.51
%41.63
%25.86

CMYK color model

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

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 37.90%
  • key color value is 14.12%

CMYK: (22,0,38,14)
C22M0Y38K14 (22%, 0%, 38%, 14%)
(0.22 / 0.00 / 0.38 / 0.14)

CMYK percentages

%21.92
%0
%37.9
%14.12

Codes

Color #ABDB88 in popluar color models

AB DB 88
RGB 171 219 136
HSL 95° 53.55% 69.61%
HSB/HSV 95° 37.90% 85.88%
CMYK 21.92% 0.00% 37.90%
14.12%

Color #ABDB88 in popluar number systems.

HEX AB DB 88
Decimal 171 219 136
Binary 10101011 11011011 10001000
Octal 253 333 210

Shades and tints

Shades of #ABDB88

#ABDB88
(171,219,136)
#9CC87C
(156,200,124)
#8DB570
(141,181,112)
#7EA264
(126,162,100)
#6F8F58
(111,143,88)
#607C4C
(96,124,76)
#516940
(81,105,64)
#425634
(66,86,52)
#334328
(51,67,40)
#24301C
(36,48,28)
#151D10
(21,29,16)
#000000
(0,0,0)

Tints of #ABDB88

#ABDB88
(171,219,136)
#B2DE92
(178,222,146)
#B9E19C
(185,225,156)
#C0E4A6
(192,228,166)
#C7E7B0
(199,231,176)
#CEEABA
(206,234,186)
#D5EDC4
(213,237,196)
#DCF0CE
(220,240,206)
#E3F3D8
(227,243,216)
#EAF6E2
(234,246,226)
#F1F9EC
(241,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDB88; }

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

This text font color is #ABDB88.

Background Color

.myBgColor { background-color: #ABDB88; }

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

This div background color is #ABDB88.

Border color

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

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

This div border color is #ABDB88.

Opacity

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

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

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

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

This text has shadow with #ABDB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDB88.

Preview

Color preview on black background

This text has color #ABDB88 on black background.


Color preview on white background

This text has color #ABDB88 on white background.


Black color preview on #ABDB88 background

This text has black color on #ABDB88 background.


White color preview on #ABDB88 background

This text has white color on #ABDB88 background.


Related colors

Complementary color

Complementary color for #hex is #542477.


I love getcolorcode.com

Triadic colors

1 #88ABDB and #DB88AB with #ABDB88 are triadic colors.

2 #88DBAB and #DBAB88 with #ABDB88 are triadic colors.