COLOR #AC607B

HEX: #AC607B
RGB: (172,96,123)

Color info

#AC607B contains mainly red and blue colors. Web safe color of #AC607B is #996666 (or #966).

RGB color model

#AC607B color RGB value is (172,96,123).

  • red value is 172;
  • green value is 96;
  • blue value is 123.
RGB:
(172,96,123)
(67%,38%,48%)

RGB channels and saturation

R 172 of 255 = 67%
G 96 of 255 = 38%
B 123 of 255 = 48%

172
96
123

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

Portions of RGB colors in percentages

R + G + B =
172 + 96 + 123 = 391 (100%)
R 172 of 391 ~ 43.99%
G 96 of 391 ~ 24.55%
B 123 of 391 ~ 31.46%

%43.99
%24.55
%31.46

CMYK color model

#AC607B color CMYK value is (0,44,28,33).

  • cyan value is 0.00%
  • magenta value is 44.19%
  • yellow value is 28.49%
  • key color value is 32.55%
CMYK:
(0,44,28,33)
C0M44Y28K33 
(0%,44%,28%,33%)
(0.00/0.44/0.28/0.33)	

CMYK percentages

%0
%44.19
%28.49
%32.55

Codes

Color #AC607B in popluar color models

AC607B
RGB17296123
HSL339°31.40%52.55%
HSB/HSV339°44.19%67.45%
CMYK0.00%44.19%28.49%
32.55%

Color #AC607B in popluar number systems.

HEXAC607B
Decimal17296123
Binary1010110011000001111011
Octal254140173

Shades and tints

Shades of #AC607B

#AC607B
(172,96,123)
#9D5870
(157,88,112)
#8E5065
(142,80,101)
#7F485A
(127,72,90)
#70404F
(112,64,79)
#613844
(97,56,68)
#523039
(82,48,57)
#43282E
(67,40,46)
#342023
(52,32,35)
#251818
(37,24,24)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #AC607B

#AC607B
(172,96,123)
#B36E87
(179,110,135)
#BA7C93
(186,124,147)
#C18A9F
(193,138,159)
#C898AB
(200,152,171)
#CFA6B7
(207,166,183)
#D6B4C3
(214,180,195)
#DDC2CF
(221,194,207)
#E4D0DB
(228,208,219)
#EBDEE7
(235,222,231)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC607B color. Also use rgb(172,96,123) instead hex code.

Text Font Color

.myTextColor { color: #AC607B; }

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

This text font color is #AC607B.


Background Color

.myBgColor { background-color: #AC607B; }

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

This div background color is #AC607B.


Border color

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

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

This div border color is #AC607B.


Opacity

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

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

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

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

This text has shadow with #AC607B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC607B on black background.


Color preview on white background

This text has color #AC607B on white background.



Black color preview on #AC607B background

This text has black color on #AC607B background.


White color preview on #AC607B background

This text has white color on #AC607B background.