COLOR #ACBB71

HEX: #ACBB71 RGB: (172,187,113)

Color info

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

RGB color model

#ACBB71 color RGB value is (172,187,113).

RGB: (172,187,113) (67%, 73%, 44%)

RGB channels and saturation

R 172 of 255 = 67%
G 187 of 255 = 73%
B 113 of 255 = 44%

172
187
113

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

Portions of RGB colors in percentages

R + G + B = 172 + 187 + 113 = 472 (100%)
R 172 of 472 ~ 36.44%
G 187 of 472 ~ 39.62%
B 113 of 472 ~ 23.94'%

%36.44
%39.62
%23.94

CMYK color model

#ACBB71 color CMYK value is (8,0,40,27).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 39.57%
  • key color value is 26.67%

CMYK: (8,0,40,27)
C8M0Y40K27 (8%, 0%, 40%, 27%)
(0.08 / 0.00 / 0.40 / 0.27)

CMYK percentages

%8.02
%0
%39.57
%26.67

Codes

Color #ACBB71 in popluar color models

AC BB 71
RGB 172 187 113
HSL 72° 35.24% 58.82%
HSB/HSV 72° 39.57% 73.33%
CMYK 8.02% 0.00% 39.57%
26.67%

Color #ACBB71 in popluar number systems.

HEX AC BB 71
Decimal 172 187 113
Binary 10101100 10111011 1110001
Octal 254 273 161

Shades and tints

Shades of #ACBB71

#ACBB71
(172,187,113)
#9DAA67
(157,170,103)
#8E995D
(142,153,93)
#7F8853
(127,136,83)
#707749
(112,119,73)
#61663F
(97,102,63)
#525535
(82,85,53)
#43442B
(67,68,43)
#343321
(52,51,33)
#252217
(37,34,23)
#16110D
(22,17,13)
#000000
(0,0,0)

Tints of #ACBB71

#ACBB71
(172,187,113)
#B3C17D
(179,193,125)
#BAC789
(186,199,137)
#C1CD95
(193,205,149)
#C8D3A1
(200,211,161)
#CFD9AD
(207,217,173)
#D6DFB9
(214,223,185)
#DDE5C5
(221,229,197)
#E4EBD1
(228,235,209)
#EBF1DD
(235,241,221)
#F2F7E9
(242,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBB71 color. Also use rgb(172,187,113) instead hex code.

Text Font Color

.myTextColor { color: #ACBB71; }

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

This text font color is #ACBB71.

Background Color

.myBgColor { background-color: #ACBB71; }

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

This div background color is #ACBB71.

Border color

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

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

This div border color is #ACBB71.

Opacity

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

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

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

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

This text has shadow with #ACBB71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBB71.

Preview

Color preview on black background

This text has color #ACBB71 on black background.


Color preview on white background

This text has color #ACBB71 on white background.


Black color preview on #ACBB71 background

This text has black color on #ACBB71 background.


White color preview on #ACBB71 background

This text has white color on #ACBB71 background.


Related colors

Complementary color

Complementary color for #hex is #53448E.


I love getcolorcode.com

Triadic colors

1 #71ACBB and #BB71AC with #ACBB71 are triadic colors.

2 #71BBAC and #BBAC71 with #ACBB71 are triadic colors.