COLOR #ABC199

HEX: #ABC199
RGB: (171,193,153)

Color info

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

RGB color model

#ABC199 color RGB value is (171,193,153).

  • red value is 171;
  • green value is 193;
  • blue value is 153.
RGB:
(171,193,153)
(67%,76%,60%)

RGB channels and saturation

R 171 of 255 = 67%
G 193 of 255 = 76%
B 153 of 255 = 60%

171
193
153

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

Portions of RGB colors in percentages

R + G + B =
171 + 193 + 153 = 517 (100%)
R 171 of 517 ~ 33.08%
G 193 of 517 ~ 37.33%
B 153 of 517 ~ 29.59%

%33.08
%37.33
%29.59

CMYK color model

#ABC199 color CMYK value is (11,0,21,24).

  • cyan value is 11.40%
  • magenta value is 0.00%
  • yellow value is 20.73%
  • key color value is 24.31%
CMYK:
(11,0,21,24)
C11M0Y21K24 
(11%,0%,21%,24%)
(0.11/0.00/0.21/0.24)	

CMYK percentages

%11.4
%0
%20.73
%24.31

Codes

Color #ABC199 in popluar color models

ABC199
RGB171193153
HSL93°24.39%67.84%
HSB/HSV93°20.73%75.69%
CMYK11.40%0.00%20.73%
24.31%

Color #ABC199 in popluar number systems.

HEXABC199
Decimal171193153
Binary101010111100000110011001
Octal253301231

Shades and tints

Shades of #ABC199

#ABC199
(171,193,153)
#9CB08C
(156,176,140)
#8D9F7F
(141,159,127)
#7E8E72
(126,142,114)
#6F7D65
(111,125,101)
#606C58
(96,108,88)
#515B4B
(81,91,75)
#424A3E
(66,74,62)
#333931
(51,57,49)
#242824
(36,40,36)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #ABC199

#ABC199
(171,193,153)
#B2C6A2
(178,198,162)
#B9CBAB
(185,203,171)
#C0D0B4
(192,208,180)
#C7D5BD
(199,213,189)
#CEDAC6
(206,218,198)
#D5DFCF
(213,223,207)
#DCE4D8
(220,228,216)
#E3E9E1
(227,233,225)
#EAEEEA
(234,238,234)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC199 color. Also use rgb(171,193,153) instead hex code.

Text Font Color

.myTextColor { color: #ABC199; }

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

This text font color is #ABC199.


Background Color

.myBgColor { background-color: #ABC199; }

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

This div background color is #ABC199.


Border color

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

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

This div border color is #ABC199.


Opacity

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

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

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

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

This text has shadow with #ABC199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC199 on black background.


Color preview on white background

This text has color #ABC199 on white background.



Black color preview on #ABC199 background

This text has black color on #ABC199 background.


White color preview on #ABC199 background

This text has white color on #ABC199 background.