COLOR #AC7EBB

HEX: #AC7EBB
RGB: (172,126,187)

Color info

#AC7EBB contains mainly red and blue colors. Web safe color of #AC7EBB is #9966CC (or #96C).

RGB color model

#AC7EBB color RGB value is (172,126,187).

  • red value is 172;
  • green value is 126;
  • blue value is 187.
RGB:
(172,126,187)
(67%,49%,73%)

RGB channels and saturation

R 172 of 255 = 67%
G 126 of 255 = 49%
B 187 of 255 = 73%

172
126
187

R + G + B ~ 63%. #AC7EBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 126 + 187 = 485 (100%)
R 172 of 485 ~ 35.46%
G 126 of 485 ~ 25.98%
B 187 of 485 ~ 38.56%

%35.46
%25.98
%38.56

CMYK color model

#AC7EBB color CMYK value is (8,33,0,27).

  • cyan value is 8.02%
  • magenta value is 32.62%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(8,33,0,27)
C8M33Y0K27 
(8%,33%,0%,27%)
(0.08/0.33/0.00/0.27)	

CMYK percentages

%8.02
%32.62
%0
%26.67

Codes

Color #AC7EBB in popluar color models

AC7EBB
RGB172126187
HSL285°30.96%61.37%
HSB/HSV285°32.62%73.33%
CMYK8.02%32.62%0.00%
26.67%

Color #AC7EBB in popluar number systems.

HEXAC7EBB
Decimal172126187
Binary10101100111111010111011
Octal254176273

Shades and tints

Shades of #AC7EBB

#AC7EBB
(172,126,187)
#9D73AA
(157,115,170)
#8E6899
(142,104,153)
#7F5D88
(127,93,136)
#705277
(112,82,119)
#614766
(97,71,102)
#523C55
(82,60,85)
#433144
(67,49,68)
#342633
(52,38,51)
#251B22
(37,27,34)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #AC7EBB

#AC7EBB
(172,126,187)
#B389C1
(179,137,193)
#BA94C7
(186,148,199)
#C19FCD
(193,159,205)
#C8AAD3
(200,170,211)
#CFB5D9
(207,181,217)
#D6C0DF
(214,192,223)
#DDCBE5
(221,203,229)
#E4D6EB
(228,214,235)
#EBE1F1
(235,225,241)
#F2ECF7
(242,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7EBB color. Also use rgb(172,126,187) instead hex code.

Text Font Color

.myTextColor { color: #AC7EBB; }

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

This text font color is #AC7EBB.


Background Color

.myBgColor { background-color: #AC7EBB; }

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

This div background color is #AC7EBB.


Border color

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

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

This div border color is #AC7EBB.


Opacity

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

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

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

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

This text has shadow with #AC7EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7EBB on black background.


Color preview on white background

This text has color #AC7EBB on white background.



Black color preview on #AC7EBB background

This text has black color on #AC7EBB background.


White color preview on #AC7EBB background

This text has white color on #AC7EBB background.