COLOR #ACAABD

HEX: #ACAABD
RGB: (172,170,189)

Color info

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

RGB color model

#ACAABD color RGB value is (172,170,189).

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

RGB channels and saturation

R 172 of 255 = 67%
G 170 of 255 = 67%
B 189 of 255 = 74%

172
170
189

R + G + B ~ 69%. #ACAABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 170 + 189 = 531 (100%)
R 172 of 531 ~ 32.39%
G 170 of 531 ~ 32.02%
B 189 of 531 ~ 35.59%

%32.39
%32.02
%35.59

CMYK color model

#ACAABD color CMYK value is (9,10,0,26).

  • cyan value is 8.99%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(9,10,0,26)
C9M10Y0K26 
(9%,10%,0%,26%)
(0.09/0.10/0.00/0.26)	

CMYK percentages

%8.99
%10.05
%0
%25.88

Codes

Color #ACAABD in popluar color models

ACAABD
RGB172170189
HSL246°12.58%70.39%
HSB/HSV246°10.05%74.12%
CMYK8.99%10.05%0.00%
25.88%

Color #ACAABD in popluar number systems.

HEXACAABD
Decimal172170189
Binary101011001010101010111101
Octal254252275

Shades and tints

Shades of #ACAABD

#ACAABD
(172,170,189)
#9D9BAC
(157,155,172)
#8E8C9B
(142,140,155)
#7F7D8A
(127,125,138)
#706E79
(112,110,121)
#615F68
(97,95,104)
#525057
(82,80,87)
#434146
(67,65,70)
#343235
(52,50,53)
#252324
(37,35,36)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #ACAABD

#ACAABD
(172,170,189)
#B3B1C3
(179,177,195)
#BAB8C9
(186,184,201)
#C1BFCF
(193,191,207)
#C8C6D5
(200,198,213)
#CFCDDB
(207,205,219)
#D6D4E1
(214,212,225)
#DDDBE7
(221,219,231)
#E4E2ED
(228,226,237)
#EBE9F3
(235,233,243)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAABD; }

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

This text font color is #ACAABD.


Background Color

.myBgColor { background-color: #ACAABD; }

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

This div background color is #ACAABD.


Border color

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

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

This div border color is #ACAABD.


Opacity

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

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

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

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

This text has shadow with #ACAABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAABD on black background.


Color preview on white background

This text has color #ACAABD on white background.



Black color preview on #ACAABD background

This text has black color on #ACAABD background.


White color preview on #ACAABD background

This text has white color on #ACAABD background.