COLOR #ACACB9

HEX: #ACACB9
RGB: (172,172,185)

Color info

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

RGB color model

#ACACB9 color RGB value is (172,172,185).

  • red value is 172;
  • green value is 172;
  • blue value is 185.
RGB:
(172,172,185)
(67%,67%,73%)

RGB channels and saturation

R 172 of 255 = 67%
G 172 of 255 = 67%
B 185 of 255 = 73%

172
172
185

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

Portions of RGB colors in percentages

R + G + B =
172 + 172 + 185 = 529 (100%)
R 172 of 529 ~ 32.51%
G 172 of 529 ~ 32.51%
B 185 of 529 ~ 34.97%

%32.51
%32.51
%34.97

CMYK color model

#ACACB9 color CMYK value is (7,7,0,27).

  • cyan value is 7.03%
  • magenta value is 7.03%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(7,7,0,27)
C7M7Y0K27 
(7%,7%,0%,27%)
(0.07/0.07/0.00/0.27)	

CMYK percentages

%7.03
%7.03
%0
%27.45

Codes

Color #ACACB9 in popluar color models

ACACB9
RGB172172185
HSL240°8.50%70.00%
HSB/HSV240°7.03%72.55%
CMYK7.03%7.03%0.00%
27.45%

Color #ACACB9 in popluar number systems.

HEXACACB9
Decimal172172185
Binary101011001010110010111001
Octal254254271

Shades and tints

Shades of #ACACB9

#ACACB9
(172,172,185)
#9D9DA9
(157,157,169)
#8E8E99
(142,142,153)
#7F7F89
(127,127,137)
#707079
(112,112,121)
#616169
(97,97,105)
#525259
(82,82,89)
#434349
(67,67,73)
#343439
(52,52,57)
#252529
(37,37,41)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #ACACB9

#ACACB9
(172,172,185)
#B3B3BF
(179,179,191)
#BABAC5
(186,186,197)
#C1C1CB
(193,193,203)
#C8C8D1
(200,200,209)
#CFCFD7
(207,207,215)
#D6D6DD
(214,214,221)
#DDDDE3
(221,221,227)
#E4E4E9
(228,228,233)
#EBEBEF
(235,235,239)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACACB9; }

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

This text font color is #ACACB9.


Background Color

.myBgColor { background-color: #ACACB9; }

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

This div background color is #ACACB9.


Border color

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

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

This div border color is #ACACB9.


Opacity

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

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

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

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

This text has shadow with #ACACB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACACB9 on black background.


Color preview on white background

This text has color #ACACB9 on white background.



Black color preview on #ACACB9 background

This text has black color on #ACACB9 background.


White color preview on #ACACB9 background

This text has white color on #ACACB9 background.