COLOR #ABC49B

HEX: #ABC49B
RGB: (171,196,155)

Color info

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

RGB color model

#ABC49B color RGB value is (171,196,155).

  • red value is 171;
  • green value is 196;
  • blue value is 155.
RGB:
(171,196,155)
(67%,77%,61%)

RGB channels and saturation

R 171 of 255 = 67%
G 196 of 255 = 77%
B 155 of 255 = 61%

171
196
155

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

Portions of RGB colors in percentages

R + G + B =
171 + 196 + 155 = 522 (100%)
R 171 of 522 ~ 32.76%
G 196 of 522 ~ 37.55%
B 155 of 522 ~ 29.69%

%32.76
%37.55
%29.69

CMYK color model

#ABC49B color CMYK value is (13,0,21,23).

  • cyan value is 12.76%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 23.14%
CMYK:
(13,0,21,23)
C13M0Y21K23 
(13%,0%,21%,23%)
(0.13/0.00/0.21/0.23)	

CMYK percentages

%12.76
%0
%20.92
%23.14

Codes

Color #ABC49B in popluar color models

ABC49B
RGB171196155
HSL97°25.79%68.82%
HSB/HSV97°20.92%76.86%
CMYK12.76%0.00%20.92%
23.14%

Color #ABC49B in popluar number systems.

HEXABC49B
Decimal171196155
Binary101010111100010010011011
Octal253304233

Shades and tints

Shades of #ABC49B

#ABC49B
(171,196,155)
#9CB38D
(156,179,141)
#8DA27F
(141,162,127)
#7E9171
(126,145,113)
#6F8063
(111,128,99)
#606F55
(96,111,85)
#515E47
(81,94,71)
#424D39
(66,77,57)
#333C2B
(51,60,43)
#242B1D
(36,43,29)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #ABC49B

#ABC49B
(171,196,155)
#B2C9A4
(178,201,164)
#B9CEAD
(185,206,173)
#C0D3B6
(192,211,182)
#C7D8BF
(199,216,191)
#CEDDC8
(206,221,200)
#D5E2D1
(213,226,209)
#DCE7DA
(220,231,218)
#E3ECE3
(227,236,227)
#EAF1EC
(234,241,236)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC49B color. Also use rgb(171,196,155) instead hex code.

Text Font Color

.myTextColor { color: #ABC49B; }

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

This text font color is #ABC49B.


Background Color

.myBgColor { background-color: #ABC49B; }

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

This div background color is #ABC49B.


Border color

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

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

This div border color is #ABC49B.


Opacity

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

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

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

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

This text has shadow with #ABC49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC49B on black background.


Color preview on white background

This text has color #ABC49B on white background.



Black color preview on #ABC49B background

This text has black color on #ABC49B background.


White color preview on #ABC49B background

This text has white color on #ABC49B background.