COLOR #AC90B6

HEX: #AC90B6
RGB: (172,144,182)

Color info

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

RGB color model

#AC90B6 color RGB value is (172,144,182).

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

RGB channels and saturation

R 172 of 255 = 67%
G 144 of 255 = 56%
B 182 of 255 = 71%

172
144
182

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

Portions of RGB colors in percentages

R + G + B =
172 + 144 + 182 = 498 (100%)
R 172 of 498 ~ 34.54%
G 144 of 498 ~ 28.92%
B 182 of 498 ~ 36.55%

%34.54
%28.92
%36.55

CMYK color model

#AC90B6 color CMYK value is (5,21,0,29).

  • cyan value is 5.49%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(5,21,0,29)
C5M21Y0K29 
(5%,21%,0%,29%)
(0.05/0.21/0.00/0.29)	

CMYK percentages

%5.49
%20.88
%0
%28.63

Codes

Color #AC90B6 in popluar color models

AC90B6
RGB172144182
HSL284°20.65%63.92%
HSB/HSV284°20.88%71.37%
CMYK5.49%20.88%0.00%
28.63%

Color #AC90B6 in popluar number systems.

HEXAC90B6
Decimal172144182
Binary101011001001000010110110
Octal254220266

Shades and tints

Shades of #AC90B6

#AC90B6
(172,144,182)
#9D83A6
(157,131,166)
#8E7696
(142,118,150)
#7F6986
(127,105,134)
#705C76
(112,92,118)
#614F66
(97,79,102)
#524256
(82,66,86)
#433546
(67,53,70)
#342836
(52,40,54)
#251B26
(37,27,38)
#160E16
(22,14,22)
#000000
(0,0,0)

Tints of #AC90B6

#AC90B6
(172,144,182)
#B39ABC
(179,154,188)
#BAA4C2
(186,164,194)
#C1AEC8
(193,174,200)
#C8B8CE
(200,184,206)
#CFC2D4
(207,194,212)
#D6CCDA
(214,204,218)
#DDD6E0
(221,214,224)
#E4E0E6
(228,224,230)
#EBEAEC
(235,234,236)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC90B6; }

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

This text font color is #AC90B6.


Background Color

.myBgColor { background-color: #AC90B6; }

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

This div background color is #AC90B6.


Border color

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

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

This div border color is #AC90B6.


Opacity

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

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

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

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

This text has shadow with #AC90B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC90B6 on black background.


Color preview on white background

This text has color #AC90B6 on white background.



Black color preview on #AC90B6 background

This text has black color on #AC90B6 background.


White color preview on #AC90B6 background

This text has white color on #AC90B6 background.