COLOR #ABC497

HEX: #ABC497 RGB: (171,196,151)

Color info

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

RGB color model

#ABC497 color RGB value is (171,196,151).

RGB: (171,196,151) (67%, 77%, 59%)

RGB channels and saturation

R 171 of 255 = 67%
G 196 of 255 = 77%
B 151 of 255 = 59%

171
196
151

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

Portions of RGB colors in percentages

R + G + B = 171 + 196 + 151 = 518 (100%)
R 171 of 518 ~ 33.01%
G 196 of 518 ~ 37.84%
B 151 of 518 ~ 29.15'%

%33.01
%37.84
%29.15

CMYK color model

#ABC497 color CMYK value is (13,0,23,23).

  • cyan value is 12.76%
  • magenta value is 0.00%
  • yellow value is 22.96%
  • key color value is 23.14%

CMYK: (13,0,23,23)
C13M0Y23K23 (13%, 0%, 23%, 23%)
(0.13 / 0.00 / 0.23 / 0.23)

CMYK percentages

%12.76
%0
%22.96
%23.14

Codes

Color #ABC497 in popluar color models

AB C4 97
RGB 171 196 151
HSL 93° 27.61% 68.04%
HSB/HSV 93° 22.96% 76.86%
CMYK 12.76% 0.00% 22.96%
23.14%

Color #ABC497 in popluar number systems.

HEX AB C4 97
Decimal 171 196 151
Binary 10101011 11000100 10010111
Octal 253 304 227

Shades and tints

Shades of #ABC497

#ABC497
(171,196,151)
#9CB38A
(156,179,138)
#8DA27D
(141,162,125)
#7E9170
(126,145,112)
#6F8063
(111,128,99)
#606F56
(96,111,86)
#515E49
(81,94,73)
#424D3C
(66,77,60)
#333C2F
(51,60,47)
#242B22
(36,43,34)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #ABC497

#ABC497
(171,196,151)
#B2C9A0
(178,201,160)
#B9CEA9
(185,206,169)
#C0D3B2
(192,211,178)
#C7D8BB
(199,216,187)
#CEDDC4
(206,221,196)
#D5E2CD
(213,226,205)
#DCE7D6
(220,231,214)
#E3ECDF
(227,236,223)
#EAF1E8
(234,241,232)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC497; }

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

This text font color is #ABC497.

Background Color

.myBgColor { background-color: #ABC497; }

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

This div background color is #ABC497.

Border color

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

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

This div border color is #ABC497.

Opacity

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

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

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

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

This text has shadow with #ABC497 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC497.

Preview

Color preview on black background

This text has color #ABC497 on black background.


Color preview on white background

This text has color #ABC497 on white background.


Black color preview on #ABC497 background

This text has black color on #ABC497 background.


White color preview on #ABC497 background

This text has white color on #ABC497 background.


Related colors

Complementary color

Complementary color for #hex is #543B68.


I love getcolorcode.com

Triadic colors

1 #97ABC4 and #C497AB with #ABC497 are triadic colors.

2 #97C4AB and #C4AB97 with #ABC497 are triadic colors.