COLOR #ACABCC

HEX: #ACABCC
RGB: (172,171,204)

Color info

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

RGB color model

#ACABCC color RGB value is (172,171,204).

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

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 204 of 255 = 80%

172
171
204

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

Portions of RGB colors in percentages

R + G + B =
172 + 171 + 204 = 547 (100%)
R 172 of 547 ~ 31.44%
G 171 of 547 ~ 31.26%
B 204 of 547 ~ 37.29%

%31.44
%31.26
%37.29

CMYK color model

#ACABCC color CMYK value is (16,16,0,20).

  • cyan value is 15.69%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(16,16,0,20)
C16M16Y0K20 
(16%,16%,0%,20%)
(0.16/0.16/0.00/0.20)	

CMYK percentages

%15.69
%16.18
%0
%20

Codes

Color #ACABCC in popluar color models

ACABCC
RGB172171204
HSL242°24.44%73.53%
HSB/HSV242°16.18%80.00%
CMYK15.69%16.18%0.00%
20.00%

Color #ACABCC in popluar number systems.

HEXACABCC
Decimal172171204
Binary101011001010101111001100
Octal254253314

Shades and tints

Shades of #ACABCC

#ACABCC
(172,171,204)
#9D9CBA
(157,156,186)
#8E8DA8
(142,141,168)
#7F7E96
(127,126,150)
#706F84
(112,111,132)
#616072
(97,96,114)
#525160
(82,81,96)
#43424E
(67,66,78)
#34333C
(52,51,60)
#25242A
(37,36,42)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #ACABCC

#ACABCC
(172,171,204)
#B3B2D0
(179,178,208)
#BAB9D4
(186,185,212)
#C1C0D8
(193,192,216)
#C8C7DC
(200,199,220)
#CFCEE0
(207,206,224)
#D6D5E4
(214,213,228)
#DDDCE8
(221,220,232)
#E4E3EC
(228,227,236)
#EBEAF0
(235,234,240)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACABCC; }

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

This text font color is #ACABCC.


Background Color

.myBgColor { background-color: #ACABCC; }

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

This div background color is #ACABCC.


Border color

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

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

This div border color is #ACABCC.


Opacity

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

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

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

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

This text has shadow with #ACABCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACABCC on black background.


Color preview on white background

This text has color #ACABCC on white background.



Black color preview on #ACABCC background

This text has black color on #ACABCC background.


White color preview on #ACABCC background

This text has white color on #ACABCC background.