COLOR #AC92BF

HEX: #AC92BF RGB: (172,146,191)

Color info

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

RGB color model

#AC92BF color RGB value is (172,146,191).

RGB: (172,146,191) (67%, 57%, 75%)

RGB channels and saturation

R 172 of 255 = 67%
G 146 of 255 = 57%
B 191 of 255 = 75%

172
146
191

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

Portions of RGB colors in percentages

R + G + B = 172 + 146 + 191 = 509 (100%)
R 172 of 509 ~ 33.79%
G 146 of 509 ~ 28.68%
B 191 of 509 ~ 37.52'%

%33.79
%28.68
%37.52

CMYK color model

#AC92BF color CMYK value is (10,24,0,25).

  • cyan value is 9.95%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (10,24,0,25)
C10M24Y0K25 (10%, 24%, 0%, 25%)
(0.10 / 0.24 / 0.00 / 0.25)

CMYK percentages

%9.95
%23.56
%0
%25.1

Codes

Color #AC92BF in popluar color models

AC 92 BF
RGB 172 146 191
HSL 275° 26.01% 66.08%
HSB/HSV 275° 23.56% 74.90%
CMYK 9.95% 23.56% 0.00%
25.10%

Color #AC92BF in popluar number systems.

HEX AC 92 BF
Decimal 172 146 191
Binary 10101100 10010010 10111111
Octal 254 222 277

Shades and tints

Shades of #AC92BF

#AC92BF
(172,146,191)
#9D85AE
(157,133,174)
#8E789D
(142,120,157)
#7F6B8C
(127,107,140)
#705E7B
(112,94,123)
#61516A
(97,81,106)
#524459
(82,68,89)
#433748
(67,55,72)
#342A37
(52,42,55)
#251D26
(37,29,38)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #AC92BF

#AC92BF
(172,146,191)
#B39BC4
(179,155,196)
#BAA4C9
(186,164,201)
#C1ADCE
(193,173,206)
#C8B6D3
(200,182,211)
#CFBFD8
(207,191,216)
#D6C8DD
(214,200,221)
#DDD1E2
(221,209,226)
#E4DAE7
(228,218,231)
#EBE3EC
(235,227,236)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC92BF; }

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

This text font color is #AC92BF.

Background Color

.myBgColor { background-color: #AC92BF; }

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

This div background color is #AC92BF.

Border color

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

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

This div border color is #AC92BF.

Opacity

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

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

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

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

This text has shadow with #AC92BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC92BF.

Preview

Color preview on black background

This text has color #AC92BF on black background.


Color preview on white background

This text has color #AC92BF on white background.


Black color preview on #AC92BF background

This text has black color on #AC92BF background.


White color preview on #AC92BF background

This text has white color on #AC92BF background.


Related colors

Complementary color

Complementary color for #hex is #536D40.


I love getcolorcode.com

Triadic colors

1 #BFAC92 and #92BFAC with #AC92BF are triadic colors.

2 #BF92AC and #92ACBF with #AC92BF are triadic colors.