COLOR #AC85BF

HEX: #AC85BF
RGB: (172,133,191)

Color info

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

RGB color model

#AC85BF color RGB value is (172,133,191).

  • red value is 172;
  • green value is 133;
  • blue value is 191.
RGB:
(172,133,191)
(67%,52%,75%)

RGB channels and saturation

R 172 of 255 = 67%
G 133 of 255 = 52%
B 191 of 255 = 75%

172
133
191

R + G + B ~ 65%. #AC85BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 133 + 191 = 496 (100%)
R 172 of 496 ~ 34.68%
G 133 of 496 ~ 26.81%
B 191 of 496 ~ 38.51%

%34.68
%26.81
%38.51

CMYK color model

#AC85BF color CMYK value is (10,30,0,25).

  • cyan value is 9.95%
  • magenta value is 30.37%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(10,30,0,25)
C10M30Y0K25 
(10%,30%,0%,25%)
(0.10/0.30/0.00/0.25)	

CMYK percentages

%9.95
%30.37
%0
%25.1

Codes

Color #AC85BF in popluar color models

AC85BF
RGB172133191
HSL280°31.18%63.53%
HSB/HSV280°30.37%74.90%
CMYK9.95%30.37%0.00%
25.10%

Color #AC85BF in popluar number systems.

HEXAC85BF
Decimal172133191
Binary101011001000010110111111
Octal254205277

Shades and tints

Shades of #AC85BF

#AC85BF
(172,133,191)
#9D79AE
(157,121,174)
#8E6D9D
(142,109,157)
#7F618C
(127,97,140)
#70557B
(112,85,123)
#61496A
(97,73,106)
#523D59
(82,61,89)
#433148
(67,49,72)
#342537
(52,37,55)
#251926
(37,25,38)
#160D15
(22,13,21)
#000000
(0,0,0)

Tints of #AC85BF

#AC85BF
(172,133,191)
#B390C4
(179,144,196)
#BA9BC9
(186,155,201)
#C1A6CE
(193,166,206)
#C8B1D3
(200,177,211)
#CFBCD8
(207,188,216)
#D6C7DD
(214,199,221)
#DDD2E2
(221,210,226)
#E4DDE7
(228,221,231)
#EBE8EC
(235,232,236)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC85BF; }

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

This text font color is #AC85BF.


Background Color

.myBgColor { background-color: #AC85BF; }

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

This div background color is #AC85BF.


Border color

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

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

This div border color is #AC85BF.


Opacity

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

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

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

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

This text has shadow with #AC85BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC85BF on black background.


Color preview on white background

This text has color #AC85BF on white background.



Black color preview on #AC85BF background

This text has black color on #AC85BF background.


White color preview on #AC85BF background

This text has white color on #AC85BF background.