COLOR #AC98BD

HEX: #AC98BD RGB: (172,152,189)

Color info

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

RGB color model

#AC98BD color RGB value is (172,152,189).

RGB: (172,152,189) (67%, 60%, 74%)

RGB channels and saturation

R 172 of 255 = 67%
G 152 of 255 = 60%
B 189 of 255 = 74%

172
152
189

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

Portions of RGB colors in percentages

R + G + B = 172 + 152 + 189 = 513 (100%)
R 172 of 513 ~ 33.53%
G 152 of 513 ~ 29.63%
B 189 of 513 ~ 36.84'%

%33.53
%29.63
%36.84

CMYK color model

#AC98BD color CMYK value is (9,20,0,26).

  • cyan value is 8.99%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (9,20,0,26)
C9M20Y0K26 (9%, 20%, 0%, 26%)
(0.09 / 0.20 / 0.00 / 0.26)

CMYK percentages

%8.99
%19.58
%0
%25.88

Codes

Color #AC98BD in popluar color models

AC 98 BD
RGB 172 152 189
HSL 272° 21.89% 66.86%
HSB/HSV 272° 19.58% 74.12%
CMYK 8.99% 19.58% 0.00%
25.88%

Color #AC98BD in popluar number systems.

HEX AC 98 BD
Decimal 172 152 189
Binary 10101100 10011000 10111101
Octal 254 230 275

Shades and tints

Shades of #AC98BD

#AC98BD
(172,152,189)
#9D8BAC
(157,139,172)
#8E7E9B
(142,126,155)
#7F718A
(127,113,138)
#706479
(112,100,121)
#615768
(97,87,104)
#524A57
(82,74,87)
#433D46
(67,61,70)
#343035
(52,48,53)
#252324
(37,35,36)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #AC98BD

#AC98BD
(172,152,189)
#B3A1C3
(179,161,195)
#BAAAC9
(186,170,201)
#C1B3CF
(193,179,207)
#C8BCD5
(200,188,213)
#CFC5DB
(207,197,219)
#D6CEE1
(214,206,225)
#DDD7E7
(221,215,231)
#E4E0ED
(228,224,237)
#EBE9F3
(235,233,243)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC98BD color. Also use rgb(172,152,189) instead hex code.

Text Font Color

.myTextColor { color: #AC98BD; }

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

This text font color is #AC98BD.

Background Color

.myBgColor { background-color: #AC98BD; }

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

This div background color is #AC98BD.

Border color

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

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

This div border color is #AC98BD.

Opacity

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

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

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

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

This text has shadow with #AC98BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC98BD.

Preview

Color preview on black background

This text has color #AC98BD on black background.


Color preview on white background

This text has color #AC98BD on white background.


Black color preview on #AC98BD background

This text has black color on #AC98BD background.


White color preview on #AC98BD background

This text has white color on #AC98BD background.


Related colors

Complementary color

Complementary color for #hex is #536742.


I love getcolorcode.com

Triadic colors

1 #BDAC98 and #98BDAC with #AC98BD are triadic colors.

2 #BD98AC and #98ACBD with #AC98BD are triadic colors.