COLOR #AC3B6B

HEX: #AC3B6B
RGB: (172,59,107)

Color info

#AC3B6B contains mainly red color. Web safe color of #AC3B6B is #993366 (or #936).

RGB color model

#AC3B6B color RGB value is (172,59,107).

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

RGB channels and saturation

R 172 of 255 = 67%
G 59 of 255 = 23%
B 107 of 255 = 42%

172
59
107

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

Portions of RGB colors in percentages

R + G + B =
172 + 59 + 107 = 338 (100%)
R 172 of 338 ~ 50.89%
G 59 of 338 ~ 17.46%
B 107 of 338 ~ 31.66%

%50.89
%17.46
%31.66

CMYK color model

#AC3B6B color CMYK value is (0,66,38,33).

  • cyan value is 0.00%
  • magenta value is 65.70%
  • yellow value is 37.79%
  • key color value is 32.55%
CMYK:
(0,66,38,33)
C0M66Y38K33 
(0%,66%,38%,33%)
(0.00/0.66/0.38/0.33)	

CMYK percentages

%0
%65.7
%37.79
%32.55

Codes

Color #AC3B6B in popluar color models

AC3B6B
RGB17259107
HSL335°48.92%45.29%
HSB/HSV335°65.70%67.45%
CMYK0.00%65.70%37.79%
32.55%

Color #AC3B6B in popluar number systems.

HEXAC3B6B
Decimal17259107
Binary101011001110111101011
Octal25473153

Shades and tints

Shades of #AC3B6B

#AC3B6B
(172,59,107)
#9D3662
(157,54,98)
#8E3159
(142,49,89)
#7F2C50
(127,44,80)
#702747
(112,39,71)
#61223E
(97,34,62)
#521D35
(82,29,53)
#43182C
(67,24,44)
#341323
(52,19,35)
#250E1A
(37,14,26)
#160911
(22,9,17)
#000000
(0,0,0)

Tints of #AC3B6B

#AC3B6B
(172,59,107)
#B34C78
(179,76,120)
#BA5D85
(186,93,133)
#C16E92
(193,110,146)
#C87F9F
(200,127,159)
#CF90AC
(207,144,172)
#D6A1B9
(214,161,185)
#DDB2C6
(221,178,198)
#E4C3D3
(228,195,211)
#EBD4E0
(235,212,224)
#F2E5ED
(242,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC3B6B; }

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

This text font color is #AC3B6B.


Background Color

.myBgColor { background-color: #AC3B6B; }

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

This div background color is #AC3B6B.


Border color

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

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

This div border color is #AC3B6B.


Opacity

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

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

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

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

This text has shadow with #AC3B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC3B6B on black background.


Color preview on white background

This text has color #AC3B6B on white background.



Black color preview on #AC3B6B background

This text has black color on #AC3B6B background.


White color preview on #AC3B6B background

This text has white color on #AC3B6B background.