COLOR #ABC797

HEX: #ABC797
RGB: (171,199,151)

Color info

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

RGB color model

#ABC797 color RGB value is (171,199,151).

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

RGB channels and saturation

R 171 of 255 = 67%
G 199 of 255 = 78%
B 151 of 255 = 59%

171
199
151

R + G + B ~ 68%. #ABC797 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 199 + 151 = 521 (100%)
R 171 of 521 ~ 32.82%
G 199 of 521 ~ 38.2%
B 151 of 521 ~ 28.98%

%32.82
%38.2
%28.98

CMYK color model

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

  • cyan value is 14.07%
  • magenta value is 0.00%
  • yellow value is 24.12%
  • key color value is 21.96%
CMYK:
(14,0,24,22)
C14M0Y24K22 
(14%,0%,24%,22%)
(0.14/0.00/0.24/0.22)	

CMYK percentages

%14.07
%0
%24.12
%21.96

Codes

Color #ABC797 in popluar color models

ABC797
RGB171199151
HSL95°30.00%68.63%
HSB/HSV95°24.12%78.04%
CMYK14.07%0.00%24.12%
21.96%

Color #ABC797 in popluar number systems.

HEXABC797
Decimal171199151
Binary101010111100011110010111
Octal253307227

Shades and tints

Shades of #ABC797

#ABC797
(171,199,151)
#9CB58A
(156,181,138)
#8DA37D
(141,163,125)
#7E9170
(126,145,112)
#6F7F63
(111,127,99)
#606D56
(96,109,86)
#515B49
(81,91,73)
#42493C
(66,73,60)
#33372F
(51,55,47)
#242522
(36,37,34)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #ABC797

#ABC797
(171,199,151)
#B2CCA0
(178,204,160)
#B9D1A9
(185,209,169)
#C0D6B2
(192,214,178)
#C7DBBB
(199,219,187)
#CEE0C4
(206,224,196)
#D5E5CD
(213,229,205)
#DCEAD6
(220,234,214)
#E3EFDF
(227,239,223)
#EAF4E8
(234,244,232)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC797; }

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

This text font color is #ABC797.


Background Color

.myBgColor { background-color: #ABC797; }

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

This div background color is #ABC797.


Border color

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

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

This div border color is #ABC797.


Opacity

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

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

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

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

This text has shadow with #ABC797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC797 on black background.


Color preview on white background

This text has color #ABC797 on white background.



Black color preview on #ABC797 background

This text has black color on #ABC797 background.


White color preview on #ABC797 background

This text has white color on #ABC797 background.