COLOR #ABB870

HEX: #ABB870 RGB: (171,184,112)

Color info

#ABB870 contains mainly red and green colors. Web safe color of #ABB870 is #99CC66 (or #9C6).

RGB color model

#ABB870 color RGB value is (171,184,112).

RGB: (171,184,112) (67%, 72%, 44%)

RGB channels and saturation

R 171 of 255 = 67%
G 184 of 255 = 72%
B 112 of 255 = 44%

171
184
112

R + G + B ~ 61%. #ABB870 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 184 + 112 = 467 (100%)
R 171 of 467 ~ 36.62%
G 184 of 467 ~ 39.4%
B 112 of 467 ~ 23.98'%

%36.62
%39.4
%23.98

CMYK color model

#ABB870 color CMYK value is (7,0,39,28).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 27.84%

CMYK: (7,0,39,28)
C7M0Y39K28 (7%, 0%, 39%, 28%)
(0.07 / 0.00 / 0.39 / 0.28)

CMYK percentages

%7.07
%0
%39.13
%27.84

Codes

Color #ABB870 in popluar color models

AB B8 70
RGB 171 184 112
HSL 71° 33.64% 58.04%
HSB/HSV 71° 39.13% 72.16%
CMYK 7.07% 0.00% 39.13%
27.84%

Color #ABB870 in popluar number systems.

HEX AB B8 70
Decimal 171 184 112
Binary 10101011 10111000 1110000
Octal 253 270 160

Shades and tints

Shades of #ABB870

#ABB870
(171,184,112)
#9CA866
(156,168,102)
#8D985C
(141,152,92)
#7E8852
(126,136,82)
#6F7848
(111,120,72)
#60683E
(96,104,62)
#515834
(81,88,52)
#42482A
(66,72,42)
#333820
(51,56,32)
#242816
(36,40,22)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #ABB870

#ABB870
(171,184,112)
#B2BE7D
(178,190,125)
#B9C48A
(185,196,138)
#C0CA97
(192,202,151)
#C7D0A4
(199,208,164)
#CED6B1
(206,214,177)
#D5DCBE
(213,220,190)
#DCE2CB
(220,226,203)
#E3E8D8
(227,232,216)
#EAEEE5
(234,238,229)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB870 color. Also use rgb(171,184,112) instead hex code.

Text Font Color

.myTextColor { color: #ABB870; }

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

This text font color is #ABB870.

Background Color

.myBgColor { background-color: #ABB870; }

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

This div background color is #ABB870.

Border color

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

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

This div border color is #ABB870.

Opacity

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

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

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

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

This text has shadow with #ABB870 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB870.

Preview

Color preview on black background

This text has color #ABB870 on black background.


Color preview on white background

This text has color #ABB870 on white background.


Black color preview on #ABB870 background

This text has black color on #ABB870 background.


White color preview on #ABB870 background

This text has white color on #ABB870 background.


Related colors

Complementary color

Complementary color for #hex is #54478F.


I love getcolorcode.com

Triadic colors

1 #70ABB8 and #B870AB with #ABB870 are triadic colors.

2 #70B8AB and #B8AB70 with #ABB870 are triadic colors.