COLOR #ACABDC

HEX: #ACABDC
RGB: (172,171,220)

Color info

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

RGB color model

#ACABDC color RGB value is (172,171,220).

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

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 220 of 255 = 86%

172
171
220

R + G + B ~ 73%. #ACABDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 171 + 220 = 563 (100%)
R 172 of 563 ~ 30.55%
G 171 of 563 ~ 30.37%
B 220 of 563 ~ 39.08%

%30.55
%30.37
%39.08

CMYK color model

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

  • cyan value is 21.82%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(22,22,0,14)
C22M22Y0K14 
(22%,22%,0%,14%)
(0.22/0.22/0.00/0.14)	

CMYK percentages

%21.82
%22.27
%0
%13.73

Codes

Color #ACABDC in popluar color models

ACABDC
RGB172171220
HSL241°41.18%76.67%
HSB/HSV241°22.27%86.27%
CMYK21.82%22.27%0.00%
13.73%

Color #ACABDC in popluar number systems.

HEXACABDC
Decimal172171220
Binary101011001010101111011100
Octal254253334

Shades and tints

Shades of #ACABDC

#ACABDC
(172,171,220)
#9D9CC8
(157,156,200)
#8E8DB4
(142,141,180)
#7F7EA0
(127,126,160)
#706F8C
(112,111,140)
#616078
(97,96,120)
#525164
(82,81,100)
#434250
(67,66,80)
#34333C
(52,51,60)
#252428
(37,36,40)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #ACABDC

#ACABDC
(172,171,220)
#B3B2DF
(179,178,223)
#BAB9E2
(186,185,226)
#C1C0E5
(193,192,229)
#C8C7E8
(200,199,232)
#CFCEEB
(207,206,235)
#D6D5EE
(214,213,238)
#DDDCF1
(221,220,241)
#E4E3F4
(228,227,244)
#EBEAF7
(235,234,247)
#F2F1FA
(242,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACABDC; }

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

This text font color is #ACABDC.


Background Color

.myBgColor { background-color: #ACABDC; }

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

This div background color is #ACABDC.


Border color

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

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

This div border color is #ACABDC.


Opacity

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

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

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

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

This text has shadow with #ACABDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACABDC on black background.


Color preview on white background

This text has color #ACABDC on white background.



Black color preview on #ACABDC background

This text has black color on #ACABDC background.


White color preview on #ACABDC background

This text has white color on #ACABDC background.