COLOR #ACB4BE

HEX: #ACB4BE
RGB: (172,180,190)

Color info

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

RGB color model

#ACB4BE color RGB value is (172,180,190).

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

RGB channels and saturation

R 172 of 255 = 67%
G 180 of 255 = 71%
B 190 of 255 = 75%

172
180
190

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

Portions of RGB colors in percentages

R + G + B =
172 + 180 + 190 = 542 (100%)
R 172 of 542 ~ 31.73%
G 180 of 542 ~ 33.21%
B 190 of 542 ~ 35.06%

%31.73
%33.21
%35.06

CMYK color model

#ACB4BE color CMYK value is (9,5,0,25).

  • cyan value is 9.47%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(9,5,0,25)
C9M5Y0K25 
(9%,5%,0%,25%)
(0.09/0.05/0.00/0.25)	

CMYK percentages

%9.47
%5.26
%0
%25.49

Codes

Color #ACB4BE in popluar color models

ACB4BE
RGB172180190
HSL213°12.16%70.98%
HSB/HSV213°9.47%74.51%
CMYK9.47%5.26%0.00%
25.49%

Color #ACB4BE in popluar number systems.

HEXACB4BE
Decimal172180190
Binary101011001011010010111110
Octal254264276

Shades and tints

Shades of #ACB4BE

#ACB4BE
(172,180,190)
#9DA4AD
(157,164,173)
#8E949C
(142,148,156)
#7F848B
(127,132,139)
#70747A
(112,116,122)
#616469
(97,100,105)
#525458
(82,84,88)
#434447
(67,68,71)
#343436
(52,52,54)
#252425
(37,36,37)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #ACB4BE

#ACB4BE
(172,180,190)
#B3BAC3
(179,186,195)
#BAC0C8
(186,192,200)
#C1C6CD
(193,198,205)
#C8CCD2
(200,204,210)
#CFD2D7
(207,210,215)
#D6D8DC
(214,216,220)
#DDDEE1
(221,222,225)
#E4E4E6
(228,228,230)
#EBEAEB
(235,234,235)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB4BE; }

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

This text font color is #ACB4BE.


Background Color

.myBgColor { background-color: #ACB4BE; }

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

This div background color is #ACB4BE.


Border color

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

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

This div border color is #ACB4BE.


Opacity

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

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

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

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

This text has shadow with #ACB4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB4BE on black background.


Color preview on white background

This text has color #ACB4BE on white background.



Black color preview on #ACB4BE background

This text has black color on #ACB4BE background.


White color preview on #ACB4BE background

This text has white color on #ACB4BE background.