COLOR #ACBE9E

HEX: #ACBE9E
RGB: (172,190,158)

Color info

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

RGB color model

#ACBE9E color RGB value is (172,190,158).

  • red value is 172;
  • green value is 190;
  • blue value is 158.
RGB:
(172,190,158)
(67%,75%,62%)

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 158 of 255 = 62%

172
190
158

R + G + B ~ 68%. #ACBE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 190 + 158 = 520 (100%)
R 172 of 520 ~ 33.08%
G 190 of 520 ~ 36.54%
B 158 of 520 ~ 30.38%

%33.08
%36.54
%30.38

CMYK color model

#ACBE9E color CMYK value is (9,0,17,25).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 16.84%
  • key color value is 25.49%
CMYK:
(9,0,17,25)
C9M0Y17K25 
(9%,0%,17%,25%)
(0.09/0.00/0.17/0.25)	

CMYK percentages

%9.47
%0
%16.84
%25.49

Codes

Color #ACBE9E in popluar color models

ACBE9E
RGB172190158
HSL94°19.75%68.24%
HSB/HSV94°16.84%74.51%
CMYK9.47%0.00%16.84%
25.49%

Color #ACBE9E in popluar number systems.

HEXACBE9E
Decimal172190158
Binary101011001011111010011110
Octal254276236

Shades and tints

Shades of #ACBE9E

#ACBE9E
(172,190,158)
#9DAD90
(157,173,144)
#8E9C82
(142,156,130)
#7F8B74
(127,139,116)
#707A66
(112,122,102)
#616958
(97,105,88)
#52584A
(82,88,74)
#43473C
(67,71,60)
#34362E
(52,54,46)
#252520
(37,37,32)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #ACBE9E

#ACBE9E
(172,190,158)
#B3C3A6
(179,195,166)
#BAC8AE
(186,200,174)
#C1CDB6
(193,205,182)
#C8D2BE
(200,210,190)
#CFD7C6
(207,215,198)
#D6DCCE
(214,220,206)
#DDE1D6
(221,225,214)
#E4E6DE
(228,230,222)
#EBEBE6
(235,235,230)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBE9E; }

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

This text font color is #ACBE9E.


Background Color

.myBgColor { background-color: #ACBE9E; }

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

This div background color is #ACBE9E.


Border color

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

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

This div border color is #ACBE9E.


Opacity

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

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

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

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

This text has shadow with #ACBE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBE9E on black background.


Color preview on white background

This text has color #ACBE9E on white background.



Black color preview on #ACBE9E background

This text has black color on #ACBE9E background.


White color preview on #ACBE9E background

This text has white color on #ACBE9E background.