COLOR #ABC09D

HEX: #ABC09D
RGB: (171,192,157)

Color info

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

RGB color model

#ABC09D color RGB value is (171,192,157).

  • red value is 171;
  • green value is 192;
  • blue value is 157.
RGB:
(171,192,157)
(67%,75%,62%)

RGB channels and saturation

R 171 of 255 = 67%
G 192 of 255 = 75%
B 157 of 255 = 62%

171
192
157

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

Portions of RGB colors in percentages

R + G + B =
171 + 192 + 157 = 520 (100%)
R 171 of 520 ~ 32.88%
G 192 of 520 ~ 36.92%
B 157 of 520 ~ 30.19%

%32.88
%36.92
%30.19

CMYK color model

#ABC09D color CMYK value is (11,0,18,25).

  • cyan value is 10.94%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 24.71%
CMYK:
(11,0,18,25)
C11M0Y18K25 
(11%,0%,18%,25%)
(0.11/0.00/0.18/0.25)	

CMYK percentages

%10.94
%0
%18.23
%24.71

Codes

Color #ABC09D in popluar color models

ABC09D
RGB171192157
HSL96°21.74%68.43%
HSB/HSV96°18.23%75.29%
CMYK10.94%0.00%18.23%
24.71%

Color #ABC09D in popluar number systems.

HEXABC09D
Decimal171192157
Binary101010111100000010011101
Octal253300235

Shades and tints

Shades of #ABC09D

#ABC09D
(171,192,157)
#9CAF8F
(156,175,143)
#8D9E81
(141,158,129)
#7E8D73
(126,141,115)
#6F7C65
(111,124,101)
#606B57
(96,107,87)
#515A49
(81,90,73)
#42493B
(66,73,59)
#33382D
(51,56,45)
#24271F
(36,39,31)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #ABC09D

#ABC09D
(171,192,157)
#B2C5A5
(178,197,165)
#B9CAAD
(185,202,173)
#C0CFB5
(192,207,181)
#C7D4BD
(199,212,189)
#CED9C5
(206,217,197)
#D5DECD
(213,222,205)
#DCE3D5
(220,227,213)
#E3E8DD
(227,232,221)
#EAEDE5
(234,237,229)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC09D color. Also use rgb(171,192,157) instead hex code.

Text Font Color

.myTextColor { color: #ABC09D; }

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

This text font color is #ABC09D.


Background Color

.myBgColor { background-color: #ABC09D; }

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

This div background color is #ABC09D.


Border color

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

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

This div border color is #ABC09D.


Opacity

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

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

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

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

This text has shadow with #ABC09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC09D on black background.


Color preview on white background

This text has color #ABC09D on white background.



Black color preview on #ABC09D background

This text has black color on #ABC09D background.


White color preview on #ABC09D background

This text has white color on #ABC09D background.