COLOR #ACB5C1

HEX: #ACB5C1 RGB: (172,181,193)

Color info

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

RGB color model

#ACB5C1 color RGB value is (172,181,193).

RGB: (172,181,193) (67%, 71%, 76%)

RGB channels and saturation

R 172 of 255 = 67%
G 181 of 255 = 71%
B 193 of 255 = 76%

172
181
193

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

Portions of RGB colors in percentages

R + G + B = 172 + 181 + 193 = 546 (100%)
R 172 of 546 ~ 31.5%
G 181 of 546 ~ 33.15%
B 193 of 546 ~ 35.35'%

%31.5
%33.15
%35.35

CMYK color model

#ACB5C1 color CMYK value is (11,6,0,24).

  • cyan value is 10.88%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (11,6,0,24)
C11M6Y0K24 (11%, 6%, 0%, 24%)
(0.11 / 0.06 / 0.00 / 0.24)

CMYK percentages

%10.88
%6.22
%0
%24.31

Codes

Color #ACB5C1 in popluar color models

AC B5 C1
RGB 172 181 193
HSL 214° 14.48% 71.57%
HSB/HSV 214° 10.88% 75.69%
CMYK 10.88% 6.22% 0.00%
24.31%

Color #ACB5C1 in popluar number systems.

HEX AC B5 C1
Decimal 172 181 193
Binary 10101100 10110101 11000001
Octal 254 265 301

Shades and tints

Shades of #ACB5C1

#ACB5C1
(172,181,193)
#9DA5B0
(157,165,176)
#8E959F
(142,149,159)
#7F858E
(127,133,142)
#70757D
(112,117,125)
#61656C
(97,101,108)
#52555B
(82,85,91)
#43454A
(67,69,74)
#343539
(52,53,57)
#252528
(37,37,40)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #ACB5C1

#ACB5C1
(172,181,193)
#B3BBC6
(179,187,198)
#BAC1CB
(186,193,203)
#C1C7D0
(193,199,208)
#C8CDD5
(200,205,213)
#CFD3DA
(207,211,218)
#D6D9DF
(214,217,223)
#DDDFE4
(221,223,228)
#E4E5E9
(228,229,233)
#EBEBEE
(235,235,238)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB5C1; }

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

This text font color is #ACB5C1.

Background Color

.myBgColor { background-color: #ACB5C1; }

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

This div background color is #ACB5C1.

Border color

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

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

This div border color is #ACB5C1.

Opacity

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

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

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

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

This text has shadow with #ACB5C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB5C1.

Preview

Color preview on black background

This text has color #ACB5C1 on black background.


Color preview on white background

This text has color #ACB5C1 on white background.


Black color preview on #ACB5C1 background

This text has black color on #ACB5C1 background.


White color preview on #ACB5C1 background

This text has white color on #ACB5C1 background.


Related colors

Complementary color

Complementary color for #hex is #534A3E.


I love getcolorcode.com

Triadic colors

1 #C1ACB5 and #B5C1AC with #ACB5C1 are triadic colors.

2 #C1B5AC and #B5ACC1 with #ACB5C1 are triadic colors.