COLOR #AC90BA

HEX: #AC90BA RGB: (172,144,186)

Color info

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

RGB color model

#AC90BA color RGB value is (172,144,186).

RGB: (172,144,186) (67%, 56%, 73%)

RGB channels and saturation

R 172 of 255 = 67%
G 144 of 255 = 56%
B 186 of 255 = 73%

172
144
186

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

Portions of RGB colors in percentages

R + G + B = 172 + 144 + 186 = 502 (100%)
R 172 of 502 ~ 34.26%
G 144 of 502 ~ 28.69%
B 186 of 502 ~ 37.05'%

%34.26
%28.69
%37.05

CMYK color model

#AC90BA color CMYK value is (8,23,0,27).

  • cyan value is 7.53%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (8,23,0,27)
C8M23Y0K27 (8%, 23%, 0%, 27%)
(0.08 / 0.23 / 0.00 / 0.27)

CMYK percentages

%7.53
%22.58
%0
%27.06

Codes

Color #AC90BA in popluar color models

AC 90 BA
RGB 172 144 186
HSL 280° 23.33% 64.71%
HSB/HSV 280° 22.58% 72.94%
CMYK 7.53% 22.58% 0.00%
27.06%

Color #AC90BA in popluar number systems.

HEX AC 90 BA
Decimal 172 144 186
Binary 10101100 10010000 10111010
Octal 254 220 272

Shades and tints

Shades of #AC90BA

#AC90BA
(172,144,186)
#9D83AA
(157,131,170)
#8E769A
(142,118,154)
#7F698A
(127,105,138)
#705C7A
(112,92,122)
#614F6A
(97,79,106)
#52425A
(82,66,90)
#43354A
(67,53,74)
#34283A
(52,40,58)
#251B2A
(37,27,42)
#160E1A
(22,14,26)
#000000
(0,0,0)

Tints of #AC90BA

#AC90BA
(172,144,186)
#B39AC0
(179,154,192)
#BAA4C6
(186,164,198)
#C1AECC
(193,174,204)
#C8B8D2
(200,184,210)
#CFC2D8
(207,194,216)
#D6CCDE
(214,204,222)
#DDD6E4
(221,214,228)
#E4E0EA
(228,224,234)
#EBEAF0
(235,234,240)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC90BA; }

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

This text font color is #AC90BA.

Background Color

.myBgColor { background-color: #AC90BA; }

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

This div background color is #AC90BA.

Border color

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

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

This div border color is #AC90BA.

Opacity

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

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

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

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

This text has shadow with #AC90BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC90BA.

Preview

Color preview on black background

This text has color #AC90BA on black background.


Color preview on white background

This text has color #AC90BA on white background.


Black color preview on #AC90BA background

This text has black color on #AC90BA background.


White color preview on #AC90BA background

This text has white color on #AC90BA background.


Related colors

Complementary color

Complementary color for #hex is #536F45.


I love getcolorcode.com

Triadic colors

1 #BAAC90 and #90BAAC with #AC90BA are triadic colors.

2 #BA90AC and #90ACBA with #AC90BA are triadic colors.