COLOR #ACBCC6

HEX: #ACBCC6
RGB: (172,188,198)

Color info

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

RGB color model

#ACBCC6 color RGB value is (172,188,198).

  • red value is 172;
  • green value is 188;
  • blue value is 198.
RGB:
(172,188,198)
(67%,74%,78%)

RGB channels and saturation

R 172 of 255 = 67%
G 188 of 255 = 74%
B 198 of 255 = 78%

172
188
198

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

Portions of RGB colors in percentages

R + G + B =
172 + 188 + 198 = 558 (100%)
R 172 of 558 ~ 30.82%
G 188 of 558 ~ 33.69%
B 198 of 558 ~ 35.48%

%30.82
%33.69
%35.48

CMYK color model

#ACBCC6 color CMYK value is (13,5,0,22).

  • cyan value is 13.13%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(13,5,0,22)
C13M5Y0K22 
(13%,5%,0%,22%)
(0.13/0.05/0.00/0.22)	

CMYK percentages

%13.13
%5.05
%0
%22.35

Codes

Color #ACBCC6 in popluar color models

ACBCC6
RGB172188198
HSL203°18.57%72.55%
HSB/HSV203°13.13%77.65%
CMYK13.13%5.05%0.00%
22.35%

Color #ACBCC6 in popluar number systems.

HEXACBCC6
Decimal172188198
Binary101011001011110011000110
Octal254274306

Shades and tints

Shades of #ACBCC6

#ACBCC6
(172,188,198)
#9DABB4
(157,171,180)
#8E9AA2
(142,154,162)
#7F8990
(127,137,144)
#70787E
(112,120,126)
#61676C
(97,103,108)
#52565A
(82,86,90)
#434548
(67,69,72)
#343436
(52,52,54)
#252324
(37,35,36)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #ACBCC6

#ACBCC6
(172,188,198)
#B3C2CB
(179,194,203)
#BAC8D0
(186,200,208)
#C1CED5
(193,206,213)
#C8D4DA
(200,212,218)
#CFDADF
(207,218,223)
#D6E0E4
(214,224,228)
#DDE6E9
(221,230,233)
#E4ECEE
(228,236,238)
#EBF2F3
(235,242,243)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBCC6; }

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

This text font color is #ACBCC6.


Background Color

.myBgColor { background-color: #ACBCC6; }

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

This div background color is #ACBCC6.


Border color

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

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

This div border color is #ACBCC6.


Opacity

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

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

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

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

This text has shadow with #ACBCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBCC6 on black background.


Color preview on white background

This text has color #ACBCC6 on white background.



Black color preview on #ACBCC6 background

This text has black color on #ACBCC6 background.


White color preview on #ACBCC6 background

This text has white color on #ACBCC6 background.