COLOR #AC9CBF

HEX: #AC9CBF
RGB: (172,156,191)

Color info

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

RGB color model

#AC9CBF color RGB value is (172,156,191).

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

RGB channels and saturation

R 172 of 255 = 67%
G 156 of 255 = 61%
B 191 of 255 = 75%

172
156
191

R + G + B ~ 68%. #AC9CBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 156 + 191 = 519 (100%)
R 172 of 519 ~ 33.14%
G 156 of 519 ~ 30.06%
B 191 of 519 ~ 36.8%

%33.14
%30.06
%36.8

CMYK color model

#AC9CBF color CMYK value is (10,18,0,25).

  • cyan value is 9.95%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(10,18,0,25)
C10M18Y0K25 
(10%,18%,0%,25%)
(0.10/0.18/0.00/0.25)	

CMYK percentages

%9.95
%18.32
%0
%25.1

Codes

Color #AC9CBF in popluar color models

AC9CBF
RGB172156191
HSL267°21.47%68.04%
HSB/HSV267°18.32%74.90%
CMYK9.95%18.32%0.00%
25.10%

Color #AC9CBF in popluar number systems.

HEXAC9CBF
Decimal172156191
Binary101011001001110010111111
Octal254234277

Shades and tints

Shades of #AC9CBF

#AC9CBF
(172,156,191)
#9D8EAE
(157,142,174)
#8E809D
(142,128,157)
#7F728C
(127,114,140)
#70647B
(112,100,123)
#61566A
(97,86,106)
#524859
(82,72,89)
#433A48
(67,58,72)
#342C37
(52,44,55)
#251E26
(37,30,38)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #AC9CBF

#AC9CBF
(172,156,191)
#B3A5C4
(179,165,196)
#BAAEC9
(186,174,201)
#C1B7CE
(193,183,206)
#C8C0D3
(200,192,211)
#CFC9D8
(207,201,216)
#D6D2DD
(214,210,221)
#DDDBE2
(221,219,226)
#E4E4E7
(228,228,231)
#EBEDEC
(235,237,236)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9CBF; }

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

This text font color is #AC9CBF.


Background Color

.myBgColor { background-color: #AC9CBF; }

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

This div background color is #AC9CBF.


Border color

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

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

This div border color is #AC9CBF.


Opacity

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

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

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

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

This text has shadow with #AC9CBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9CBF on black background.


Color preview on white background

This text has color #AC9CBF on white background.



Black color preview on #AC9CBF background

This text has black color on #AC9CBF background.


White color preview on #AC9CBF background

This text has white color on #AC9CBF background.