COLOR #ACBEA8

HEX: #ACBEA8 RGB: (172,190,168)

Color info

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

RGB color model

#ACBEA8 color RGB value is (172,190,168).

RGB: (172,190,168) (67%, 75%, 66%)

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 168 of 255 = 66%

172
190
168

R + G + B ~ 69%. #ACBEA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 190 + 168 = 530 (100%)
R 172 of 530 ~ 32.45%
G 190 of 530 ~ 35.85%
B 168 of 530 ~ 31.7'%

%32.45
%35.85
%31.7

CMYK color model

#ACBEA8 color CMYK value is (9,0,12,25).

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

CMYK: (9,0,12,25)
C9M0Y12K25 (9%, 0%, 12%, 25%)
(0.09 / 0.00 / 0.12 / 0.25)

CMYK percentages

%9.47
%0
%11.58
%25.49

Codes

Color #ACBEA8 in popluar color models

AC BE A8
RGB 172 190 168
HSL 109° 14.47% 70.20%
HSB/HSV 109° 11.58% 74.51%
CMYK 9.47% 0.00% 11.58%
25.49%

Color #ACBEA8 in popluar number systems.

HEX AC BE A8
Decimal 172 190 168
Binary 10101100 10111110 10101000
Octal 254 276 250

Shades and tints

Shades of #ACBEA8

#ACBEA8
(172,190,168)
#9DAD99
(157,173,153)
#8E9C8A
(142,156,138)
#7F8B7B
(127,139,123)
#707A6C
(112,122,108)
#61695D
(97,105,93)
#52584E
(82,88,78)
#43473F
(67,71,63)
#343630
(52,54,48)
#252521
(37,37,33)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #ACBEA8

#ACBEA8
(172,190,168)
#B3C3AF
(179,195,175)
#BAC8B6
(186,200,182)
#C1CDBD
(193,205,189)
#C8D2C4
(200,210,196)
#CFD7CB
(207,215,203)
#D6DCD2
(214,220,210)
#DDE1D9
(221,225,217)
#E4E6E0
(228,230,224)
#EBEBE7
(235,235,231)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBEA8; }

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

This text font color is #ACBEA8.

Background Color

.myBgColor { background-color: #ACBEA8; }

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

This div background color is #ACBEA8.

Border color

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

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

This div border color is #ACBEA8.

Opacity

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

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

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

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

This text has shadow with #ACBEA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBEA8.

Preview

Color preview on black background

This text has color #ACBEA8 on black background.


Color preview on white background

This text has color #ACBEA8 on white background.


Black color preview on #ACBEA8 background

This text has black color on #ACBEA8 background.


White color preview on #ACBEA8 background

This text has white color on #ACBEA8 background.


Related colors

Complementary color

Complementary color for #hex is #534157.


I love getcolorcode.com

Triadic colors

1 #A8ACBE and #BEA8AC with #ACBEA8 are triadic colors.

2 #A8BEAC and #BEACA8 with #ACBEA8 are triadic colors.