COLOR #ABBC97

HEX: #ABBC97
RGB: (171,188,151)

Color info

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

RGB color model

#ABBC97 color RGB value is (171,188,151).

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

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 151 of 255 = 59%

171
188
151

R + G + B ~ 67%. #ABBC97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 188 + 151 = 510 (100%)
R 171 of 510 ~ 33.53%
G 188 of 510 ~ 36.86%
B 151 of 510 ~ 29.61%

%33.53
%36.86
%29.61

CMYK color model

#ABBC97 color CMYK value is (9,0,20,26).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 19.68%
  • key color value is 26.27%
CMYK:
(9,0,20,26)
C9M0Y20K26 
(9%,0%,20%,26%)
(0.09/0.00/0.20/0.26)	

CMYK percentages

%9.04
%0
%19.68
%26.27

Codes

Color #ABBC97 in popluar color models

ABBC97
RGB171188151
HSL88°21.64%66.47%
HSB/HSV88°19.68%73.73%
CMYK9.04%0.00%19.68%
26.27%

Color #ABBC97 in popluar number systems.

HEXABBC97
Decimal171188151
Binary101010111011110010010111
Octal253274227

Shades and tints

Shades of #ABBC97

#ABBC97
(171,188,151)
#9CAB8A
(156,171,138)
#8D9A7D
(141,154,125)
#7E8970
(126,137,112)
#6F7863
(111,120,99)
#606756
(96,103,86)
#515649
(81,86,73)
#42453C
(66,69,60)
#33342F
(51,52,47)
#242322
(36,35,34)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #ABBC97

#ABBC97
(171,188,151)
#B2C2A0
(178,194,160)
#B9C8A9
(185,200,169)
#C0CEB2
(192,206,178)
#C7D4BB
(199,212,187)
#CEDAC4
(206,218,196)
#D5E0CD
(213,224,205)
#DCE6D6
(220,230,214)
#E3ECDF
(227,236,223)
#EAF2E8
(234,242,232)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBC97; }

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

This text font color is #ABBC97.


Background Color

.myBgColor { background-color: #ABBC97; }

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

This div background color is #ABBC97.


Border color

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

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

This div border color is #ABBC97.


Opacity

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

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

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

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

This text has shadow with #ABBC97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBC97 on black background.


Color preview on white background

This text has color #ABBC97 on white background.



Black color preview on #ABBC97 background

This text has black color on #ABBC97 background.


White color preview on #ABBC97 background

This text has white color on #ABBC97 background.