COLOR #AC83B0

HEX: #AC83B0
RGB: (172,131,176)

Color info

#AC83B0 contains red, green and blue colors in about the same proportion. Web safe color of #AC83B0 is #999999 (or #999).

RGB color model

#AC83B0 color RGB value is (172,131,176).

  • red value is 172;
  • green value is 131;
  • blue value is 176.
RGB:
(172,131,176)
(67%,51%,69%)

RGB channels and saturation

R 172 of 255 = 67%
G 131 of 255 = 51%
B 176 of 255 = 69%

172
131
176

R + G + B ~ 62%. #AC83B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 131 + 176 = 479 (100%)
R 172 of 479 ~ 35.91%
G 131 of 479 ~ 27.35%
B 176 of 479 ~ 36.74%

%35.91
%27.35
%36.74

CMYK color model

#AC83B0 color CMYK value is (2,26,0,31).

  • cyan value is 2.27%
  • magenta value is 25.57%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(2,26,0,31)
C2M26Y0K31 
(2%,26%,0%,31%)
(0.02/0.26/0.00/0.31)	

CMYK percentages

%2.27
%25.57
%0
%30.98

Codes

Color #AC83B0 in popluar color models

AC83B0
RGB172131176
HSL295°22.17%60.20%
HSB/HSV295°25.57%69.02%
CMYK2.27%25.57%0.00%
30.98%

Color #AC83B0 in popluar number systems.

HEXAC83B0
Decimal172131176
Binary101011001000001110110000
Octal254203260

Shades and tints

Shades of #AC83B0

#AC83B0
(172,131,176)
#9D78A0
(157,120,160)
#8E6D90
(142,109,144)
#7F6280
(127,98,128)
#705770
(112,87,112)
#614C60
(97,76,96)
#524150
(82,65,80)
#433640
(67,54,64)
#342B30
(52,43,48)
#252020
(37,32,32)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #AC83B0

#AC83B0
(172,131,176)
#B38EB7
(179,142,183)
#BA99BE
(186,153,190)
#C1A4C5
(193,164,197)
#C8AFCC
(200,175,204)
#CFBAD3
(207,186,211)
#D6C5DA
(214,197,218)
#DDD0E1
(221,208,225)
#E4DBE8
(228,219,232)
#EBE6EF
(235,230,239)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC83B0 color. Also use rgb(172,131,176) instead hex code.

Text Font Color

.myTextColor { color: #AC83B0; }

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

This text font color is #AC83B0.


Background Color

.myBgColor { background-color: #AC83B0; }

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

This div background color is #AC83B0.


Border color

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

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

This div border color is #AC83B0.


Opacity

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

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

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

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

This text has shadow with #AC83B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC83B0 on black background.


Color preview on white background

This text has color #AC83B0 on white background.



Black color preview on #AC83B0 background

This text has black color on #AC83B0 background.


White color preview on #AC83B0 background

This text has white color on #AC83B0 background.