COLOR #AC90B3

HEX: #AC90B3
RGB: (172,144,179)

Color info

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

RGB color model

#AC90B3 color RGB value is (172,144,179).

  • red value is 172;
  • green value is 144;
  • blue value is 179.
RGB:
(172,144,179)
(67%,56%,70%)

RGB channels and saturation

R 172 of 255 = 67%
G 144 of 255 = 56%
B 179 of 255 = 70%

172
144
179

R + G + B ~ 64%. #AC90B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 144 + 179 = 495 (100%)
R 172 of 495 ~ 34.75%
G 144 of 495 ~ 29.09%
B 179 of 495 ~ 36.16%

%34.75
%29.09
%36.16

CMYK color model

#AC90B3 color CMYK value is (4,20,0,30).

  • cyan value is 3.91%
  • magenta value is 19.55%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(4,20,0,30)
C4M20Y0K30 
(4%,20%,0%,30%)
(0.04/0.20/0.00/0.30)	

CMYK percentages

%3.91
%19.55
%0
%29.8

Codes

Color #AC90B3 in popluar color models

AC90B3
RGB172144179
HSL288°18.72%63.33%
HSB/HSV288°19.55%70.20%
CMYK3.91%19.55%0.00%
29.80%

Color #AC90B3 in popluar number systems.

HEXAC90B3
Decimal172144179
Binary101011001001000010110011
Octal254220263

Shades and tints

Shades of #AC90B3

#AC90B3
(172,144,179)
#9D83A3
(157,131,163)
#8E7693
(142,118,147)
#7F6983
(127,105,131)
#705C73
(112,92,115)
#614F63
(97,79,99)
#524253
(82,66,83)
#433543
(67,53,67)
#342833
(52,40,51)
#251B23
(37,27,35)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #AC90B3

#AC90B3
(172,144,179)
#B39AB9
(179,154,185)
#BAA4BF
(186,164,191)
#C1AEC5
(193,174,197)
#C8B8CB
(200,184,203)
#CFC2D1
(207,194,209)
#D6CCD7
(214,204,215)
#DDD6DD
(221,214,221)
#E4E0E3
(228,224,227)
#EBEAE9
(235,234,233)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC90B3 color. Also use rgb(172,144,179) instead hex code.

Text Font Color

.myTextColor { color: #AC90B3; }

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

This text font color is #AC90B3.


Background Color

.myBgColor { background-color: #AC90B3; }

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

This div background color is #AC90B3.


Border color

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

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

This div border color is #AC90B3.


Opacity

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

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

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

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

This text has shadow with #AC90B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC90B3 on black background.


Color preview on white background

This text has color #AC90B3 on white background.



Black color preview on #AC90B3 background

This text has black color on #AC90B3 background.


White color preview on #AC90B3 background

This text has white color on #AC90B3 background.