COLOR #AC92CB

HEX: #AC92CB
RGB: (172,146,203)

Color info

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

RGB color model

#AC92CB color RGB value is (172,146,203).

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

RGB channels and saturation

R 172 of 255 = 67%
G 146 of 255 = 57%
B 203 of 255 = 80%

172
146
203

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

Portions of RGB colors in percentages

R + G + B =
172 + 146 + 203 = 521 (100%)
R 172 of 521 ~ 33.01%
G 146 of 521 ~ 28.02%
B 203 of 521 ~ 38.96%

%33.01
%28.02
%38.96

CMYK color model

#AC92CB color CMYK value is (15,28,0,20).

  • cyan value is 15.27%
  • magenta value is 28.08%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(15,28,0,20)
C15M28Y0K20 
(15%,28%,0%,20%)
(0.15/0.28/0.00/0.20)	

CMYK percentages

%15.27
%28.08
%0
%20.39

Codes

Color #AC92CB in popluar color models

AC92CB
RGB172146203
HSL267°35.40%68.43%
HSB/HSV267°28.08%79.61%
CMYK15.27%28.08%0.00%
20.39%

Color #AC92CB in popluar number systems.

HEXAC92CB
Decimal172146203
Binary101011001001001011001011
Octal254222313

Shades and tints

Shades of #AC92CB

#AC92CB
(172,146,203)
#9D85B9
(157,133,185)
#8E78A7
(142,120,167)
#7F6B95
(127,107,149)
#705E83
(112,94,131)
#615171
(97,81,113)
#52445F
(82,68,95)
#43374D
(67,55,77)
#342A3B
(52,42,59)
#251D29
(37,29,41)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #AC92CB

#AC92CB
(172,146,203)
#B39BCF
(179,155,207)
#BAA4D3
(186,164,211)
#C1ADD7
(193,173,215)
#C8B6DB
(200,182,219)
#CFBFDF
(207,191,223)
#D6C8E3
(214,200,227)
#DDD1E7
(221,209,231)
#E4DAEB
(228,218,235)
#EBE3EF
(235,227,239)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC92CB; }

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

This text font color is #AC92CB.


Background Color

.myBgColor { background-color: #AC92CB; }

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

This div background color is #AC92CB.


Border color

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

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

This div border color is #AC92CB.


Opacity

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

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

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

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

This text has shadow with #AC92CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC92CB on black background.


Color preview on white background

This text has color #AC92CB on white background.



Black color preview on #AC92CB background

This text has black color on #AC92CB background.


White color preview on #AC92CB background

This text has white color on #AC92CB background.