COLOR #9884AF

HEX: #9884AF RGB: (152,132,175)

Color info

#9884AF contains red, green and blue colors in about the same proportion. Web safe color of #9884AF is #999999 (or #999).

RGB color model

#9884AF color RGB value is (152,132,175).

RGB: (152,132,175) (60%, 52%, 69%)

RGB channels and saturation

R 152 of 255 = 60%
G 132 of 255 = 52%
B 175 of 255 = 69%

152
132
175

R + G + B ~ 60%. #9884AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 132 + 175 = 459 (100%)
R 152 of 459 ~ 33.12%
G 132 of 459 ~ 28.76%
B 175 of 459 ~ 38.13'%

%33.12
%28.76
%38.13

CMYK color model

#9884AF color CMYK value is (13,25,0,31).

  • cyan value is 13.14%
  • magenta value is 24.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (13,25,0,31)
C13M25Y0K31 (13%, 25%, 0%, 31%)
(0.13 / 0.25 / 0.00 / 0.31)

CMYK percentages

%13.14
%24.57
%0
%31.37

Codes

Color #9884AF in popluar color models

98 84 AF
RGB 152 132 175
HSL 268° 21.18% 60.20%
HSB/HSV 268° 24.57% 68.63%
CMYK 13.14% 24.57% 0.00%
31.37%

Color #9884AF in popluar number systems.

HEX 98 84 AF
Decimal 152 132 175
Binary 10011000 10000100 10101111
Octal 230 204 257

Shades and tints

Shades of #9884AF

#9884AF
(152,132,175)
#8B78A0
(139,120,160)
#7E6C91
(126,108,145)
#716082
(113,96,130)
#645473
(100,84,115)
#574864
(87,72,100)
#4A3C55
(74,60,85)
#3D3046
(61,48,70)
#302437
(48,36,55)
#231828
(35,24,40)
#160C19
(22,12,25)
#000000
(0,0,0)

Tints of #9884AF

#9884AF
(152,132,175)
#A18FB6
(161,143,182)
#AA9ABD
(170,154,189)
#B3A5C4
(179,165,196)
#BCB0CB
(188,176,203)
#C5BBD2
(197,187,210)
#CEC6D9
(206,198,217)
#D7D1E0
(215,209,224)
#E0DCE7
(224,220,231)
#E9E7EE
(233,231,238)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9884AF color. Also use rgb(152,132,175) instead hex code.

Text Font Color

.myTextColor { color: #9884AF; }

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

This text font color is #9884AF.

Background Color

.myBgColor { background-color: #9884AF; }

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

This div background color is #9884AF.

Border color

.myBorderColor { border: 1px solid #9884AF; }

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

This div border color is #9884AF.

Opacity

.myOpacity80 { color: #9884AF; opacity: 0.8; }

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

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

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

This text has shadow with #9884AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9884AF.

Preview

Color preview on black background

This text has color #9884AF on black background.


Color preview on white background

This text has color #9884AF on white background.


Black color preview on #9884AF background

This text has black color on #9884AF background.


White color preview on #9884AF background

This text has white color on #9884AF background.


Related colors

Complementary color

Complementary color for #hex is #677B50.


I love getcolorcode.com

Triadic colors

1 #AF9884 and #84AF98 with #9884AF are triadic colors.

2 #AF8498 and #8498AF with #9884AF are triadic colors.