COLOR #AC9CB8

HEX: #AC9CB8
RGB: (172,156,184)

Color info

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

RGB color model

#AC9CB8 color RGB value is (172,156,184).

  • red value is 172;
  • green value is 156;
  • blue value is 184.
RGB:
(172,156,184)
(67%,61%,72%)

RGB channels and saturation

R 172 of 255 = 67%
G 156 of 255 = 61%
B 184 of 255 = 72%

172
156
184

R + G + B ~ 67%. #AC9CB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 156 + 184 = 512 (100%)
R 172 of 512 ~ 33.59%
G 156 of 512 ~ 30.47%
B 184 of 512 ~ 35.94%

%33.59
%30.47
%35.94

CMYK color model

#AC9CB8 color CMYK value is (7,15,0,28).

  • cyan value is 6.52%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(7,15,0,28)
C7M15Y0K28 
(7%,15%,0%,28%)
(0.07/0.15/0.00/0.28)	

CMYK percentages

%6.52
%15.22
%0
%27.84

Codes

Color #AC9CB8 in popluar color models

AC9CB8
RGB172156184
HSL274°16.47%66.67%
HSB/HSV274°15.22%72.16%
CMYK6.52%15.22%0.00%
27.84%

Color #AC9CB8 in popluar number systems.

HEXAC9CB8
Decimal172156184
Binary101011001001110010111000
Octal254234270

Shades and tints

Shades of #AC9CB8

#AC9CB8
(172,156,184)
#9D8EA8
(157,142,168)
#8E8098
(142,128,152)
#7F7288
(127,114,136)
#706478
(112,100,120)
#615668
(97,86,104)
#524858
(82,72,88)
#433A48
(67,58,72)
#342C38
(52,44,56)
#251E28
(37,30,40)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #AC9CB8

#AC9CB8
(172,156,184)
#B3A5BE
(179,165,190)
#BAAEC4
(186,174,196)
#C1B7CA
(193,183,202)
#C8C0D0
(200,192,208)
#CFC9D6
(207,201,214)
#D6D2DC
(214,210,220)
#DDDBE2
(221,219,226)
#E4E4E8
(228,228,232)
#EBEDEE
(235,237,238)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9CB8; }

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

This text font color is #AC9CB8.


Background Color

.myBgColor { background-color: #AC9CB8; }

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

This div background color is #AC9CB8.


Border color

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

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

This div border color is #AC9CB8.


Opacity

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

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

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

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

This text has shadow with #AC9CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9CB8 on black background.


Color preview on white background

This text has color #AC9CB8 on white background.



Black color preview on #AC9CB8 background

This text has black color on #AC9CB8 background.


White color preview on #AC9CB8 background

This text has white color on #AC9CB8 background.