COLOR #AC90BE

HEX: #AC90BE
RGB: (172,144,190)

Color info

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

RGB color model

#AC90BE color RGB value is (172,144,190).

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

RGB channels and saturation

R 172 of 255 = 67%
G 144 of 255 = 56%
B 190 of 255 = 75%

172
144
190

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

Portions of RGB colors in percentages

R + G + B =
172 + 144 + 190 = 506 (100%)
R 172 of 506 ~ 33.99%
G 144 of 506 ~ 28.46%
B 190 of 506 ~ 37.55%

%33.99
%28.46
%37.55

CMYK color model

#AC90BE color CMYK value is (9,24,0,25).

  • cyan value is 9.47%
  • magenta value is 24.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(9,24,0,25)
C9M24Y0K25 
(9%,24%,0%,25%)
(0.09/0.24/0.00/0.25)	

CMYK percentages

%9.47
%24.21
%0
%25.49

Codes

Color #AC90BE in popluar color models

AC90BE
RGB172144190
HSL277°26.14%65.49%
HSB/HSV277°24.21%74.51%
CMYK9.47%24.21%0.00%
25.49%

Color #AC90BE in popluar number systems.

HEXAC90BE
Decimal172144190
Binary101011001001000010111110
Octal254220276

Shades and tints

Shades of #AC90BE

#AC90BE
(172,144,190)
#9D83AD
(157,131,173)
#8E769C
(142,118,156)
#7F698B
(127,105,139)
#705C7A
(112,92,122)
#614F69
(97,79,105)
#524258
(82,66,88)
#433547
(67,53,71)
#342836
(52,40,54)
#251B25
(37,27,37)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #AC90BE

#AC90BE
(172,144,190)
#B39AC3
(179,154,195)
#BAA4C8
(186,164,200)
#C1AECD
(193,174,205)
#C8B8D2
(200,184,210)
#CFC2D7
(207,194,215)
#D6CCDC
(214,204,220)
#DDD6E1
(221,214,225)
#E4E0E6
(228,224,230)
#EBEAEB
(235,234,235)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC90BE; }

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

This text font color is #AC90BE.


Background Color

.myBgColor { background-color: #AC90BE; }

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

This div background color is #AC90BE.


Border color

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

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

This div border color is #AC90BE.


Opacity

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

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

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

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

This text has shadow with #AC90BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC90BE on black background.


Color preview on white background

This text has color #AC90BE on white background.



Black color preview on #AC90BE background

This text has black color on #AC90BE background.


White color preview on #AC90BE background

This text has white color on #AC90BE background.