COLOR #ACBCC1

HEX: #ACBCC1 RGB: (172,188,193)

Color info

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

RGB color model

#ACBCC1 color RGB value is (172,188,193).

RGB: (172,188,193) (67%, 74%, 76%)

RGB channels and saturation

R 172 of 255 = 67%
G 188 of 255 = 74%
B 193 of 255 = 76%

172
188
193

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

Portions of RGB colors in percentages

R + G + B = 172 + 188 + 193 = 553 (100%)
R 172 of 553 ~ 31.1%
G 188 of 553 ~ 34%
B 193 of 553 ~ 34.9'%

%31.1
%34
%34.9

CMYK color model

#ACBCC1 color CMYK value is (11,3,0,24).

  • cyan value is 10.88%
  • magenta value is 2.59%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK: (11,3,0,24) C11M3Y0K24 (11%,3%,0%,24%) (0.11/0.03/0.00/0.24) 

CMYK percentages

%10.88
%2.59
%0
%24.31

Codes

Color #ACBCC1 in popluar color models

AC BC C1
RGB 172 188 193
HSL 194° 14.48% 71.57%
HSB/HSV 194° 10.88% 75.69%
CMYK 10.88% 2.59% 0.00%
24.31%

Color #ACBCC1 in popluar number systems.

HEX AC BC C1
Decimal 172 188 193
Binary 10101100 10111100 11000001
Octal 254 274 301

Shades and tints

Shades of #ACBCC1

#ACBCC1
(172,188,193)
#9DABB0
(157,171,176)
#8E9A9F
(142,154,159)
#7F898E
(127,137,142)
#70787D
(112,120,125)
#61676C
(97,103,108)
#52565B
(82,86,91)
#43454A
(67,69,74)
#343439
(52,52,57)
#252328
(37,35,40)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #ACBCC1

#ACBCC1
(172,188,193)
#B3C2C6
(179,194,198)
#BAC8CB
(186,200,203)
#C1CED0
(193,206,208)
#C8D4D5
(200,212,213)
#CFDADA
(207,218,218)
#D6E0DF
(214,224,223)
#DDE6E4
(221,230,228)
#E4ECE9
(228,236,233)
#EBF2EE
(235,242,238)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBCC1; }

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

This text font color is #ACBCC1.

Background Color

.myBgColor { background-color: #ACBCC1; }

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

This div background color is #ACBCC1.

Border color

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

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

This div border color is #ACBCC1.

Opacity

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

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

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

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

This text has shadow with #ACBCC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBCC1.

Preview

Color preview on black background

This text has color #ACBCC1 on black background.


Color preview on white background

This text has color #ACBCC1 on white background.


Black color preview on #ACBCC1 background

This text has black color on #ACBCC1 background.


White color preview on #ACBCC1 background

This text has white color on #ACBCC1 background.


Related colors

Complementary color

Complementary color for #hex is #53433E.


I love getcolorcode.com

Triadic colors

1 #C1ACBC and #BCC1AC with #ACBCC1 are triadic colors.

2 #C1BCAC and #BCACC1 with #ACBCC1 are triadic colors.