COLOR #ACBB68

HEX: #ACBB68 RGB: (172,187,104)

Color info

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

RGB color model

#ACBB68 color RGB value is (172,187,104).

RGB: (172,187,104) (67%, 73%, 41%)

RGB channels and saturation

R 172 of 255 = 67%
G 187 of 255 = 73%
B 104 of 255 = 41%

172
187
104

R + G + B ~ 60%. #ACBB68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 172 + 187 + 104 = 463 (100%)
R 172 of 463 ~ 37.15%
G 187 of 463 ~ 40.39%
B 104 of 463 ~ 22.46'%

%37.15
%40.39
%22.46

CMYK color model

#ACBB68 color CMYK value is (8,0,44,27).

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

CMYK: (8,0,44,27)
C8M0Y44K27 (8%, 0%, 44%, 27%)
(0.08 / 0.00 / 0.44 / 0.27)

CMYK percentages

%8.02
%0
%44.39
%26.67

Codes

Color #ACBB68 in popluar color models

AC BB 68
RGB 172 187 104
HSL 71° 37.90% 57.06%
HSB/HSV 71° 44.39% 73.33%
CMYK 8.02% 0.00% 44.39%
26.67%

Color #ACBB68 in popluar number systems.

HEX AC BB 68
Decimal 172 187 104
Binary 10101100 10111011 1101000
Octal 254 273 150

Shades and tints

Shades of #ACBB68

#ACBB68
(172,187,104)
#9DAA5F
(157,170,95)
#8E9956
(142,153,86)
#7F884D
(127,136,77)
#707744
(112,119,68)
#61663B
(97,102,59)
#525532
(82,85,50)
#434429
(67,68,41)
#343320
(52,51,32)
#252217
(37,34,23)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #ACBB68

#ACBB68
(172,187,104)
#B3C175
(179,193,117)
#BAC782
(186,199,130)
#C1CD8F
(193,205,143)
#C8D39C
(200,211,156)
#CFD9A9
(207,217,169)
#D6DFB6
(214,223,182)
#DDE5C3
(221,229,195)
#E4EBD0
(228,235,208)
#EBF1DD
(235,241,221)
#F2F7EA
(242,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBB68; }

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

This text font color is #ACBB68.

Background Color

.myBgColor { background-color: #ACBB68; }

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

This div background color is #ACBB68.

Border color

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

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

This div border color is #ACBB68.

Opacity

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

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

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

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

This text has shadow with #ACBB68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBB68.

Preview

Color preview on black background

This text has color #ACBB68 on black background.


Color preview on white background

This text has color #ACBB68 on white background.


Black color preview on #ACBB68 background

This text has black color on #ACBB68 background.


White color preview on #ACBB68 background

This text has white color on #ACBB68 background.


Related colors

Complementary color

Complementary color for #hex is #534497.


I love getcolorcode.com

Triadic colors

1 #68ACBB and #BB68AC with #ACBB68 are triadic colors.

2 #68BBAC and #BBAC68 with #ACBB68 are triadic colors.