COLOR #ACABC0

HEX: #ACABC0
RGB: (172,171,192)

Color info

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

RGB color model

#ACABC0 color RGB value is (172,171,192).

  • red value is 172;
  • green value is 171;
  • blue value is 192.
RGB:
(172,171,192)
(67%,67%,75%)

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 192 of 255 = 75%

172
171
192

R + G + B ~ 70%. #ACABC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 171 + 192 = 535 (100%)
R 172 of 535 ~ 32.15%
G 171 of 535 ~ 31.96%
B 192 of 535 ~ 35.89%

%32.15
%31.96
%35.89

CMYK color model

#ACABC0 color CMYK value is (10,11,0,25).

  • cyan value is 10.42%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(10,11,0,25)
C10M11Y0K25 
(10%,11%,0%,25%)
(0.10/0.11/0.00/0.25)	

CMYK percentages

%10.42
%10.94
%0
%24.71

Codes

Color #ACABC0 in popluar color models

ACABC0
RGB172171192
HSL243°14.29%71.18%
HSB/HSV243°10.94%75.29%
CMYK10.42%10.94%0.00%
24.71%

Color #ACABC0 in popluar number systems.

HEXACABC0
Decimal172171192
Binary101011001010101111000000
Octal254253300

Shades and tints

Shades of #ACABC0

#ACABC0
(172,171,192)
#9D9CAF
(157,156,175)
#8E8D9E
(142,141,158)
#7F7E8D
(127,126,141)
#706F7C
(112,111,124)
#61606B
(97,96,107)
#52515A
(82,81,90)
#434249
(67,66,73)
#343338
(52,51,56)
#252427
(37,36,39)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #ACABC0

#ACABC0
(172,171,192)
#B3B2C5
(179,178,197)
#BAB9CA
(186,185,202)
#C1C0CF
(193,192,207)
#C8C7D4
(200,199,212)
#CFCED9
(207,206,217)
#D6D5DE
(214,213,222)
#DDDCE3
(221,220,227)
#E4E3E8
(228,227,232)
#EBEAED
(235,234,237)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACABC0 color. Also use rgb(172,171,192) instead hex code.

Text Font Color

.myTextColor { color: #ACABC0; }

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

This text font color is #ACABC0.


Background Color

.myBgColor { background-color: #ACABC0; }

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

This div background color is #ACABC0.


Border color

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

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

This div border color is #ACABC0.


Opacity

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

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

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

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

This text has shadow with #ACABC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACABC0 on black background.


Color preview on white background

This text has color #ACABC0 on white background.



Black color preview on #ACABC0 background

This text has black color on #ACABC0 background.


White color preview on #ACABC0 background

This text has white color on #ACABC0 background.