COLOR #ACB3BE

HEX: #ACB3BE RGB: (172,179,190)

Color info

#ACB3BE contains red, green and blue colors in about the same proportion. Web safe color of #ACB3BE is #9999CC (or #99C).

RGB color model

#ACB3BE color RGB value is (172,179,190).

RGB: (172,179,190) (67%, 70%, 75%)

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 190 of 255 = 75%

172
179
190

R + G + B ~ 71%. #ACB3BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 179 + 190 = 541 (100%)
R 172 of 541 ~ 31.79%
G 179 of 541 ~ 33.09%
B 190 of 541 ~ 35.12'%

%31.79
%33.09
%35.12

CMYK color model

#ACB3BE color CMYK value is (9,6,0,25).

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

CMYK: (9,6,0,25)
C9M6Y0K25 (9%, 6%, 0%, 25%)
(0.09 / 0.06 / 0.00 / 0.25)

CMYK percentages

%9.47
%5.79
%0
%25.49

Codes

Color #ACB3BE in popluar color models

AC B3 BE
RGB 172 179 190
HSL 217° 12.16% 70.98%
HSB/HSV 217° 9.47% 74.51%
CMYK 9.47% 5.79% 0.00%
25.49%

Color #ACB3BE in popluar number systems.

HEX AC B3 BE
Decimal 172 179 190
Binary 10101100 10110011 10111110
Octal 254 263 276

Shades and tints

Shades of #ACB3BE

#ACB3BE
(172,179,190)
#9DA3AD
(157,163,173)
#8E939C
(142,147,156)
#7F838B
(127,131,139)
#70737A
(112,115,122)
#616369
(97,99,105)
#525358
(82,83,88)
#434347
(67,67,71)
#343336
(52,51,54)
#252325
(37,35,37)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #ACB3BE

#ACB3BE
(172,179,190)
#B3B9C3
(179,185,195)
#BABFC8
(186,191,200)
#C1C5CD
(193,197,205)
#C8CBD2
(200,203,210)
#CFD1D7
(207,209,215)
#D6D7DC
(214,215,220)
#DDDDE1
(221,221,225)
#E4E3E6
(228,227,230)
#EBE9EB
(235,233,235)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB3BE; }

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

This text font color is #ACB3BE.

Background Color

.myBgColor { background-color: #ACB3BE; }

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

This div background color is #ACB3BE.

Border color

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

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

This div border color is #ACB3BE.

Opacity

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

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

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

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

This text has shadow with #ACB3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB3BE.

Preview

Color preview on black background

This text has color #ACB3BE on black background.


Color preview on white background

This text has color #ACB3BE on white background.


Black color preview on #ACB3BE background

This text has black color on #ACB3BE background.


White color preview on #ACB3BE background

This text has white color on #ACB3BE background.


Related colors

Complementary color

Complementary color for #hex is #534C41.


I love getcolorcode.com

Triadic colors

1 #BEACB3 and #B3BEAC with #ACB3BE are triadic colors.

2 #BEB3AC and #B3ACBE with #ACB3BE are triadic colors.