COLOR #AC97C2

HEX: #AC97C2 RGB: (172,151,194)

Color info

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

RGB color model

#AC97C2 color RGB value is (172,151,194).

RGB: (172,151,194) (67%, 59%, 76%)

RGB channels and saturation

R 172 of 255 = 67%
G 151 of 255 = 59%
B 194 of 255 = 76%

172
151
194

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

Portions of RGB colors in percentages

R + G + B = 172 + 151 + 194 = 517 (100%)
R 172 of 517 ~ 33.27%
G 151 of 517 ~ 29.21%
B 194 of 517 ~ 37.52'%

%33.27
%29.21
%37.52

CMYK color model

#AC97C2 color CMYK value is (11,22,0,24).

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

CMYK: (11,22,0,24)
C11M22Y0K24 (11%, 22%, 0%, 24%)
(0.11 / 0.22 / 0.00 / 0.24)

CMYK percentages

%11.34
%22.16
%0
%23.92

Codes

Color #AC97C2 in popluar color models

AC 97 C2
RGB 172 151 194
HSL 269° 26.06% 67.65%
HSB/HSV 269° 22.16% 76.08%
CMYK 11.34% 22.16% 0.00%
23.92%

Color #AC97C2 in popluar number systems.

HEX AC 97 C2
Decimal 172 151 194
Binary 10101100 10010111 11000010
Octal 254 227 302

Shades and tints

Shades of #AC97C2

#AC97C2
(172,151,194)
#9D8AB1
(157,138,177)
#8E7DA0
(142,125,160)
#7F708F
(127,112,143)
#70637E
(112,99,126)
#61566D
(97,86,109)
#52495C
(82,73,92)
#433C4B
(67,60,75)
#342F3A
(52,47,58)
#252229
(37,34,41)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #AC97C2

#AC97C2
(172,151,194)
#B3A0C7
(179,160,199)
#BAA9CC
(186,169,204)
#C1B2D1
(193,178,209)
#C8BBD6
(200,187,214)
#CFC4DB
(207,196,219)
#D6CDE0
(214,205,224)
#DDD6E5
(221,214,229)
#E4DFEA
(228,223,234)
#EBE8EF
(235,232,239)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC97C2; }

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

This text font color is #AC97C2.

Background Color

.myBgColor { background-color: #AC97C2; }

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

This div background color is #AC97C2.

Border color

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

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

This div border color is #AC97C2.

Opacity

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

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

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

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

This text has shadow with #AC97C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC97C2.

Preview

Color preview on black background

This text has color #AC97C2 on black background.


Color preview on white background

This text has color #AC97C2 on white background.


Black color preview on #AC97C2 background

This text has black color on #AC97C2 background.


White color preview on #AC97C2 background

This text has white color on #AC97C2 background.


Related colors

Complementary color

Complementary color for #hex is #53683D.


I love getcolorcode.com

Triadic colors

1 #C2AC97 and #97C2AC with #AC97C2 are triadic colors.

2 #C297AC and #97ACC2 with #AC97C2 are triadic colors.