COLOR #ABC284

HEX: #ABC284
RGB: (171,194,132)

Color info

#ABC284 contains mainly red and green colors. Web safe color of #ABC284 is #99CC99 (or #9C9).

RGB color model

#ABC284 color RGB value is (171,194,132).

  • red value is 171;
  • green value is 194;
  • blue value is 132.
RGB:
(171,194,132)
(67%,76%,52%)

RGB channels and saturation

R 171 of 255 = 67%
G 194 of 255 = 76%
B 132 of 255 = 52%

171
194
132

R + G + B ~ 65%. #ABC284 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 194 + 132 = 497 (100%)
R 171 of 497 ~ 34.41%
G 194 of 497 ~ 39.03%
B 132 of 497 ~ 26.56%

%34.41
%39.03
%26.56

CMYK color model

#ABC284 color CMYK value is (12,0,32,24).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 31.96%
  • key color value is 23.92%
CMYK:
(12,0,32,24)
C12M0Y32K24 
(12%,0%,32%,24%)
(0.12/0.00/0.32/0.24)	

CMYK percentages

%11.86
%0
%31.96
%23.92

Codes

Color #ABC284 in popluar color models

ABC284
RGB171194132
HSL82°33.70%63.92%
HSB/HSV82°31.96%76.08%
CMYK11.86%0.00%31.96%
23.92%

Color #ABC284 in popluar number systems.

HEXABC284
Decimal171194132
Binary101010111100001010000100
Octal253302204

Shades and tints

Shades of #ABC284

#ABC284
(171,194,132)
#9CB178
(156,177,120)
#8DA06C
(141,160,108)
#7E8F60
(126,143,96)
#6F7E54
(111,126,84)
#606D48
(96,109,72)
#515C3C
(81,92,60)
#424B30
(66,75,48)
#333A24
(51,58,36)
#242918
(36,41,24)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #ABC284

#ABC284
(171,194,132)
#B2C78F
(178,199,143)
#B9CC9A
(185,204,154)
#C0D1A5
(192,209,165)
#C7D6B0
(199,214,176)
#CEDBBB
(206,219,187)
#D5E0C6
(213,224,198)
#DCE5D1
(220,229,209)
#E3EADC
(227,234,220)
#EAEFE7
(234,239,231)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC284 color. Also use rgb(171,194,132) instead hex code.

Text Font Color

.myTextColor { color: #ABC284; }

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

This text font color is #ABC284.


Background Color

.myBgColor { background-color: #ABC284; }

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

This div background color is #ABC284.


Border color

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

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

This div border color is #ABC284.


Opacity

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

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

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

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

This text has shadow with #ABC284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC284 on black background.


Color preview on white background

This text has color #ABC284 on white background.



Black color preview on #ABC284 background

This text has black color on #ABC284 background.


White color preview on #ABC284 background

This text has white color on #ABC284 background.