COLOR #ACB3C3

HEX: #ACB3C3 RGB: (172,179,195)

Color info

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

RGB color model

#ACB3C3 color RGB value is (172,179,195).

RGB: (172,179,195) (67%, 70%, 76%)

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 195 of 255 = 76%

172
179
195

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

Portions of RGB colors in percentages

R + G + B = 172 + 179 + 195 = 546 (100%)
R 172 of 546 ~ 31.5%
G 179 of 546 ~ 32.78%
B 195 of 546 ~ 35.71'%

%31.5
%32.78
%35.71

CMYK color model

#ACB3C3 color CMYK value is (12,8,0,24).

  • cyan value is 11.79%
  • magenta value is 8.21%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (12,8,0,24) C12M8Y0K24 (12%,8%,0%,24%) (0.12/0.08/0.00/0.24) 

CMYK percentages

%11.79
%8.21
%0
%23.53

Codes

Color #ACB3C3 in popluar color models

AC B3 C3
RGB 172 179 195
HSL 222° 16.08% 71.96%
HSB/HSV 222° 11.79% 76.47%
CMYK 11.79% 8.21% 0.00%
23.53%

Color #ACB3C3 in popluar number systems.

HEX AC B3 C3
Decimal 172 179 195
Binary 10101100 10110011 11000011
Octal 254 263 303

Shades and tints

Shades of #ACB3C3

#ACB3C3
(172,179,195)
#9DA3B2
(157,163,178)
#8E93A1
(142,147,161)
#7F8390
(127,131,144)
#70737F
(112,115,127)
#61636E
(97,99,110)
#52535D
(82,83,93)
#43434C
(67,67,76)
#34333B
(52,51,59)
#25232A
(37,35,42)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #ACB3C3

#ACB3C3
(172,179,195)
#B3B9C8
(179,185,200)
#BABFCD
(186,191,205)
#C1C5D2
(193,197,210)
#C8CBD7
(200,203,215)
#CFD1DC
(207,209,220)
#D6D7E1
(214,215,225)
#DDDDE6
(221,221,230)
#E4E3EB
(228,227,235)
#EBE9F0
(235,233,240)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB3C3 color. Also use rgb(172,179,195) instead hex code.

Text Font Color

.myTextColor { color: #ACB3C3; }

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

This text font color is #ACB3C3.

Background Color

.myBgColor { background-color: #ACB3C3; }

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

This div background color is #ACB3C3.

Border color

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

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

This div border color is #ACB3C3.

Opacity

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

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

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

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

This text has shadow with #ACB3C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB3C3.

Preview

Color preview on black background

This text has color #ACB3C3 on black background.


Color preview on white background

This text has color #ACB3C3 on white background.


Black color preview on #ACB3C3 background

This text has black color on #ACB3C3 background.


White color preview on #ACB3C3 background

This text has white color on #ACB3C3 background.


Related colors

Complementary color

Complementary color for #hex is #534C3C.


I love getcolorcode.com

Triadic colors

1 #C3ACB3 and #B3C3AC with #ACB3C3 are triadic colors.

2 #C3B3AC and #B3ACC3 with #ACB3C3 are triadic colors.