COLOR #ACBE98

HEX: #ACBE98 RGB: (172,190,152)

Color info

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

RGB color model

#ACBE98 color RGB value is (172,190,152).

RGB: (172,190,152) (67%, 75%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 152 of 255 = 60%

172
190
152

R + G + B ~ 67%. #ACBE98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 190 + 152 = 514 (100%)
R 172 of 514 ~ 33.46%
G 190 of 514 ~ 36.96%
B 152 of 514 ~ 29.57'%

%33.46
%36.96
%29.57

CMYK color model

#ACBE98 color CMYK value is (9,0,20,25).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 25.49%

CMYK: (9,0,20,25)
C9M0Y20K25 (9%, 0%, 20%, 25%)
(0.09 / 0.00 / 0.20 / 0.25)

CMYK percentages

%9.47
%0
%20
%25.49

Codes

Color #ACBE98 in popluar color models

AC BE 98
RGB 172 190 152
HSL 88° 22.62% 67.06%
HSB/HSV 88° 20.00% 74.51%
CMYK 9.47% 0.00% 20.00%
25.49%

Color #ACBE98 in popluar number systems.

HEX AC BE 98
Decimal 172 190 152
Binary 10101100 10111110 10011000
Octal 254 276 230

Shades and tints

Shades of #ACBE98

#ACBE98
(172,190,152)
#9DAD8B
(157,173,139)
#8E9C7E
(142,156,126)
#7F8B71
(127,139,113)
#707A64
(112,122,100)
#616957
(97,105,87)
#52584A
(82,88,74)
#43473D
(67,71,61)
#343630
(52,54,48)
#252523
(37,37,35)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #ACBE98

#ACBE98
(172,190,152)
#B3C3A1
(179,195,161)
#BAC8AA
(186,200,170)
#C1CDB3
(193,205,179)
#C8D2BC
(200,210,188)
#CFD7C5
(207,215,197)
#D6DCCE
(214,220,206)
#DDE1D7
(221,225,215)
#E4E6E0
(228,230,224)
#EBEBE9
(235,235,233)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBE98; }

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

This text font color is #ACBE98.

Background Color

.myBgColor { background-color: #ACBE98; }

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

This div background color is #ACBE98.

Border color

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

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

This div border color is #ACBE98.

Opacity

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

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

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

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

This text has shadow with #ACBE98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBE98.

Preview

Color preview on black background

This text has color #ACBE98 on black background.


Color preview on white background

This text has color #ACBE98 on white background.


Black color preview on #ACBE98 background

This text has black color on #ACBE98 background.


White color preview on #ACBE98 background

This text has white color on #ACBE98 background.


Related colors

Complementary color

Complementary color for #hex is #534167.


I love getcolorcode.com

Triadic colors

1 #98ACBE and #BE98AC with #ACBE98 are triadic colors.

2 #98BEAC and #BEAC98 with #ACBE98 are triadic colors.