COLOR #ABC486

HEX: #ABC486 RGB: (171,196,134)

Color info

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

RGB color model

#ABC486 color RGB value is (171,196,134).

RGB: (171,196,134) (67%, 77%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 196 of 255 = 77%
B 134 of 255 = 53%

171
196
134

R + G + B ~ 66%. #ABC486 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 196 + 134 = 501 (100%)
R 171 of 501 ~ 34.13%
G 196 of 501 ~ 39.12%
B 134 of 501 ~ 26.75'%

%34.13
%39.12
%26.75

CMYK color model

#ABC486 color CMYK value is (13,0,32,23).

  • cyan value is 12.76%
  • magenta value is 0.00%
  • yellow value is 31.63%
  • key color value is 23.14%

CMYK: (13,0,32,23)
C13M0Y32K23 (13%, 0%, 32%, 23%)
(0.13 / 0.00 / 0.32 / 0.23)

CMYK percentages

%12.76
%0
%31.63
%23.14

Codes

Color #ABC486 in popluar color models

AB C4 86
RGB 171 196 134
HSL 84° 34.44% 64.71%
HSB/HSV 84° 31.63% 76.86%
CMYK 12.76% 0.00% 31.63%
23.14%

Color #ABC486 in popluar number systems.

HEX AB C4 86
Decimal 171 196 134
Binary 10101011 11000100 10000110
Octal 253 304 206

Shades and tints

Shades of #ABC486

#ABC486
(171,196,134)
#9CB37A
(156,179,122)
#8DA26E
(141,162,110)
#7E9162
(126,145,98)
#6F8056
(111,128,86)
#606F4A
(96,111,74)
#515E3E
(81,94,62)
#424D32
(66,77,50)
#333C26
(51,60,38)
#242B1A
(36,43,26)
#151A0E
(21,26,14)
#000000
(0,0,0)

Tints of #ABC486

#ABC486
(171,196,134)
#B2C991
(178,201,145)
#B9CE9C
(185,206,156)
#C0D3A7
(192,211,167)
#C7D8B2
(199,216,178)
#CEDDBD
(206,221,189)
#D5E2C8
(213,226,200)
#DCE7D3
(220,231,211)
#E3ECDE
(227,236,222)
#EAF1E9
(234,241,233)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC486; }

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

This text font color is #ABC486.

Background Color

.myBgColor { background-color: #ABC486; }

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

This div background color is #ABC486.

Border color

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

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

This div border color is #ABC486.

Opacity

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

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

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

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

This text has shadow with #ABC486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC486.

Preview

Color preview on black background

This text has color #ABC486 on black background.


Color preview on white background

This text has color #ABC486 on white background.


Black color preview on #ABC486 background

This text has black color on #ABC486 background.


White color preview on #ABC486 background

This text has white color on #ABC486 background.


Related colors

Complementary color

Complementary color for #hex is #543B79.


I love getcolorcode.com

Triadic colors

1 #86ABC4 and #C486AB with #ABC486 are triadic colors.

2 #86C4AB and #C4AB86 with #ABC486 are triadic colors.