COLOR #AC97C7

HEX: #AC97C7 RGB: (172,151,199)

Color info

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

RGB color model

#AC97C7 color RGB value is (172,151,199).

RGB: (172,151,199) (67%, 59%, 78%)

RGB channels and saturation

R 172 of 255 = 67%
G 151 of 255 = 59%
B 199 of 255 = 78%

172
151
199

R + G + B ~ 68%. #AC97C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 151 + 199 = 522 (100%)
R 172 of 522 ~ 32.95%
G 151 of 522 ~ 28.93%
B 199 of 522 ~ 38.12'%

%32.95
%28.93
%38.12

CMYK color model

#AC97C7 color CMYK value is (14,24,0,22).

  • cyan value is 13.57%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (14,24,0,22)
C14M24Y0K22 (14%, 24%, 0%, 22%)
(0.14 / 0.24 / 0.00 / 0.22)

CMYK percentages

%13.57
%24.12
%0
%21.96

Codes

Color #AC97C7 in popluar color models

AC 97 C7
RGB 172 151 199
HSL 266° 30.00% 68.63%
HSB/HSV 266° 24.12% 78.04%
CMYK 13.57% 24.12% 0.00%
21.96%

Color #AC97C7 in popluar number systems.

HEX AC 97 C7
Decimal 172 151 199
Binary 10101100 10010111 11000111
Octal 254 227 307

Shades and tints

Shades of #AC97C7

#AC97C7
(172,151,199)
#9D8AB5
(157,138,181)
#8E7DA3
(142,125,163)
#7F7091
(127,112,145)
#70637F
(112,99,127)
#61566D
(97,86,109)
#52495B
(82,73,91)
#433C49
(67,60,73)
#342F37
(52,47,55)
#252225
(37,34,37)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #AC97C7

#AC97C7
(172,151,199)
#B3A0CC
(179,160,204)
#BAA9D1
(186,169,209)
#C1B2D6
(193,178,214)
#C8BBDB
(200,187,219)
#CFC4E0
(207,196,224)
#D6CDE5
(214,205,229)
#DDD6EA
(221,214,234)
#E4DFEF
(228,223,239)
#EBE8F4
(235,232,244)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC97C7; }

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

This text font color is #AC97C7.

Background Color

.myBgColor { background-color: #AC97C7; }

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

This div background color is #AC97C7.

Border color

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

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

This div border color is #AC97C7.

Opacity

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

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

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

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

This text has shadow with #AC97C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC97C7.

Preview

Color preview on black background

This text has color #AC97C7 on black background.


Color preview on white background

This text has color #AC97C7 on white background.


Black color preview on #AC97C7 background

This text has black color on #AC97C7 background.


White color preview on #AC97C7 background

This text has white color on #AC97C7 background.


Related colors

Complementary color

Complementary color for #hex is #536838.


I love getcolorcode.com

Triadic colors

1 #C7AC97 and #97C7AC with #AC97C7 are triadic colors.

2 #C797AC and #97ACC7 with #AC97C7 are triadic colors.