COLOR #AC8097

HEX: #AC8097
RGB: (172,128,151)

Color info

#AC8097 contains red, green and blue colors in about the same proportion. Web safe color of #AC8097 is #996699 (or #969).

RGB color model

#AC8097 color RGB value is (172,128,151).

  • red value is 172;
  • green value is 128;
  • blue value is 151.
RGB:
(172,128,151)
(67%,50%,59%)

RGB channels and saturation

R 172 of 255 = 67%
G 128 of 255 = 50%
B 151 of 255 = 59%

172
128
151

R + G + B ~ 59%. #AC8097 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 128 + 151 = 451 (100%)
R 172 of 451 ~ 38.14%
G 128 of 451 ~ 28.38%
B 151 of 451 ~ 33.48%

%38.14
%28.38
%33.48

CMYK color model

#AC8097 color CMYK value is (0,26,12,33).

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 12.21%
  • key color value is 32.55%
CMYK:
(0,26,12,33)
C0M26Y12K33 
(0%,26%,12%,33%)
(0.00/0.26/0.12/0.33)	

CMYK percentages

%0
%25.58
%12.21
%32.55

Codes

Color #AC8097 in popluar color models

AC8097
RGB172128151
HSL329°20.95%58.82%
HSB/HSV329°25.58%67.45%
CMYK0.00%25.58%12.21%
32.55%

Color #AC8097 in popluar number systems.

HEXAC8097
Decimal172128151
Binary101011001000000010010111
Octal254200227

Shades and tints

Shades of #AC8097

#AC8097
(172,128,151)
#9D758A
(157,117,138)
#8E6A7D
(142,106,125)
#7F5F70
(127,95,112)
#705463
(112,84,99)
#614956
(97,73,86)
#523E49
(82,62,73)
#43333C
(67,51,60)
#34282F
(52,40,47)
#251D22
(37,29,34)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #AC8097

#AC8097
(172,128,151)
#B38BA0
(179,139,160)
#BA96A9
(186,150,169)
#C1A1B2
(193,161,178)
#C8ACBB
(200,172,187)
#CFB7C4
(207,183,196)
#D6C2CD
(214,194,205)
#DDCDD6
(221,205,214)
#E4D8DF
(228,216,223)
#EBE3E8
(235,227,232)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8097; }

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

This text font color is #AC8097.


Background Color

.myBgColor { background-color: #AC8097; }

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

This div background color is #AC8097.


Border color

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

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

This div border color is #AC8097.


Opacity

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

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

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

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

This text has shadow with #AC8097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8097 on black background.


Color preview on white background

This text has color #AC8097 on white background.



Black color preview on #AC8097 background

This text has black color on #AC8097 background.


White color preview on #AC8097 background

This text has white color on #AC8097 background.