COLOR #ACB898

HEX: #ACB898 RGB: (172,184,152)

Color info

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

RGB color model

#ACB898 color RGB value is (172,184,152).

RGB: (172,184,152) (67%, 72%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 184 of 255 = 72%
B 152 of 255 = 60%

172
184
152

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

Portions of RGB colors in percentages

R + G + B = 172 + 184 + 152 = 508 (100%)
R 172 of 508 ~ 33.86%
G 184 of 508 ~ 36.22%
B 152 of 508 ~ 29.92'%

%33.86
%36.22
%29.92

CMYK color model

#ACB898 color CMYK value is (7,0,17,28).

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

CMYK: (7,0,17,28)
C7M0Y17K28 (7%, 0%, 17%, 28%)
(0.07 / 0.00 / 0.17 / 0.28)

CMYK percentages

%6.52
%0
%17.39
%27.84

Codes

Color #ACB898 in popluar color models

AC B8 98
RGB 172 184 152
HSL 83° 18.39% 65.88%
HSB/HSV 83° 17.39% 72.16%
CMYK 6.52% 0.00% 17.39%
27.84%

Color #ACB898 in popluar number systems.

HEX AC B8 98
Decimal 172 184 152
Binary 10101100 10111000 10011000
Octal 254 270 230

Shades and tints

Shades of #ACB898

#ACB898
(172,184,152)
#9DA88B
(157,168,139)
#8E987E
(142,152,126)
#7F8871
(127,136,113)
#707864
(112,120,100)
#616857
(97,104,87)
#52584A
(82,88,74)
#43483D
(67,72,61)
#343830
(52,56,48)
#252823
(37,40,35)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #ACB898

#ACB898
(172,184,152)
#B3BEA1
(179,190,161)
#BAC4AA
(186,196,170)
#C1CAB3
(193,202,179)
#C8D0BC
(200,208,188)
#CFD6C5
(207,214,197)
#D6DCCE
(214,220,206)
#DDE2D7
(221,226,215)
#E4E8E0
(228,232,224)
#EBEEE9
(235,238,233)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB898; }

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

This text font color is #ACB898.

Background Color

.myBgColor { background-color: #ACB898; }

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

This div background color is #ACB898.

Border color

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

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

This div border color is #ACB898.

Opacity

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

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

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

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

This text has shadow with #ACB898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB898.

Preview

Color preview on black background

This text has color #ACB898 on black background.


Color preview on white background

This text has color #ACB898 on white background.


Black color preview on #ACB898 background

This text has black color on #ACB898 background.


White color preview on #ACB898 background

This text has white color on #ACB898 background.


Related colors

Complementary color

Complementary color for #hex is #534767.


I love getcolorcode.com

Triadic colors

1 #98ACB8 and #B898AC with #ACB898 are triadic colors.

2 #98B8AC and #B8AC98 with #ACB898 are triadic colors.