COLOR #ACB897

HEX: #ACB897 RGB: (172,184,151)

Color info

#ACB897 contains red, green and blue colors in about the same proportion. Web safe color of #ACB897 is #99CC99 (or #9C9).

RGB color model

#ACB897 color RGB value is (172,184,151).

RGB: (172,184,151) (67%, 72%, 59%)

RGB channels and saturation

R 172 of 255 = 67%
G 184 of 255 = 72%
B 151 of 255 = 59%

172
184
151

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

Portions of RGB colors in percentages

R + G + B = 172 + 184 + 151 = 507 (100%)
R 172 of 507 ~ 33.93%
G 184 of 507 ~ 36.29%
B 151 of 507 ~ 29.78'%

%33.93
%36.29
%29.78

CMYK color model

#ACB897 color CMYK value is (7,0,18,28).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 17.93%
  • key color value is 27.84%

CMYK: (7,0,18,28)
C7M0Y18K28 (7%, 0%, 18%, 28%)
(0.07 / 0.00 / 0.18 / 0.28)

CMYK percentages

%6.52
%0
%17.93
%27.84

Codes

Color #ACB897 in popluar color models

AC B8 97
RGB 172 184 151
HSL 82° 18.86% 65.69%
HSB/HSV 82° 17.93% 72.16%
CMYK 6.52% 0.00% 17.93%
27.84%

Color #ACB897 in popluar number systems.

HEX AC B8 97
Decimal 172 184 151
Binary 10101100 10111000 10010111
Octal 254 270 227

Shades and tints

Shades of #ACB897

#ACB897
(172,184,151)
#9DA88A
(157,168,138)
#8E987D
(142,152,125)
#7F8870
(127,136,112)
#707863
(112,120,99)
#616856
(97,104,86)
#525849
(82,88,73)
#43483C
(67,72,60)
#34382F
(52,56,47)
#252822
(37,40,34)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #ACB897

#ACB897
(172,184,151)
#B3BEA0
(179,190,160)
#BAC4A9
(186,196,169)
#C1CAB2
(193,202,178)
#C8D0BB
(200,208,187)
#CFD6C4
(207,214,196)
#D6DCCD
(214,220,205)
#DDE2D6
(221,226,214)
#E4E8DF
(228,232,223)
#EBEEE8
(235,238,232)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB897 color. Also use rgb(172,184,151) instead hex code.

Text Font Color

.myTextColor { color: #ACB897; }

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

This text font color is #ACB897.

Background Color

.myBgColor { background-color: #ACB897; }

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

This div background color is #ACB897.

Border color

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

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

This div border color is #ACB897.

Opacity

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

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

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

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

This text has shadow with #ACB897 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB897.

Preview

Color preview on black background

This text has color #ACB897 on black background.


Color preview on white background

This text has color #ACB897 on white background.


Black color preview on #ACB897 background

This text has black color on #ACB897 background.


White color preview on #ACB897 background

This text has white color on #ACB897 background.


Related colors

Complementary color

Complementary color for #hex is #534768.


I love getcolorcode.com

Triadic colors

1 #97ACB8 and #B897AC with #ACB897 are triadic colors.

2 #97B8AC and #B8AC97 with #ACB897 are triadic colors.