COLOR #ABD497

HEX: #ABD497 RGB: (171,212,151)

Color info

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

RGB color model

#ABD497 color RGB value is (171,212,151).

RGB: (171,212,151) (67%, 83%, 59%)

RGB channels and saturation

R 171 of 255 = 67%
G 212 of 255 = 83%
B 151 of 255 = 59%

171
212
151

R + G + B ~ 70%. #ABD497 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 212 + 151 = 534 (100%)
R 171 of 534 ~ 32.02%
G 212 of 534 ~ 39.7%
B 151 of 534 ~ 28.28'%

%32.02
%39.7
%28.28

CMYK color model

#ABD497 color CMYK value is (19,0,29,17).

  • cyan value is 19.34%
  • magenta value is 0.00%
  • yellow value is 28.77%
  • key color value is 16.86%

CMYK: (19,0,29,17)
C19M0Y29K17 (19%, 0%, 29%, 17%)
(0.19 / 0.00 / 0.29 / 0.17)

CMYK percentages

%19.34
%0
%28.77
%16.86

Codes

Color #ABD497 in popluar color models

AB D4 97
RGB 171 212 151
HSL 100° 41.50% 71.18%
HSB/HSV 100° 28.77% 83.14%
CMYK 19.34% 0.00% 28.77%
16.86%

Color #ABD497 in popluar number systems.

HEX AB D4 97
Decimal 171 212 151
Binary 10101011 11010100 10010111
Octal 253 324 227

Shades and tints

Shades of #ABD497

#ABD497
(171,212,151)
#9CC18A
(156,193,138)
#8DAE7D
(141,174,125)
#7E9B70
(126,155,112)
#6F8863
(111,136,99)
#607556
(96,117,86)
#516249
(81,98,73)
#424F3C
(66,79,60)
#333C2F
(51,60,47)
#242922
(36,41,34)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #ABD497

#ABD497
(171,212,151)
#B2D7A0
(178,215,160)
#B9DAA9
(185,218,169)
#C0DDB2
(192,221,178)
#C7E0BB
(199,224,187)
#CEE3C4
(206,227,196)
#D5E6CD
(213,230,205)
#DCE9D6
(220,233,214)
#E3ECDF
(227,236,223)
#EAEFE8
(234,239,232)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD497; }

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

This text font color is #ABD497.

Background Color

.myBgColor { background-color: #ABD497; }

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

This div background color is #ABD497.

Border color

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

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

This div border color is #ABD497.

Opacity

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

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

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

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

This text has shadow with #ABD497 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD497.

Preview

Color preview on black background

This text has color #ABD497 on black background.


Color preview on white background

This text has color #ABD497 on white background.


Black color preview on #ABD497 background

This text has black color on #ABD497 background.


White color preview on #ABD497 background

This text has white color on #ABD497 background.


Related colors

Complementary color

Complementary color for #hex is #542B68.


I love getcolorcode.com

Triadic colors

1 #97ABD4 and #D497AB with #ABD497 are triadic colors.

2 #97D4AB and #D4AB97 with #ABD497 are triadic colors.