COLOR #ABBF98

HEX: #ABBF98
RGB: (171,191,152)

Color info

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

RGB color model

#ABBF98 color RGB value is (171,191,152).

  • red value is 171;
  • green value is 191;
  • blue value is 152.
RGB:
(171,191,152)
(67%,75%,60%)

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 152 of 255 = 60%

171
191
152

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

Portions of RGB colors in percentages

R + G + B =
171 + 191 + 152 = 514 (100%)
R 171 of 514 ~ 33.27%
G 191 of 514 ~ 37.16%
B 152 of 514 ~ 29.57%

%33.27
%37.16
%29.57

CMYK color model

#ABBF98 color CMYK value is (10,0,20,25).

  • cyan value is 10.47%
  • magenta value is 0.00%
  • yellow value is 20.42%
  • key color value is 25.10%
CMYK:
(10,0,20,25)
C10M0Y20K25 
(10%,0%,20%,25%)
(0.10/0.00/0.20/0.25)	

CMYK percentages

%10.47
%0
%20.42
%25.1

Codes

Color #ABBF98 in popluar color models

ABBF98
RGB171191152
HSL91°23.35%67.25%
HSB/HSV91°20.42%74.90%
CMYK10.47%0.00%20.42%
25.10%

Color #ABBF98 in popluar number systems.

HEXABBF98
Decimal171191152
Binary101010111011111110011000
Octal253277230

Shades and tints

Shades of #ABBF98

#ABBF98
(171,191,152)
#9CAE8B
(156,174,139)
#8D9D7E
(141,157,126)
#7E8C71
(126,140,113)
#6F7B64
(111,123,100)
#606A57
(96,106,87)
#51594A
(81,89,74)
#42483D
(66,72,61)
#333730
(51,55,48)
#242623
(36,38,35)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #ABBF98

#ABBF98
(171,191,152)
#B2C4A1
(178,196,161)
#B9C9AA
(185,201,170)
#C0CEB3
(192,206,179)
#C7D3BC
(199,211,188)
#CED8C5
(206,216,197)
#D5DDCE
(213,221,206)
#DCE2D7
(220,226,215)
#E3E7E0
(227,231,224)
#EAECE9
(234,236,233)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBF98 color. Also use rgb(171,191,152) instead hex code.

Text Font Color

.myTextColor { color: #ABBF98; }

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

This text font color is #ABBF98.


Background Color

.myBgColor { background-color: #ABBF98; }

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

This div background color is #ABBF98.


Border color

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

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

This div border color is #ABBF98.


Opacity

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

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

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

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

This text has shadow with #ABBF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBF98 on black background.


Color preview on white background

This text has color #ABBF98 on white background.



Black color preview on #ABBF98 background

This text has black color on #ABBF98 background.


White color preview on #ABBF98 background

This text has white color on #ABBF98 background.