COLOR #ACBAC7

HEX: #ACBAC7 RGB: (172,186,199)

Color info

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

RGB color model

#ACBAC7 color RGB value is (172,186,199).

RGB: (172,186,199) (67%, 73%, 78%)

RGB channels and saturation

R 172 of 255 = 67%
G 186 of 255 = 73%
B 199 of 255 = 78%

172
186
199

R + G + B ~ 73%. #ACBAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 186 + 199 = 557 (100%)
R 172 of 557 ~ 30.88%
G 186 of 557 ~ 33.39%
B 199 of 557 ~ 35.73'%

%30.88
%33.39
%35.73

CMYK color model

#ACBAC7 color CMYK value is (14,7,0,22).

  • cyan value is 13.57%
  • magenta value is 6.53%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (14,7,0,22)
C14M7Y0K22 (14%, 7%, 0%, 22%)
(0.14 / 0.07 / 0.00 / 0.22)

CMYK percentages

%13.57
%6.53
%0
%21.96

Codes

Color #ACBAC7 in popluar color models

AC BA C7
RGB 172 186 199
HSL 209° 19.42% 72.75%
HSB/HSV 209° 13.57% 78.04%
CMYK 13.57% 6.53% 0.00%
21.96%

Color #ACBAC7 in popluar number systems.

HEX AC BA C7
Decimal 172 186 199
Binary 10101100 10111010 11000111
Octal 254 272 307

Shades and tints

Shades of #ACBAC7

#ACBAC7
(172,186,199)
#9DAAB5
(157,170,181)
#8E9AA3
(142,154,163)
#7F8A91
(127,138,145)
#707A7F
(112,122,127)
#616A6D
(97,106,109)
#525A5B
(82,90,91)
#434A49
(67,74,73)
#343A37
(52,58,55)
#252A25
(37,42,37)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #ACBAC7

#ACBAC7
(172,186,199)
#B3C0CC
(179,192,204)
#BAC6D1
(186,198,209)
#C1CCD6
(193,204,214)
#C8D2DB
(200,210,219)
#CFD8E0
(207,216,224)
#D6DEE5
(214,222,229)
#DDE4EA
(221,228,234)
#E4EAEF
(228,234,239)
#EBF0F4
(235,240,244)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBAC7 color. Also use rgb(172,186,199) instead hex code.

Text Font Color

.myTextColor { color: #ACBAC7; }

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

This text font color is #ACBAC7.

Background Color

.myBgColor { background-color: #ACBAC7; }

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

This div background color is #ACBAC7.

Border color

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

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

This div border color is #ACBAC7.

Opacity

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

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

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

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

This text has shadow with #ACBAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBAC7.

Preview

Color preview on black background

This text has color #ACBAC7 on black background.


Color preview on white background

This text has color #ACBAC7 on white background.


Black color preview on #ACBAC7 background

This text has black color on #ACBAC7 background.


White color preview on #ACBAC7 background

This text has white color on #ACBAC7 background.


Related colors

Complementary color

Complementary color for #hex is #534538.


I love getcolorcode.com

Triadic colors

1 #C7ACBA and #BAC7AC with #ACBAC7 are triadic colors.

2 #C7BAAC and #BAACC7 with #ACBAC7 are triadic colors.