COLOR #9874A4

HEX: #9874A4
RGB: (152,116,164)

Color info

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

RGB color model

#9874A4 color RGB value is (152,116,164).

  • red value is 152;
  • green value is 116;
  • blue value is 164.
RGB:
(152,116,164)
(60%,45%,64%)

RGB channels and saturation

R 152 of 255 = 60%
G 116 of 255 = 45%
B 164 of 255 = 64%

152
116
164

R + G + B ~ 56%. #9874A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 116 + 164 = 432 (100%)
R 152 of 432 ~ 35.19%
G 116 of 432 ~ 26.85%
B 164 of 432 ~ 37.96%

%35.19
%26.85
%37.96

CMYK color model

#9874A4 color CMYK value is (7,29,0,36).

  • cyan value is 7.32%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(7,29,0,36)
C7M29Y0K36 
(7%,29%,0%,36%)
(0.07/0.29/0.00/0.36)	

CMYK percentages

%7.32
%29.27
%0
%35.69

Codes

Color #9874A4 in popluar color models

9874A4
RGB152116164
HSL285°20.87%54.90%
HSB/HSV285°29.27%64.31%
CMYK7.32%29.27%0.00%
35.69%

Color #9874A4 in popluar number systems.

HEX9874A4
Decimal152116164
Binary10011000111010010100100
Octal230164244

Shades and tints

Shades of #9874A4

#9874A4
(152,116,164)
#8B6A96
(139,106,150)
#7E6088
(126,96,136)
#71567A
(113,86,122)
#644C6C
(100,76,108)
#57425E
(87,66,94)
#4A3850
(74,56,80)
#3D2E42
(61,46,66)
#302434
(48,36,52)
#231A26
(35,26,38)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #9874A4

#9874A4
(152,116,164)
#A180AC
(161,128,172)
#AA8CB4
(170,140,180)
#B398BC
(179,152,188)
#BCA4C4
(188,164,196)
#C5B0CC
(197,176,204)
#CEBCD4
(206,188,212)
#D7C8DC
(215,200,220)
#E0D4E4
(224,212,228)
#E9E0EC
(233,224,236)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9874A4 color. Also use rgb(152,116,164) instead hex code.

Text Font Color

.myTextColor { color: #9874A4; }

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

This text font color is #9874A4.


Background Color

.myBgColor { background-color: #9874A4; }

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

This div background color is #9874A4.


Border color

.myBorderColor { border: 1px solid #9874A4; }

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

This div border color is #9874A4.


Opacity

.myOpacity80 { color: #9874A4; opacity: 0.8; }

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

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

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

This text has shadow with #9874A4 color.

.textShadow {text-shadow: 3px 3px 1px #9874A4, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9874A4 on black background.


Color preview on white background

This text has color #9874A4 on white background.



Black color preview on #9874A4 background

This text has black color on #9874A4 background.


White color preview on #9874A4 background

This text has white color on #9874A4 background.