COLOR #AC98BB

HEX: #AC98BB RGB: (172,152,187)

Color info

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

RGB color model

#AC98BB color RGB value is (172,152,187).

RGB: (172,152,187) (67%, 60%, 73%)

RGB channels and saturation

R 172 of 255 = 67%
G 152 of 255 = 60%
B 187 of 255 = 73%

172
152
187

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

Portions of RGB colors in percentages

R + G + B = 172 + 152 + 187 = 511 (100%)
R 172 of 511 ~ 33.66%
G 152 of 511 ~ 29.75%
B 187 of 511 ~ 36.59'%

%33.66
%29.75
%36.59

CMYK color model

#AC98BB color CMYK value is (8,19,0,27).

  • cyan value is 8.02%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (8,19,0,27)
C8M19Y0K27 (8%, 19%, 0%, 27%)
(0.08 / 0.19 / 0.00 / 0.27)

CMYK percentages

%8.02
%18.72
%0
%26.67

Codes

Color #AC98BB in popluar color models

AC 98 BB
RGB 172 152 187
HSL 274° 20.47% 66.47%
HSB/HSV 274° 18.72% 73.33%
CMYK 8.02% 18.72% 0.00%
26.67%

Color #AC98BB in popluar number systems.

HEX AC 98 BB
Decimal 172 152 187
Binary 10101100 10011000 10111011
Octal 254 230 273

Shades and tints

Shades of #AC98BB

#AC98BB
(172,152,187)
#9D8BAA
(157,139,170)
#8E7E99
(142,126,153)
#7F7188
(127,113,136)
#706477
(112,100,119)
#615766
(97,87,102)
#524A55
(82,74,85)
#433D44
(67,61,68)
#343033
(52,48,51)
#252322
(37,35,34)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #AC98BB

#AC98BB
(172,152,187)
#B3A1C1
(179,161,193)
#BAAAC7
(186,170,199)
#C1B3CD
(193,179,205)
#C8BCD3
(200,188,211)
#CFC5D9
(207,197,217)
#D6CEDF
(214,206,223)
#DDD7E5
(221,215,229)
#E4E0EB
(228,224,235)
#EBE9F1
(235,233,241)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC98BB; }

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

This text font color is #AC98BB.

Background Color

.myBgColor { background-color: #AC98BB; }

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

This div background color is #AC98BB.

Border color

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

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

This div border color is #AC98BB.

Opacity

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

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

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

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

This text has shadow with #AC98BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC98BB.

Preview

Color preview on black background

This text has color #AC98BB on black background.


Color preview on white background

This text has color #AC98BB on white background.


Black color preview on #AC98BB background

This text has black color on #AC98BB background.


White color preview on #AC98BB background

This text has white color on #AC98BB background.


Related colors

Complementary color

Complementary color for #hex is #536744.


I love getcolorcode.com

Triadic colors

1 #BBAC98 and #98BBAC with #AC98BB are triadic colors.

2 #BB98AC and #98ACBB with #AC98BB are triadic colors.