COLOR #ACB0C8

HEX: #ACB0C8 RGB: (172,176,200)

Color info

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

RGB color model

#ACB0C8 color RGB value is (172,176,200).

RGB: (172,176,200) (67%, 69%, 78%)

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 200 of 255 = 78%

172
176
200

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

Portions of RGB colors in percentages

R + G + B = 172 + 176 + 200 = 548 (100%)
R 172 of 548 ~ 31.39%
G 176 of 548 ~ 32.12%
B 200 of 548 ~ 36.5'%

%31.39
%32.12
%36.5

CMYK color model

#ACB0C8 color CMYK value is (14,12,0,22).

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

CMYK: (14,12,0,22)
C14M12Y0K22 (14%, 12%, 0%, 22%)
(0.14 / 0.12 / 0.00 / 0.22)

CMYK percentages

%14
%12
%0
%21.57

Codes

Color #ACB0C8 in popluar color models

AC B0 C8
RGB 172 176 200
HSL 231° 20.29% 72.94%
HSB/HSV 231° 14.00% 78.43%
CMYK 14.00% 12.00% 0.00%
21.57%

Color #ACB0C8 in popluar number systems.

HEX AC B0 C8
Decimal 172 176 200
Binary 10101100 10110000 11001000
Octal 254 260 310

Shades and tints

Shades of #ACB0C8

#ACB0C8
(172,176,200)
#9DA0B6
(157,160,182)
#8E90A4
(142,144,164)
#7F8092
(127,128,146)
#707080
(112,112,128)
#61606E
(97,96,110)
#52505C
(82,80,92)
#43404A
(67,64,74)
#343038
(52,48,56)
#252026
(37,32,38)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #ACB0C8

#ACB0C8
(172,176,200)
#B3B7CD
(179,183,205)
#BABED2
(186,190,210)
#C1C5D7
(193,197,215)
#C8CCDC
(200,204,220)
#CFD3E1
(207,211,225)
#D6DAE6
(214,218,230)
#DDE1EB
(221,225,235)
#E4E8F0
(228,232,240)
#EBEFF5
(235,239,245)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB0C8; }

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

This text font color is #ACB0C8.

Background Color

.myBgColor { background-color: #ACB0C8; }

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

This div background color is #ACB0C8.

Border color

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

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

This div border color is #ACB0C8.

Opacity

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

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

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

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

This text has shadow with #ACB0C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB0C8.

Preview

Color preview on black background

This text has color #ACB0C8 on black background.


Color preview on white background

This text has color #ACB0C8 on white background.


Black color preview on #ACB0C8 background

This text has black color on #ACB0C8 background.


White color preview on #ACB0C8 background

This text has white color on #ACB0C8 background.


Related colors

Complementary color

Complementary color for #hex is #534F37.


I love getcolorcode.com

Triadic colors

1 #C8ACB0 and #B0C8AC with #ACB0C8 are triadic colors.

2 #C8B0AC and #B0ACC8 with #ACB0C8 are triadic colors.