COLOR #9875AE

HEX: #9875AE
RGB: (152,117,174)

Color info

#9875AE contains red, green and blue colors in about the same proportion. Web safe color of #9875AE is #996699 (or #969).

RGB color model

#9875AE color RGB value is (152,117,174).

  • red value is 152;
  • green value is 117;
  • blue value is 174.
RGB:
(152,117,174)
(60%,46%,68%)

RGB channels and saturation

R 152 of 255 = 60%
G 117 of 255 = 46%
B 174 of 255 = 68%

152
117
174

R + G + B ~ 58%. #9875AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 117 + 174 = 443 (100%)
R 152 of 443 ~ 34.31%
G 117 of 443 ~ 26.41%
B 174 of 443 ~ 39.28%

%34.31
%26.41
%39.28

CMYK color model

#9875AE color CMYK value is (13,33,0,32).

  • cyan value is 12.64%
  • magenta value is 32.76%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(13,33,0,32)
C13M33Y0K32 
(13%,33%,0%,32%)
(0.13/0.33/0.00/0.32)	

CMYK percentages

%12.64
%32.76
%0
%31.76

Codes

Color #9875AE in popluar color models

9875AE
RGB152117174
HSL277°26.03%57.06%
HSB/HSV277°32.76%68.24%
CMYK12.64%32.76%0.00%
31.76%

Color #9875AE in popluar number systems.

HEX9875AE
Decimal152117174
Binary10011000111010110101110
Octal230165256

Shades and tints

Shades of #9875AE

#9875AE
(152,117,174)
#8B6B9F
(139,107,159)
#7E6190
(126,97,144)
#715781
(113,87,129)
#644D72
(100,77,114)
#574363
(87,67,99)
#4A3954
(74,57,84)
#3D2F45
(61,47,69)
#302536
(48,37,54)
#231B27
(35,27,39)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #9875AE

#9875AE
(152,117,174)
#A181B5
(161,129,181)
#AA8DBC
(170,141,188)
#B399C3
(179,153,195)
#BCA5CA
(188,165,202)
#C5B1D1
(197,177,209)
#CEBDD8
(206,189,216)
#D7C9DF
(215,201,223)
#E0D5E6
(224,213,230)
#E9E1ED
(233,225,237)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9875AE color. Also use rgb(152,117,174) instead hex code.

Text Font Color

.myTextColor { color: #9875AE; }

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

This text font color is #9875AE.


Background Color

.myBgColor { background-color: #9875AE; }

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

This div background color is #9875AE.


Border color

.myBorderColor { border: 1px solid #9875AE; }

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

This div border color is #9875AE.


Opacity

.myOpacity80 { color: #9875AE; opacity: 0.8; }

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

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

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

This text has shadow with #9875AE color.

.textShadow {text-shadow: 3px 3px 1px #9875AE, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9875AE on black background.


Color preview on white background

This text has color #9875AE on white background.



Black color preview on #9875AE background

This text has black color on #9875AE background.


White color preview on #9875AE background

This text has white color on #9875AE background.