COLOR #AC92BD

HEX: #AC92BD
RGB: (172,146,189)

Color info

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

RGB color model

#AC92BD color RGB value is (172,146,189).

  • red value is 172;
  • green value is 146;
  • blue value is 189.
RGB:
(172,146,189)
(67%,57%,74%)

RGB channels and saturation

R 172 of 255 = 67%
G 146 of 255 = 57%
B 189 of 255 = 74%

172
146
189

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

Portions of RGB colors in percentages

R + G + B =
172 + 146 + 189 = 507 (100%)
R 172 of 507 ~ 33.93%
G 146 of 507 ~ 28.8%
B 189 of 507 ~ 37.28%

%33.93
%28.8
%37.28

CMYK color model

#AC92BD color CMYK value is (9,23,0,26).

  • cyan value is 8.99%
  • magenta value is 22.75%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(9,23,0,26)
C9M23Y0K26 
(9%,23%,0%,26%)
(0.09/0.23/0.00/0.26)	

CMYK percentages

%8.99
%22.75
%0
%25.88

Codes

Color #AC92BD in popluar color models

AC92BD
RGB172146189
HSL276°24.57%65.69%
HSB/HSV276°22.75%74.12%
CMYK8.99%22.75%0.00%
25.88%

Color #AC92BD in popluar number systems.

HEXAC92BD
Decimal172146189
Binary101011001001001010111101
Octal254222275

Shades and tints

Shades of #AC92BD

#AC92BD
(172,146,189)
#9D85AC
(157,133,172)
#8E789B
(142,120,155)
#7F6B8A
(127,107,138)
#705E79
(112,94,121)
#615168
(97,81,104)
#524457
(82,68,87)
#433746
(67,55,70)
#342A35
(52,42,53)
#251D24
(37,29,36)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #AC92BD

#AC92BD
(172,146,189)
#B39BC3
(179,155,195)
#BAA4C9
(186,164,201)
#C1ADCF
(193,173,207)
#C8B6D5
(200,182,213)
#CFBFDB
(207,191,219)
#D6C8E1
(214,200,225)
#DDD1E7
(221,209,231)
#E4DAED
(228,218,237)
#EBE3F3
(235,227,243)
#F2ECF9
(242,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC92BD color. Also use rgb(172,146,189) instead hex code.

Text Font Color

.myTextColor { color: #AC92BD; }

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

This text font color is #AC92BD.


Background Color

.myBgColor { background-color: #AC92BD; }

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

This div background color is #AC92BD.


Border color

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

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

This div border color is #AC92BD.


Opacity

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

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

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

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

This text has shadow with #AC92BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC92BD on black background.


Color preview on white background

This text has color #AC92BD on white background.



Black color preview on #AC92BD background

This text has black color on #AC92BD background.


White color preview on #AC92BD background

This text has white color on #AC92BD background.