COLOR #9974A2

HEX: #9974A2
RGB: (153,116,162)

Color info

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

RGB color model

#9974A2 color RGB value is (153,116,162).

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

RGB channels and saturation

R 153 of 255 = 60%
G 116 of 255 = 45%
B 162 of 255 = 64%

153
116
162

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

Portions of RGB colors in percentages

R + G + B =
153 + 116 + 162 = 431 (100%)
R 153 of 431 ~ 35.5%
G 116 of 431 ~ 26.91%
B 162 of 431 ~ 37.59%

%35.5
%26.91
%37.59

CMYK color model

#9974A2 color CMYK value is (6,28,0,36).

  • cyan value is 5.56%
  • magenta value is 28.40%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(6,28,0,36)
C6M28Y0K36 
(6%,28%,0%,36%)
(0.06/0.28/0.00/0.36)	

CMYK percentages

%5.56
%28.4
%0
%36.47

Codes

Color #9974A2 in popluar color models

9974A2
RGB153116162
HSL288°19.83%54.51%
HSB/HSV288°28.40%63.53%
CMYK5.56%28.40%0.00%
36.47%

Color #9974A2 in popluar number systems.

HEX9974A2
Decimal153116162
Binary10011001111010010100010
Octal231164242

Shades and tints

Shades of #9974A2

#9974A2
(153,116,162)
#8C6A94
(140,106,148)
#7F6086
(127,96,134)
#725678
(114,86,120)
#654C6A
(101,76,106)
#58425C
(88,66,92)
#4B384E
(75,56,78)
#3E2E40
(62,46,64)
#312432
(49,36,50)
#241A24
(36,26,36)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #9974A2

#9974A2
(153,116,162)
#A280AA
(162,128,170)
#AB8CB2
(171,140,178)
#B498BA
(180,152,186)
#BDA4C2
(189,164,194)
#C6B0CA
(198,176,202)
#CFBCD2
(207,188,210)
#D8C8DA
(216,200,218)
#E1D4E2
(225,212,226)
#EAE0EA
(234,224,234)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9974A2 color. Also use rgb(153,116,162) instead hex code.

Text Font Color

.myTextColor { color: #9974A2; }

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

This text font color is #9974A2.


Background Color

.myBgColor { background-color: #9974A2; }

<div style="background-color:#9974A2">Inner text</div>

This div background color is #9974A2.


Border color

.myBorderColor { border: 1px solid #9974A2; }

<div style="border:3px solid #9974A2">Div</div>

This div border color is #9974A2.


Opacity

.myOpacity80 { color: #9974A2; opacity: 0.8; }

<p style="color:#9974A2;opacity:0.8;">80%</p>

Text with #9974A2 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 #9974A2;}

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

This text has shadow with #9974A2 color.

.textShadow {text-shadow: 3px 3px 1px #9974A2, 3px 3px 1px red;}

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

This text has shadow with #9974A2 primary color and red secondary color.


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

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

This text has shadow with #9974A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9974A2 on black background.


Color preview on white background

This text has color #9974A2 on white background.



Black color preview on #9974A2 background

This text has black color on #9974A2 background.


White color preview on #9974A2 background

This text has white color on #9974A2 background.