COLOR #9D214C

HEX: #9D214C
RGB: (157,33,76)

Color info

#9D214C contains mainly red color. Web safe color of #9D214C is #993333 (or #933).

RGB color model

#9D214C color RGB value is (157,33,76).

  • red value is 157;
  • green value is 33;
  • blue value is 76.
RGB:
(157,33,76)
(62%,13%,30%)

RGB channels and saturation

R 157 of 255 = 62%
G 33 of 255 = 13%
B 76 of 255 = 30%

157
33
76

R + G + B ~ 35%. #9D214C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
157 + 33 + 76 = 266 (100%)
R 157 of 266 ~ 59.02%
G 33 of 266 ~ 12.41%
B 76 of 266 ~ 28.57%

%59.02
%12.41
%28.57

CMYK color model

#9D214C color CMYK value is (0,79,52,38).

  • cyan value is 0.00%
  • magenta value is 78.98%
  • yellow value is 51.59%
  • key color value is 38.43%
CMYK:
(0,79,52,38)
C0M79Y52K38 
(0%,79%,52%,38%)
(0.00/0.79/0.52/0.38)	

CMYK percentages

%0
%78.98
%51.59
%38.43

Codes

Color #9D214C in popluar color models

9D214C
RGB1573376
HSL339°65.26%37.25%
HSB/HSV339°78.98%61.57%
CMYK0.00%78.98%51.59%
38.43%

Color #9D214C in popluar number systems.

HEX9D214C
Decimal1573376
Binary100111011000011001100
Octal23541114

Shades and tints

Shades of #9D214C

#9D214C
(157,33,76)
#8F1E46
(143,30,70)
#811B40
(129,27,64)
#73183A
(115,24,58)
#651534
(101,21,52)
#57122E
(87,18,46)
#490F28
(73,15,40)
#3B0C22
(59,12,34)
#2D091C
(45,9,28)
#1F0616
(31,6,22)
#110310
(17,3,16)
#000000
(0,0,0)

Tints of #9D214C

#9D214C
(157,33,76)
#A5355C
(165,53,92)
#AD496C
(173,73,108)
#B55D7C
(181,93,124)
#BD718C
(189,113,140)
#C5859C
(197,133,156)
#CD99AC
(205,153,172)
#D5ADBC
(213,173,188)
#DDC1CC
(221,193,204)
#E5D5DC
(229,213,220)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D214C color. Also use rgb(157,33,76) instead hex code.

Text Font Color

.myTextColor { color: #9D214C; }

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

This text font color is #9D214C.


Background Color

.myBgColor { background-color: #9D214C; }

<div style="background-color:#9D214C">Inner text</div>

This div background color is #9D214C.


Border color

.myBorderColor { border: 1px solid #9D214C; }

<div style="border:3px solid #9D214C">Div</div>

This div border color is #9D214C.


Opacity

.myOpacity80 { color: #9D214C; opacity: 0.8; }

<p style="color:#9D214C;opacity:0.8;">80%</p>

Text with #9D214C 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 #9D214C;}

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

This text has shadow with #9D214C color.

.textShadow {text-shadow: 3px 3px 1px #9D214C, 3px 3px 1px red;}

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

This text has shadow with #9D214C primary color and red secondary color.


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

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

This text has shadow with #9D214C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D214C on black background.


Color preview on white background

This text has color #9D214C on white background.



Black color preview on #9D214C background

This text has black color on #9D214C background.


White color preview on #9D214C background

This text has white color on #9D214C background.