COLOR #ABD197

HEX: #ABD197
RGB: (171,209,151)

Color info

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

RGB color model

#ABD197 color RGB value is (171,209,151).

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

RGB channels and saturation

R 171 of 255 = 67%
G 209 of 255 = 82%
B 151 of 255 = 59%

171
209
151

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

Portions of RGB colors in percentages

R + G + B =
171 + 209 + 151 = 531 (100%)
R 171 of 531 ~ 32.2%
G 209 of 531 ~ 39.36%
B 151 of 531 ~ 28.44%

%32.2
%39.36
%28.44

CMYK color model

#ABD197 color CMYK value is (18,0,28,18).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 27.75%
  • key color value is 18.04%
CMYK:
(18,0,28,18)
C18M0Y28K18 
(18%,0%,28%,18%)
(0.18/0.00/0.28/0.18)	

CMYK percentages

%18.18
%0
%27.75
%18.04

Codes

Color #ABD197 in popluar color models

ABD197
RGB171209151
HSL99°38.67%70.59%
HSB/HSV99°27.75%81.96%
CMYK18.18%0.00%27.75%
18.04%

Color #ABD197 in popluar number systems.

HEXABD197
Decimal171209151
Binary101010111101000110010111
Octal253321227

Shades and tints

Shades of #ABD197

#ABD197
(171,209,151)
#9CBE8A
(156,190,138)
#8DAB7D
(141,171,125)
#7E9870
(126,152,112)
#6F8563
(111,133,99)
#607256
(96,114,86)
#515F49
(81,95,73)
#424C3C
(66,76,60)
#33392F
(51,57,47)
#242622
(36,38,34)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #ABD197

#ABD197
(171,209,151)
#B2D5A0
(178,213,160)
#B9D9A9
(185,217,169)
#C0DDB2
(192,221,178)
#C7E1BB
(199,225,187)
#CEE5C4
(206,229,196)
#D5E9CD
(213,233,205)
#DCEDD6
(220,237,214)
#E3F1DF
(227,241,223)
#EAF5E8
(234,245,232)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD197; }

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

This text font color is #ABD197.


Background Color

.myBgColor { background-color: #ABD197; }

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

This div background color is #ABD197.


Border color

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

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

This div border color is #ABD197.


Opacity

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

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

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

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

This text has shadow with #ABD197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD197 on black background.


Color preview on white background

This text has color #ABD197 on white background.



Black color preview on #ABD197 background

This text has black color on #ABD197 background.


White color preview on #ABD197 background

This text has white color on #ABD197 background.