COLOR #ABCB97

HEX: #ABCB97
RGB: (171,203,151)

Color info

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

RGB color model

#ABCB97 color RGB value is (171,203,151).

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

RGB channels and saturation

R 171 of 255 = 67%
G 203 of 255 = 80%
B 151 of 255 = 59%

171
203
151

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

Portions of RGB colors in percentages

R + G + B =
171 + 203 + 151 = 525 (100%)
R 171 of 525 ~ 32.57%
G 203 of 525 ~ 38.67%
B 151 of 525 ~ 28.76%

%32.57
%38.67
%28.76

CMYK color model

#ABCB97 color CMYK value is (16,0,26,20).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 25.62%
  • key color value is 20.39%
CMYK:
(16,0,26,20)
C16M0Y26K20 
(16%,0%,26%,20%)
(0.16/0.00/0.26/0.20)	

CMYK percentages

%15.76
%0
%25.62
%20.39

Codes

Color #ABCB97 in popluar color models

ABCB97
RGB171203151
HSL97°33.33%69.41%
HSB/HSV97°25.62%79.61%
CMYK15.76%0.00%25.62%
20.39%

Color #ABCB97 in popluar number systems.

HEXABCB97
Decimal171203151
Binary101010111100101110010111
Octal253313227

Shades and tints

Shades of #ABCB97

#ABCB97
(171,203,151)
#9CB98A
(156,185,138)
#8DA77D
(141,167,125)
#7E9570
(126,149,112)
#6F8363
(111,131,99)
#607156
(96,113,86)
#515F49
(81,95,73)
#424D3C
(66,77,60)
#333B2F
(51,59,47)
#242922
(36,41,34)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #ABCB97

#ABCB97
(171,203,151)
#B2CFA0
(178,207,160)
#B9D3A9
(185,211,169)
#C0D7B2
(192,215,178)
#C7DBBB
(199,219,187)
#CEDFC4
(206,223,196)
#D5E3CD
(213,227,205)
#DCE7D6
(220,231,214)
#E3EBDF
(227,235,223)
#EAEFE8
(234,239,232)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCB97; }

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

This text font color is #ABCB97.


Background Color

.myBgColor { background-color: #ABCB97; }

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

This div background color is #ABCB97.


Border color

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

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

This div border color is #ABCB97.


Opacity

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

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

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

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

This text has shadow with #ABCB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCB97 on black background.


Color preview on white background

This text has color #ABCB97 on white background.



Black color preview on #ABCB97 background

This text has black color on #ABCB97 background.


White color preview on #ABCB97 background

This text has white color on #ABCB97 background.