COLOR #ACBEAB

HEX: #ACBEAB RGB: (172,190,171)

Color info

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

RGB color model

#ACBEAB color RGB value is (172,190,171).

RGB: (172,190,171) (67%, 75%, 67%)

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 171 of 255 = 67%

172
190
171

R + G + B ~ 70%. #ACBEAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 190 + 171 = 533 (100%)
R 172 of 533 ~ 32.27%
G 190 of 533 ~ 35.65%
B 171 of 533 ~ 32.08'%

%32.27
%35.65
%32.08

CMYK color model

#ACBEAB color CMYK value is (9,0,10,25).

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

CMYK: (9,0,10,25)
C9M0Y10K25 (9%, 0%, 10%, 25%)
(0.09 / 0.00 / 0.10 / 0.25)

CMYK percentages

%9.47
%0
%10
%25.49

Codes

Color #ACBEAB in popluar color models

AC BE AB
RGB 172 190 171
HSL 117° 12.75% 70.78%
HSB/HSV 117° 10.00% 74.51%
CMYK 9.47% 0.00% 10.00%
25.49%

Color #ACBEAB in popluar number systems.

HEX AC BE AB
Decimal 172 190 171
Binary 10101100 10111110 10101011
Octal 254 276 253

Shades and tints

Shades of #ACBEAB

#ACBEAB
(172,190,171)
#9DAD9C
(157,173,156)
#8E9C8D
(142,156,141)
#7F8B7E
(127,139,126)
#707A6F
(112,122,111)
#616960
(97,105,96)
#525851
(82,88,81)
#434742
(67,71,66)
#343633
(52,54,51)
#252524
(37,37,36)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #ACBEAB

#ACBEAB
(172,190,171)
#B3C3B2
(179,195,178)
#BAC8B9
(186,200,185)
#C1CDC0
(193,205,192)
#C8D2C7
(200,210,199)
#CFD7CE
(207,215,206)
#D6DCD5
(214,220,213)
#DDE1DC
(221,225,220)
#E4E6E3
(228,230,227)
#EBEBEA
(235,235,234)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBEAB; }

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

This text font color is #ACBEAB.

Background Color

.myBgColor { background-color: #ACBEAB; }

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

This div background color is #ACBEAB.

Border color

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

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

This div border color is #ACBEAB.

Opacity

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

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

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

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

This text has shadow with #ACBEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBEAB.

Preview

Color preview on black background

This text has color #ACBEAB on black background.


Color preview on white background

This text has color #ACBEAB on white background.


Black color preview on #ACBEAB background

This text has black color on #ACBEAB background.


White color preview on #ACBEAB background

This text has white color on #ACBEAB background.


Related colors

Complementary color

Complementary color for #hex is #534154.


I love getcolorcode.com

Triadic colors

1 #ABACBE and #BEABAC with #ACBEAB are triadic colors.

2 #ABBEAC and #BEACAB with #ACBEAB are triadic colors.