COLOR #ACB7C1

HEX: #ACB7C1 RGB: (172,183,193)

Color info

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

RGB color model

#ACB7C1 color RGB value is (172,183,193).

RGB: (172,183,193) (67%, 72%, 76%)

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 193 of 255 = 76%

172
183
193

R + G + B ~ 72%. #ACB7C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 183 + 193 = 548 (100%)
R 172 of 548 ~ 31.39%
G 183 of 548 ~ 33.39%
B 193 of 548 ~ 35.22'%

%31.39
%33.39
%35.22

CMYK color model

#ACB7C1 color CMYK value is (11,5,0,24).

  • cyan value is 10.88%
  • magenta value is 5.18%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK: (11,5,0,24) C11M5Y0K24 (11%,5%,0%,24%) (0.11/0.05/0.00/0.24) 

CMYK percentages

%10.88
%5.18
%0
%24.31

Codes

Color #ACB7C1 in popluar color models

AC B7 C1
RGB 172 183 193
HSL 209° 14.48% 71.57%
HSB/HSV 209° 10.88% 75.69%
CMYK 10.88% 5.18% 0.00%
24.31%

Color #ACB7C1 in popluar number systems.

HEX AC B7 C1
Decimal 172 183 193
Binary 10101100 10110111 11000001
Octal 254 267 301

Shades and tints

Shades of #ACB7C1

#ACB7C1
(172,183,193)
#9DA7B0
(157,167,176)
#8E979F
(142,151,159)
#7F878E
(127,135,142)
#70777D
(112,119,125)
#61676C
(97,103,108)
#52575B
(82,87,91)
#43474A
(67,71,74)
#343739
(52,55,57)
#252728
(37,39,40)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #ACB7C1

#ACB7C1
(172,183,193)
#B3BDC6
(179,189,198)
#BAC3CB
(186,195,203)
#C1C9D0
(193,201,208)
#C8CFD5
(200,207,213)
#CFD5DA
(207,213,218)
#D6DBDF
(214,219,223)
#DDE1E4
(221,225,228)
#E4E7E9
(228,231,233)
#EBEDEE
(235,237,238)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB7C1 color. Also use rgb(172,183,193) instead hex code.

Text Font Color

.myTextColor { color: #ACB7C1; }

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

This text font color is #ACB7C1.

Background Color

.myBgColor { background-color: #ACB7C1; }

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

This div background color is #ACB7C1.

Border color

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

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

This div border color is #ACB7C1.

Opacity

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

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

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

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

This text has shadow with #ACB7C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB7C1.

Preview

Color preview on black background

This text has color #ACB7C1 on black background.


Color preview on white background

This text has color #ACB7C1 on white background.


Black color preview on #ACB7C1 background

This text has black color on #ACB7C1 background.


White color preview on #ACB7C1 background

This text has white color on #ACB7C1 background.


Related colors

Complementary color

Complementary color for #hex is #53483E.


I love getcolorcode.com

Triadic colors

1 #C1ACB7 and #B7C1AC with #ACB7C1 are triadic colors.

2 #C1B7AC and #B7ACC1 with #ACB7C1 are triadic colors.