COLOR #ACB0C7

HEX: #ACB0C7 RGB: (172,176,199)

Color info

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

RGB color model

#ACB0C7 color RGB value is (172,176,199).

RGB: (172,176,199) (67%, 69%, 78%)

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 199 of 255 = 78%

172
176
199

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

Portions of RGB colors in percentages

R + G + B = 172 + 176 + 199 = 547 (100%)
R 172 of 547 ~ 31.44%
G 176 of 547 ~ 32.18%
B 199 of 547 ~ 36.38'%

%31.44
%32.18
%36.38

CMYK color model

#ACB0C7 color CMYK value is (14,12,0,22).

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

CMYK: (14,12,0,22)
C14M12Y0K22 (14%, 12%, 0%, 22%)
(0.14 / 0.12 / 0.00 / 0.22)

CMYK percentages

%13.57
%11.56
%0
%21.96

Codes

Color #ACB0C7 in popluar color models

AC B0 C7
RGB 172 176 199
HSL 231° 19.42% 72.75%
HSB/HSV 231° 13.57% 78.04%
CMYK 13.57% 11.56% 0.00%
21.96%

Color #ACB0C7 in popluar number systems.

HEX AC B0 C7
Decimal 172 176 199
Binary 10101100 10110000 11000111
Octal 254 260 307

Shades and tints

Shades of #ACB0C7

#ACB0C7
(172,176,199)
#9DA0B5
(157,160,181)
#8E90A3
(142,144,163)
#7F8091
(127,128,145)
#70707F
(112,112,127)
#61606D
(97,96,109)
#52505B
(82,80,91)
#434049
(67,64,73)
#343037
(52,48,55)
#252025
(37,32,37)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #ACB0C7

#ACB0C7
(172,176,199)
#B3B7CC
(179,183,204)
#BABED1
(186,190,209)
#C1C5D6
(193,197,214)
#C8CCDB
(200,204,219)
#CFD3E0
(207,211,224)
#D6DAE5
(214,218,229)
#DDE1EA
(221,225,234)
#E4E8EF
(228,232,239)
#EBEFF4
(235,239,244)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB0C7; }

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

This text font color is #ACB0C7.

Background Color

.myBgColor { background-color: #ACB0C7; }

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

This div background color is #ACB0C7.

Border color

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

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

This div border color is #ACB0C7.

Opacity

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

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

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

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

This text has shadow with #ACB0C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB0C7.

Preview

Color preview on black background

This text has color #ACB0C7 on black background.


Color preview on white background

This text has color #ACB0C7 on white background.


Black color preview on #ACB0C7 background

This text has black color on #ACB0C7 background.


White color preview on #ACB0C7 background

This text has white color on #ACB0C7 background.


Related colors

Complementary color

Complementary color for #hex is #534F38.


I love getcolorcode.com

Triadic colors

1 #C7ACB0 and #B0C7AC with #ACB0C7 are triadic colors.

2 #C7B0AC and #B0ACC7 with #ACB0C7 are triadic colors.