COLOR #AC627B

HEX: #AC627B
RGB: (172,98,123)

Color info

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

RGB color model

#AC627B color RGB value is (172,98,123).

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

RGB channels and saturation

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

172
98
123

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

Portions of RGB colors in percentages

R + G + B =
172 + 98 + 123 = 393 (100%)
R 172 of 393 ~ 43.77%
G 98 of 393 ~ 24.94%
B 123 of 393 ~ 31.3%

%43.77
%24.94
%31.3

CMYK color model

#AC627B color CMYK value is (0,43,28,33).

  • cyan value is 0.00%
  • magenta value is 43.02%
  • yellow value is 28.49%
  • key color value is 32.55%
CMYK:
(0,43,28,33)
C0M43Y28K33 
(0%,43%,28%,33%)
(0.00/0.43/0.28/0.33)	

CMYK percentages

%0
%43.02
%28.49
%32.55

Codes

Color #AC627B in popluar color models

AC627B
RGB17298123
HSL340°30.83%52.94%
HSB/HSV340°43.02%67.45%
CMYK0.00%43.02%28.49%
32.55%

Color #AC627B in popluar number systems.

HEXAC627B
Decimal17298123
Binary1010110011000101111011
Octal254142173

Shades and tints

Shades of #AC627B

#AC627B
(172,98,123)
#9D5A70
(157,90,112)
#8E5265
(142,82,101)
#7F4A5A
(127,74,90)
#70424F
(112,66,79)
#613A44
(97,58,68)
#523239
(82,50,57)
#432A2E
(67,42,46)
#342223
(52,34,35)
#251A18
(37,26,24)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #AC627B

#AC627B
(172,98,123)
#B37087
(179,112,135)
#BA7E93
(186,126,147)
#C18C9F
(193,140,159)
#C89AAB
(200,154,171)
#CFA8B7
(207,168,183)
#D6B6C3
(214,182,195)
#DDC4CF
(221,196,207)
#E4D2DB
(228,210,219)
#EBE0E7
(235,224,231)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC627B; }

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

This text font color is #AC627B.


Background Color

.myBgColor { background-color: #AC627B; }

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

This div background color is #AC627B.


Border color

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

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

This div border color is #AC627B.


Opacity

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

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

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

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

This text has shadow with #AC627B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC627B on black background.


Color preview on white background

This text has color #AC627B on white background.



Black color preview on #AC627B background

This text has black color on #AC627B background.


White color preview on #AC627B background

This text has white color on #AC627B background.