COLOR #9875A8

HEX: #9875A8
RGB: (152,117,168)

Color info

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

RGB color model

#9875A8 color RGB value is (152,117,168).

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

RGB channels and saturation

R 152 of 255 = 60%
G 117 of 255 = 46%
B 168 of 255 = 66%

152
117
168

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

Portions of RGB colors in percentages

R + G + B =
152 + 117 + 168 = 437 (100%)
R 152 of 437 ~ 34.78%
G 117 of 437 ~ 26.77%
B 168 of 437 ~ 38.44%

%34.78
%26.77
%38.44

CMYK color model

#9875A8 color CMYK value is (10,30,0,34).

  • cyan value is 9.52%
  • magenta value is 30.36%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(10,30,0,34)
C10M30Y0K34 
(10%,30%,0%,34%)
(0.10/0.30/0.00/0.34)	

CMYK percentages

%9.52
%30.36
%0
%34.12

Codes

Color #9875A8 in popluar color models

9875A8
RGB152117168
HSL281°22.67%55.88%
HSB/HSV281°30.36%65.88%
CMYK9.52%30.36%0.00%
34.12%

Color #9875A8 in popluar number systems.

HEX9875A8
Decimal152117168
Binary10011000111010110101000
Octal230165250

Shades and tints

Shades of #9875A8

#9875A8
(152,117,168)
#8B6B99
(139,107,153)
#7E618A
(126,97,138)
#71577B
(113,87,123)
#644D6C
(100,77,108)
#57435D
(87,67,93)
#4A394E
(74,57,78)
#3D2F3F
(61,47,63)
#302530
(48,37,48)
#231B21
(35,27,33)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #9875A8

#9875A8
(152,117,168)
#A181AF
(161,129,175)
#AA8DB6
(170,141,182)
#B399BD
(179,153,189)
#BCA5C4
(188,165,196)
#C5B1CB
(197,177,203)
#CEBDD2
(206,189,210)
#D7C9D9
(215,201,217)
#E0D5E0
(224,213,224)
#E9E1E7
(233,225,231)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9875A8; }

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

This text font color is #9875A8.


Background Color

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

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

This div background color is #9875A8.


Border color

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

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

This div border color is #9875A8.


Opacity

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

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

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

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

This text has shadow with #9875A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9875A8 on black background.


Color preview on white background

This text has color #9875A8 on white background.



Black color preview on #9875A8 background

This text has black color on #9875A8 background.


White color preview on #9875A8 background

This text has white color on #9875A8 background.