COLOR #ACABC2

HEX: #ACABC2
RGB: (172,171,194)

Color info

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

RGB color model

#ACABC2 color RGB value is (172,171,194).

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

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 194 of 255 = 76%

172
171
194

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

Portions of RGB colors in percentages

R + G + B =
172 + 171 + 194 = 537 (100%)
R 172 of 537 ~ 32.03%
G 171 of 537 ~ 31.84%
B 194 of 537 ~ 36.13%

%32.03
%31.84
%36.13

CMYK color model

#ACABC2 color CMYK value is (11,12,0,24).

  • cyan value is 11.34%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(11,12,0,24)
C11M12Y0K24 
(11%,12%,0%,24%)
(0.11/0.12/0.00/0.24)	

CMYK percentages

%11.34
%11.86
%0
%23.92

Codes

Color #ACABC2 in popluar color models

ACABC2
RGB172171194
HSL243°15.86%71.57%
HSB/HSV243°11.86%76.08%
CMYK11.34%11.86%0.00%
23.92%

Color #ACABC2 in popluar number systems.

HEXACABC2
Decimal172171194
Binary101011001010101111000010
Octal254253302

Shades and tints

Shades of #ACABC2

#ACABC2
(172,171,194)
#9D9CB1
(157,156,177)
#8E8DA0
(142,141,160)
#7F7E8F
(127,126,143)
#706F7E
(112,111,126)
#61606D
(97,96,109)
#52515C
(82,81,92)
#43424B
(67,66,75)
#34333A
(52,51,58)
#252429
(37,36,41)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #ACABC2

#ACABC2
(172,171,194)
#B3B2C7
(179,178,199)
#BAB9CC
(186,185,204)
#C1C0D1
(193,192,209)
#C8C7D6
(200,199,214)
#CFCEDB
(207,206,219)
#D6D5E0
(214,213,224)
#DDDCE5
(221,220,229)
#E4E3EA
(228,227,234)
#EBEAEF
(235,234,239)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACABC2; }

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

This text font color is #ACABC2.


Background Color

.myBgColor { background-color: #ACABC2; }

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

This div background color is #ACABC2.


Border color

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

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

This div border color is #ACABC2.


Opacity

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

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

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

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

This text has shadow with #ACABC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACABC2 on black background.


Color preview on white background

This text has color #ACABC2 on white background.



Black color preview on #ACABC2 background

This text has black color on #ACABC2 background.


White color preview on #ACABC2 background

This text has white color on #ACABC2 background.