COLOR #ACBCC8

HEX: #ACBCC8 RGB: (172,188,200)

Color info

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

RGB color model

#ACBCC8 color RGB value is (172,188,200).

RGB: (172,188,200) (67%, 74%, 78%)

RGB channels and saturation

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

172
188
200

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

Portions of RGB colors in percentages

R + G + B = 172 + 188 + 200 = 560 (100%)
R 172 of 560 ~ 30.71%
G 188 of 560 ~ 33.57%
B 200 of 560 ~ 35.71'%

%30.71
%33.57
%35.71

CMYK color model

#ACBCC8 color CMYK value is (14,6,0,22).

  • cyan value is 14.00%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (14,6,0,22)
C14M6Y0K22 (14%, 6%, 0%, 22%)
(0.14 / 0.06 / 0.00 / 0.22)

CMYK percentages

%14
%6
%0
%21.57

Codes

Color #ACBCC8 in popluar color models

AC BC C8
RGB 172 188 200
HSL 206° 20.29% 72.94%
HSB/HSV 206° 14.00% 78.43%
CMYK 14.00% 6.00% 0.00%
21.57%

Color #ACBCC8 in popluar number systems.

HEX AC BC C8
Decimal 172 188 200
Binary 10101100 10111100 11001000
Octal 254 274 310

Shades and tints

Shades of #ACBCC8

#ACBCC8
(172,188,200)
#9DABB6
(157,171,182)
#8E9AA4
(142,154,164)
#7F8992
(127,137,146)
#707880
(112,120,128)
#61676E
(97,103,110)
#52565C
(82,86,92)
#43454A
(67,69,74)
#343438
(52,52,56)
#252326
(37,35,38)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #ACBCC8

#ACBCC8
(172,188,200)
#B3C2CD
(179,194,205)
#BAC8D2
(186,200,210)
#C1CED7
(193,206,215)
#C8D4DC
(200,212,220)
#CFDAE1
(207,218,225)
#D6E0E6
(214,224,230)
#DDE6EB
(221,230,235)
#E4ECF0
(228,236,240)
#EBF2F5
(235,242,245)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBCC8; }

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

This text font color is #ACBCC8.

Background Color

.myBgColor { background-color: #ACBCC8; }

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

This div background color is #ACBCC8.

Border color

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

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

This div border color is #ACBCC8.

Opacity

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

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

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

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

This text has shadow with #ACBCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBCC8.

Preview

Color preview on black background

This text has color #ACBCC8 on black background.


Color preview on white background

This text has color #ACBCC8 on white background.


Black color preview on #ACBCC8 background

This text has black color on #ACBCC8 background.


White color preview on #ACBCC8 background

This text has white color on #ACBCC8 background.


Related colors

Complementary color

Complementary color for #hex is #534337.


I love getcolorcode.com

Triadic colors

1 #C8ACBC and #BCC8AC with #ACBCC8 are triadic colors.

2 #C8BCAC and #BCACC8 with #ACBCC8 are triadic colors.