COLOR #AC91C2

HEX: #AC91C2 RGB: (172,145,194)

Color info

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

RGB color model

#AC91C2 color RGB value is (172,145,194).

RGB: (172,145,194) (67%, 57%, 76%)

RGB channels and saturation

R 172 of 255 = 67%
G 145 of 255 = 57%
B 194 of 255 = 76%

172
145
194

R + G + B ~ 67%. #AC91C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 145 + 194 = 511 (100%)
R 172 of 511 ~ 33.66%
G 145 of 511 ~ 28.38%
B 194 of 511 ~ 37.96'%

%33.66
%28.38
%37.96

CMYK color model

#AC91C2 color CMYK value is (11,25,0,24).

  • cyan value is 11.34%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (11,25,0,24)
C11M25Y0K24 (11%, 25%, 0%, 24%)
(0.11 / 0.25 / 0.00 / 0.24)

CMYK percentages

%11.34
%25.26
%0
%23.92

Codes

Color #AC91C2 in popluar color models

AC 91 C2
RGB 172 145 194
HSL 273° 28.65% 66.47%
HSB/HSV 273° 25.26% 76.08%
CMYK 11.34% 25.26% 0.00%
23.92%

Color #AC91C2 in popluar number systems.

HEX AC 91 C2
Decimal 172 145 194
Binary 10101100 10010001 11000010
Octal 254 221 302

Shades and tints

Shades of #AC91C2

#AC91C2
(172,145,194)
#9D84B1
(157,132,177)
#8E77A0
(142,119,160)
#7F6A8F
(127,106,143)
#705D7E
(112,93,126)
#61506D
(97,80,109)
#52435C
(82,67,92)
#43364B
(67,54,75)
#34293A
(52,41,58)
#251C29
(37,28,41)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #AC91C2

#AC91C2
(172,145,194)
#B39BC7
(179,155,199)
#BAA5CC
(186,165,204)
#C1AFD1
(193,175,209)
#C8B9D6
(200,185,214)
#CFC3DB
(207,195,219)
#D6CDE0
(214,205,224)
#DDD7E5
(221,215,229)
#E4E1EA
(228,225,234)
#EBEBEF
(235,235,239)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC91C2 color. Also use rgb(172,145,194) instead hex code.

Text Font Color

.myTextColor { color: #AC91C2; }

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

This text font color is #AC91C2.

Background Color

.myBgColor { background-color: #AC91C2; }

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

This div background color is #AC91C2.

Border color

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

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

This div border color is #AC91C2.

Opacity

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

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

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

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

This text has shadow with #AC91C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC91C2.

Preview

Color preview on black background

This text has color #AC91C2 on black background.


Color preview on white background

This text has color #AC91C2 on white background.


Black color preview on #AC91C2 background

This text has black color on #AC91C2 background.


White color preview on #AC91C2 background

This text has white color on #AC91C2 background.


Related colors

Complementary color

Complementary color for #hex is #536E3D.


I love getcolorcode.com

Triadic colors

1 #C2AC91 and #91C2AC with #AC91C2 are triadic colors.

2 #C291AC and #91ACC2 with #AC91C2 are triadic colors.