COLOR #AC93BE

HEX: #AC93BE
RGB: (172,147,190)

Color info

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

RGB color model

#AC93BE color RGB value is (172,147,190).

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

RGB channels and saturation

R 172 of 255 = 67%
G 147 of 255 = 58%
B 190 of 255 = 75%

172
147
190

R + G + B ~ 67%. #AC93BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 147 + 190 = 509 (100%)
R 172 of 509 ~ 33.79%
G 147 of 509 ~ 28.88%
B 190 of 509 ~ 37.33%

%33.79
%28.88
%37.33

CMYK color model

#AC93BE color CMYK value is (9,23,0,25).

  • cyan value is 9.47%
  • magenta value is 22.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(9,23,0,25)
C9M23Y0K25 
(9%,23%,0%,25%)
(0.09/0.23/0.00/0.25)	

CMYK percentages

%9.47
%22.63
%0
%25.49

Codes

Color #AC93BE in popluar color models

AC93BE
RGB172147190
HSL275°24.86%66.08%
HSB/HSV275°22.63%74.51%
CMYK9.47%22.63%0.00%
25.49%

Color #AC93BE in popluar number systems.

HEXAC93BE
Decimal172147190
Binary101011001001001110111110
Octal254223276

Shades and tints

Shades of #AC93BE

#AC93BE
(172,147,190)
#9D86AD
(157,134,173)
#8E799C
(142,121,156)
#7F6C8B
(127,108,139)
#705F7A
(112,95,122)
#615269
(97,82,105)
#524558
(82,69,88)
#433847
(67,56,71)
#342B36
(52,43,54)
#251E25
(37,30,37)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #AC93BE

#AC93BE
(172,147,190)
#B39CC3
(179,156,195)
#BAA5C8
(186,165,200)
#C1AECD
(193,174,205)
#C8B7D2
(200,183,210)
#CFC0D7
(207,192,215)
#D6C9DC
(214,201,220)
#DDD2E1
(221,210,225)
#E4DBE6
(228,219,230)
#EBE4EB
(235,228,235)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC93BE; }

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

This text font color is #AC93BE.


Background Color

.myBgColor { background-color: #AC93BE; }

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

This div background color is #AC93BE.


Border color

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

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

This div border color is #AC93BE.


Opacity

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

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

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

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

This text has shadow with #AC93BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC93BE on black background.


Color preview on white background

This text has color #AC93BE on white background.



Black color preview on #AC93BE background

This text has black color on #AC93BE background.


White color preview on #AC93BE background

This text has white color on #AC93BE background.