COLOR #ACB6BE

HEX: #ACB6BE
RGB: (172,182,190)

Color info

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

RGB color model

#ACB6BE color RGB value is (172,182,190).

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

RGB channels and saturation

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

172
182
190

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

Portions of RGB colors in percentages

R + G + B =
172 + 182 + 190 = 544 (100%)
R 172 of 544 ~ 31.62%
G 182 of 544 ~ 33.46%
B 190 of 544 ~ 34.93%

%31.62
%33.46
%34.93

CMYK color model

#ACB6BE color CMYK value is (9,4,0,25).

  • cyan value is 9.47%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(9,4,0,25)
C9M4Y0K25 
(9%,4%,0%,25%)
(0.09/0.04/0.00/0.25)	

CMYK percentages

%9.47
%4.21
%0
%25.49

Codes

Color #ACB6BE in popluar color models

ACB6BE
RGB172182190
HSL207°12.16%70.98%
HSB/HSV207°9.47%74.51%
CMYK9.47%4.21%0.00%
25.49%

Color #ACB6BE in popluar number systems.

HEXACB6BE
Decimal172182190
Binary101011001011011010111110
Octal254266276

Shades and tints

Shades of #ACB6BE

#ACB6BE
(172,182,190)
#9DA6AD
(157,166,173)
#8E969C
(142,150,156)
#7F868B
(127,134,139)
#70767A
(112,118,122)
#616669
(97,102,105)
#525658
(82,86,88)
#434647
(67,70,71)
#343636
(52,54,54)
#252625
(37,38,37)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #ACB6BE

#ACB6BE
(172,182,190)
#B3BCC3
(179,188,195)
#BAC2C8
(186,194,200)
#C1C8CD
(193,200,205)
#C8CED2
(200,206,210)
#CFD4D7
(207,212,215)
#D6DADC
(214,218,220)
#DDE0E1
(221,224,225)
#E4E6E6
(228,230,230)
#EBECEB
(235,236,235)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB6BE; }

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

This text font color is #ACB6BE.


Background Color

.myBgColor { background-color: #ACB6BE; }

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

This div background color is #ACB6BE.


Border color

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

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

This div border color is #ACB6BE.


Opacity

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

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

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

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

This text has shadow with #ACB6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB6BE on black background.


Color preview on white background

This text has color #ACB6BE on white background.



Black color preview on #ACB6BE background

This text has black color on #ACB6BE background.


White color preview on #ACB6BE background

This text has white color on #ACB6BE background.