COLOR #AC92CA

HEX: #AC92CA
RGB: (172,146,202)

Color info

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

RGB color model

#AC92CA color RGB value is (172,146,202).

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

RGB channels and saturation

R 172 of 255 = 67%
G 146 of 255 = 57%
B 202 of 255 = 79%

172
146
202

R + G + B ~ 68%. #AC92CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 146 + 202 = 520 (100%)
R 172 of 520 ~ 33.08%
G 146 of 520 ~ 28.08%
B 202 of 520 ~ 38.85%

%33.08
%28.08
%38.85

CMYK color model

#AC92CA color CMYK value is (15,28,0,21).

  • cyan value is 14.85%
  • magenta value is 27.72%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(15,28,0,21)
C15M28Y0K21 
(15%,28%,0%,21%)
(0.15/0.28/0.00/0.21)	

CMYK percentages

%14.85
%27.72
%0
%20.78

Codes

Color #AC92CA in popluar color models

AC92CA
RGB172146202
HSL268°34.57%68.24%
HSB/HSV268°27.72%79.22%
CMYK14.85%27.72%0.00%
20.78%

Color #AC92CA in popluar number systems.

HEXAC92CA
Decimal172146202
Binary101011001001001011001010
Octal254222312

Shades and tints

Shades of #AC92CA

#AC92CA
(172,146,202)
#9D85B8
(157,133,184)
#8E78A6
(142,120,166)
#7F6B94
(127,107,148)
#705E82
(112,94,130)
#615170
(97,81,112)
#52445E
(82,68,94)
#43374C
(67,55,76)
#342A3A
(52,42,58)
#251D28
(37,29,40)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #AC92CA

#AC92CA
(172,146,202)
#B39BCE
(179,155,206)
#BAA4D2
(186,164,210)
#C1ADD6
(193,173,214)
#C8B6DA
(200,182,218)
#CFBFDE
(207,191,222)
#D6C8E2
(214,200,226)
#DDD1E6
(221,209,230)
#E4DAEA
(228,218,234)
#EBE3EE
(235,227,238)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC92CA; }

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

This text font color is #AC92CA.


Background Color

.myBgColor { background-color: #AC92CA; }

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

This div background color is #AC92CA.


Border color

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

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

This div border color is #AC92CA.


Opacity

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

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

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

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

This text has shadow with #AC92CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC92CA on black background.


Color preview on white background

This text has color #AC92CA on white background.



Black color preview on #AC92CA background

This text has black color on #AC92CA background.


White color preview on #AC92CA background

This text has white color on #AC92CA background.