COLOR #AC6B98

HEX: #AC6B98
RGB: (172,107,152)

Color info

#AC6B98 contains mainly red and blue colors. Web safe color of #AC6B98 is #996699 (or #969).

RGB color model

#AC6B98 color RGB value is (172,107,152).

  • red value is 172;
  • green value is 107;
  • blue value is 152.
RGB:
(172,107,152)
(67%,42%,60%)

RGB channels and saturation

R 172 of 255 = 67%
G 107 of 255 = 42%
B 152 of 255 = 60%

172
107
152

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

Portions of RGB colors in percentages

R + G + B =
172 + 107 + 152 = 431 (100%)
R 172 of 431 ~ 39.91%
G 107 of 431 ~ 24.83%
B 152 of 431 ~ 35.27%

%39.91
%24.83
%35.27

CMYK color model

#AC6B98 color CMYK value is (0,38,12,33).

  • cyan value is 0.00%
  • magenta value is 37.79%
  • yellow value is 11.63%
  • key color value is 32.55%
CMYK:
(0,38,12,33)
C0M38Y12K33 
(0%,38%,12%,33%)
(0.00/0.38/0.12/0.33)	

CMYK percentages

%0
%37.79
%11.63
%32.55

Codes

Color #AC6B98 in popluar color models

AC6B98
RGB172107152
HSL318°28.14%54.71%
HSB/HSV318°37.79%67.45%
CMYK0.00%37.79%11.63%
32.55%

Color #AC6B98 in popluar number systems.

HEXAC6B98
Decimal172107152
Binary10101100110101110011000
Octal254153230

Shades and tints

Shades of #AC6B98

#AC6B98
(172,107,152)
#9D628B
(157,98,139)
#8E597E
(142,89,126)
#7F5071
(127,80,113)
#704764
(112,71,100)
#613E57
(97,62,87)
#52354A
(82,53,74)
#432C3D
(67,44,61)
#342330
(52,35,48)
#251A23
(37,26,35)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #AC6B98

#AC6B98
(172,107,152)
#B378A1
(179,120,161)
#BA85AA
(186,133,170)
#C192B3
(193,146,179)
#C89FBC
(200,159,188)
#CFACC5
(207,172,197)
#D6B9CE
(214,185,206)
#DDC6D7
(221,198,215)
#E4D3E0
(228,211,224)
#EBE0E9
(235,224,233)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6B98; }

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

This text font color is #AC6B98.


Background Color

.myBgColor { background-color: #AC6B98; }

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

This div background color is #AC6B98.


Border color

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

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

This div border color is #AC6B98.


Opacity

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

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

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

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

This text has shadow with #AC6B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6B98 on black background.


Color preview on white background

This text has color #AC6B98 on white background.



Black color preview on #AC6B98 background

This text has black color on #AC6B98 background.


White color preview on #AC6B98 background

This text has white color on #AC6B98 background.