COLOR #9886AF

HEX: #9886AF
RGB: (152,134,175)

Color info

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

RGB color model

#9886AF color RGB value is (152,134,175).

  • red value is 152;
  • green value is 134;
  • blue value is 175.
RGB:
(152,134,175)
(60%,53%,69%)

RGB channels and saturation

R 152 of 255 = 60%
G 134 of 255 = 53%
B 175 of 255 = 69%

152
134
175

R + G + B ~ 61%. #9886AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 134 + 175 = 461 (100%)
R 152 of 461 ~ 32.97%
G 134 of 461 ~ 29.07%
B 175 of 461 ~ 37.96%

%32.97
%29.07
%37.96

CMYK color model

#9886AF color CMYK value is (13,23,0,31).

  • cyan value is 13.14%
  • magenta value is 23.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(13,23,0,31)
C13M23Y0K31 
(13%,23%,0%,31%)
(0.13/0.23/0.00/0.31)	

CMYK percentages

%13.14
%23.43
%0
%31.37

Codes

Color #9886AF in popluar color models

9886AF
RGB152134175
HSL266°20.40%60.59%
HSB/HSV266°23.43%68.63%
CMYK13.14%23.43%0.00%
31.37%

Color #9886AF in popluar number systems.

HEX9886AF
Decimal152134175
Binary100110001000011010101111
Octal230206257

Shades and tints

Shades of #9886AF

#9886AF
(152,134,175)
#8B7AA0
(139,122,160)
#7E6E91
(126,110,145)
#716282
(113,98,130)
#645673
(100,86,115)
#574A64
(87,74,100)
#4A3E55
(74,62,85)
#3D3246
(61,50,70)
#302637
(48,38,55)
#231A28
(35,26,40)
#160E19
(22,14,25)
#000000
(0,0,0)

Tints of #9886AF

#9886AF
(152,134,175)
#A191B6
(161,145,182)
#AA9CBD
(170,156,189)
#B3A7C4
(179,167,196)
#BCB2CB
(188,178,203)
#C5BDD2
(197,189,210)
#CEC8D9
(206,200,217)
#D7D3E0
(215,211,224)
#E0DEE7
(224,222,231)
#E9E9EE
(233,233,238)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9886AF; }

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

This text font color is #9886AF.


Background Color

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

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

This div background color is #9886AF.


Border color

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

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

This div border color is #9886AF.


Opacity

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

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

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

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

This text has shadow with #9886AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9886AF on black background.


Color preview on white background

This text has color #9886AF on white background.



Black color preview on #9886AF background

This text has black color on #9886AF background.


White color preview on #9886AF background

This text has white color on #9886AF background.