COLOR #AC93B7

HEX: #AC93B7
RGB: (172,147,183)

Color info

#AC93B7 contains red, green and blue colors in about the same proportion. Web safe color of #AC93B7 is #9999CC (or #99C).

RGB color model

#AC93B7 color RGB value is (172,147,183).

  • red value is 172;
  • green value is 147;
  • blue value is 183.
RGB:
(172,147,183)
(67%,58%,72%)

RGB channels and saturation

R 172 of 255 = 67%
G 147 of 255 = 58%
B 183 of 255 = 72%

172
147
183

R + G + B ~ 66%. #AC93B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 147 + 183 = 502 (100%)
R 172 of 502 ~ 34.26%
G 147 of 502 ~ 29.28%
B 183 of 502 ~ 36.45%

%34.26
%29.28
%36.45

CMYK color model

#AC93B7 color CMYK value is (6,20,0,28).

  • cyan value is 6.01%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(6,20,0,28)
C6M20Y0K28 
(6%,20%,0%,28%)
(0.06/0.20/0.00/0.28)	

CMYK percentages

%6.01
%19.67
%0
%28.24

Codes

Color #AC93B7 in popluar color models

AC93B7
RGB172147183
HSL282°20.00%64.71%
HSB/HSV282°19.67%71.76%
CMYK6.01%19.67%0.00%
28.24%

Color #AC93B7 in popluar number systems.

HEXAC93B7
Decimal172147183
Binary101011001001001110110111
Octal254223267

Shades and tints

Shades of #AC93B7

#AC93B7
(172,147,183)
#9D86A7
(157,134,167)
#8E7997
(142,121,151)
#7F6C87
(127,108,135)
#705F77
(112,95,119)
#615267
(97,82,103)
#524557
(82,69,87)
#433847
(67,56,71)
#342B37
(52,43,55)
#251E27
(37,30,39)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #AC93B7

#AC93B7
(172,147,183)
#B39CBD
(179,156,189)
#BAA5C3
(186,165,195)
#C1AEC9
(193,174,201)
#C8B7CF
(200,183,207)
#CFC0D5
(207,192,213)
#D6C9DB
(214,201,219)
#DDD2E1
(221,210,225)
#E4DBE7
(228,219,231)
#EBE4ED
(235,228,237)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC93B7 color. Also use rgb(172,147,183) instead hex code.

Text Font Color

.myTextColor { color: #AC93B7; }

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

This text font color is #AC93B7.


Background Color

.myBgColor { background-color: #AC93B7; }

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

This div background color is #AC93B7.


Border color

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

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

This div border color is #AC93B7.


Opacity

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

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

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

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

This text has shadow with #AC93B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC93B7 on black background.


Color preview on white background

This text has color #AC93B7 on white background.



Black color preview on #AC93B7 background

This text has black color on #AC93B7 background.


White color preview on #AC93B7 background

This text has white color on #AC93B7 background.