COLOR #AC88C4

HEX: #AC88C4 RGB: (172,136,196)

Color info

#AC88C4 contains mainly red and blue colors. Web safe color of #AC88C4 is #9999CC (or #99C).

RGB color model

#AC88C4 color RGB value is (172,136,196).

RGB: (172,136,196) (67%, 53%, 77%)

RGB channels and saturation

R 172 of 255 = 67%
G 136 of 255 = 53%
B 196 of 255 = 77%

172
136
196

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

Portions of RGB colors in percentages

R + G + B = 172 + 136 + 196 = 504 (100%)
R 172 of 504 ~ 34.13%
G 136 of 504 ~ 26.98%
B 196 of 504 ~ 38.89'%

%34.13
%26.98
%38.89

CMYK color model

#AC88C4 color CMYK value is (12,31,0,23).

  • cyan value is 12.24%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (12,31,0,23)
C12M31Y0K23 (12%, 31%, 0%, 23%)
(0.12 / 0.31 / 0.00 / 0.23)

CMYK percentages

%12.24
%30.61
%0
%23.14

Codes

Color #AC88C4 in popluar color models

AC 88 C4
RGB 172 136 196
HSL 276° 33.71% 65.10%
HSB/HSV 276° 30.61% 76.86%
CMYK 12.24% 30.61% 0.00%
23.14%

Color #AC88C4 in popluar number systems.

HEX AC 88 C4
Decimal 172 136 196
Binary 10101100 10001000 11000100
Octal 254 210 304

Shades and tints

Shades of #AC88C4

#AC88C4
(172,136,196)
#9D7CB3
(157,124,179)
#8E70A2
(142,112,162)
#7F6491
(127,100,145)
#705880
(112,88,128)
#614C6F
(97,76,111)
#52405E
(82,64,94)
#43344D
(67,52,77)
#34283C
(52,40,60)
#251C2B
(37,28,43)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #AC88C4

#AC88C4
(172,136,196)
#B392C9
(179,146,201)
#BA9CCE
(186,156,206)
#C1A6D3
(193,166,211)
#C8B0D8
(200,176,216)
#CFBADD
(207,186,221)
#D6C4E2
(214,196,226)
#DDCEE7
(221,206,231)
#E4D8EC
(228,216,236)
#EBE2F1
(235,226,241)
#F2ECF6
(242,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC88C4 color. Also use rgb(172,136,196) instead hex code.

Text Font Color

.myTextColor { color: #AC88C4; }

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

This text font color is #AC88C4.

Background Color

.myBgColor { background-color: #AC88C4; }

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

This div background color is #AC88C4.

Border color

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

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

This div border color is #AC88C4.

Opacity

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

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

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

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

This text has shadow with #AC88C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC88C4.

Preview

Color preview on black background

This text has color #AC88C4 on black background.


Color preview on white background

This text has color #AC88C4 on white background.


Black color preview on #AC88C4 background

This text has black color on #AC88C4 background.


White color preview on #AC88C4 background

This text has white color on #AC88C4 background.


Related colors

Complementary color

Complementary color for #hex is #53773B.


I love getcolorcode.com

Triadic colors

1 #C4AC88 and #88C4AC with #AC88C4 are triadic colors.

2 #C488AC and #88ACC4 with #AC88C4 are triadic colors.