COLOR #ACAABF

HEX: #ACAABF
RGB: (172,170,191)

Color info

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

RGB color model

#ACAABF color RGB value is (172,170,191).

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

RGB channels and saturation

R 172 of 255 = 67%
G 170 of 255 = 67%
B 191 of 255 = 75%

172
170
191

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

Portions of RGB colors in percentages

R + G + B =
172 + 170 + 191 = 533 (100%)
R 172 of 533 ~ 32.27%
G 170 of 533 ~ 31.89%
B 191 of 533 ~ 35.83%

%32.27
%31.89
%35.83

CMYK color model

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

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

CMYK percentages

%9.95
%10.99
%0
%25.1

Codes

Color #ACAABF in popluar color models

ACAABF
RGB172170191
HSL246°14.09%70.78%
HSB/HSV246°10.99%74.90%
CMYK9.95%10.99%0.00%
25.10%

Color #ACAABF in popluar number systems.

HEXACAABF
Decimal172170191
Binary101011001010101010111111
Octal254252277

Shades and tints

Shades of #ACAABF

#ACAABF
(172,170,191)
#9D9BAE
(157,155,174)
#8E8C9D
(142,140,157)
#7F7D8C
(127,125,140)
#706E7B
(112,110,123)
#615F6A
(97,95,106)
#525059
(82,80,89)
#434148
(67,65,72)
#343237
(52,50,55)
#252326
(37,35,38)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #ACAABF

#ACAABF
(172,170,191)
#B3B1C4
(179,177,196)
#BAB8C9
(186,184,201)
#C1BFCE
(193,191,206)
#C8C6D3
(200,198,211)
#CFCDD8
(207,205,216)
#D6D4DD
(214,212,221)
#DDDBE2
(221,219,226)
#E4E2E7
(228,226,231)
#EBE9EC
(235,233,236)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACAABF color. Also use rgb(172,170,191) instead hex code.

Text Font Color

.myTextColor { color: #ACAABF; }

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

This text font color is #ACAABF.


Background Color

.myBgColor { background-color: #ACAABF; }

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

This div background color is #ACAABF.


Border color

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

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

This div border color is #ACAABF.


Opacity

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

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

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

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

This text has shadow with #ACAABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAABF on black background.


Color preview on white background

This text has color #ACAABF on white background.



Black color preview on #ACAABF background

This text has black color on #ACAABF background.


White color preview on #ACAABF background

This text has white color on #ACAABF background.