COLOR #ABDB97

HEX: #ABDB97
RGB: (171,219,151)

Color info

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

RGB color model

#ABDB97 color RGB value is (171,219,151).

  • red value is 171;
  • green value is 219;
  • blue value is 151.
RGB:
(171,219,151)
(67%,86%,59%)

RGB channels and saturation

R 171 of 255 = 67%
G 219 of 255 = 86%
B 151 of 255 = 59%

171
219
151

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

Portions of RGB colors in percentages

R + G + B =
171 + 219 + 151 = 541 (100%)
R 171 of 541 ~ 31.61%
G 219 of 541 ~ 40.48%
B 151 of 541 ~ 27.91%

%31.61
%40.48
%27.91

CMYK color model

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

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 31.05%
  • key color value is 14.12%
CMYK:
(22,0,31,14)
C22M0Y31K14 
(22%,0%,31%,14%)
(0.22/0.00/0.31/0.14)	

CMYK percentages

%21.92
%0
%31.05
%14.12

Codes

Color #ABDB97 in popluar color models

ABDB97
RGB171219151
HSL102°48.57%72.55%
HSB/HSV102°31.05%85.88%
CMYK21.92%0.00%31.05%
14.12%

Color #ABDB97 in popluar number systems.

HEXABDB97
Decimal171219151
Binary101010111101101110010111
Octal253333227

Shades and tints

Shades of #ABDB97

#ABDB97
(171,219,151)
#9CC88A
(156,200,138)
#8DB57D
(141,181,125)
#7EA270
(126,162,112)
#6F8F63
(111,143,99)
#607C56
(96,124,86)
#516949
(81,105,73)
#42563C
(66,86,60)
#33432F
(51,67,47)
#243022
(36,48,34)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #ABDB97

#ABDB97
(171,219,151)
#B2DEA0
(178,222,160)
#B9E1A9
(185,225,169)
#C0E4B2
(192,228,178)
#C7E7BB
(199,231,187)
#CEEAC4
(206,234,196)
#D5EDCD
(213,237,205)
#DCF0D6
(220,240,214)
#E3F3DF
(227,243,223)
#EAF6E8
(234,246,232)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDB97; }

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

This text font color is #ABDB97.


Background Color

.myBgColor { background-color: #ABDB97; }

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

This div background color is #ABDB97.


Border color

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

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

This div border color is #ABDB97.


Opacity

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

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

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

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

This text has shadow with #ABDB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDB97 on black background.


Color preview on white background

This text has color #ABDB97 on white background.



Black color preview on #ABDB97 background

This text has black color on #ABDB97 background.


White color preview on #ABDB97 background

This text has white color on #ABDB97 background.