COLOR #ACBD71

HEX: #ACBD71 RGB: (172,189,113)

Color info

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

RGB color model

#ACBD71 color RGB value is (172,189,113).

RGB: (172,189,113) (67%, 74%, 44%)

RGB channels and saturation

R 172 of 255 = 67%
G 189 of 255 = 74%
B 113 of 255 = 44%

172
189
113

R + G + B ~ 62%. #ACBD71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 189 + 113 = 474 (100%)
R 172 of 474 ~ 36.29%
G 189 of 474 ~ 39.87%
B 113 of 474 ~ 23.84'%

%36.29
%39.87
%23.84

CMYK color model

#ACBD71 color CMYK value is (9,0,40,26).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 40.21%
  • key color value is 25.88%

CMYK: (9,0,40,26)
C9M0Y40K26 (9%, 0%, 40%, 26%)
(0.09 / 0.00 / 0.40 / 0.26)

CMYK percentages

%8.99
%0
%40.21
%25.88

Codes

Color #ACBD71 in popluar color models

AC BD 71
RGB 172 189 113
HSL 73° 36.54% 59.22%
HSB/HSV 73° 40.21% 74.12%
CMYK 8.99% 0.00% 40.21%
25.88%

Color #ACBD71 in popluar number systems.

HEX AC BD 71
Decimal 172 189 113
Binary 10101100 10111101 1110001
Octal 254 275 161

Shades and tints

Shades of #ACBD71

#ACBD71
(172,189,113)
#9DAC67
(157,172,103)
#8E9B5D
(142,155,93)
#7F8A53
(127,138,83)
#707949
(112,121,73)
#61683F
(97,104,63)
#525735
(82,87,53)
#43462B
(67,70,43)
#343521
(52,53,33)
#252417
(37,36,23)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #ACBD71

#ACBD71
(172,189,113)
#B3C37D
(179,195,125)
#BAC989
(186,201,137)
#C1CF95
(193,207,149)
#C8D5A1
(200,213,161)
#CFDBAD
(207,219,173)
#D6E1B9
(214,225,185)
#DDE7C5
(221,231,197)
#E4EDD1
(228,237,209)
#EBF3DD
(235,243,221)
#F2F9E9
(242,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBD71; }

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

This text font color is #ACBD71.

Background Color

.myBgColor { background-color: #ACBD71; }

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

This div background color is #ACBD71.

Border color

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

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

This div border color is #ACBD71.

Opacity

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

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

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

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

This text has shadow with #ACBD71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBD71.

Preview

Color preview on black background

This text has color #ACBD71 on black background.


Color preview on white background

This text has color #ACBD71 on white background.


Black color preview on #ACBD71 background

This text has black color on #ACBD71 background.


White color preview on #ACBD71 background

This text has white color on #ACBD71 background.


Related colors

Complementary color

Complementary color for #hex is #53428E.


I love getcolorcode.com

Triadic colors

1 #71ACBD and #BD71AC with #ACBD71 are triadic colors.

2 #71BDAC and #BDAC71 with #ACBD71 are triadic colors.