COLOR #937C99

HEX: #937C99 RGB: (147,124,153)

Color info

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

RGB color model

#937C99 color RGB value is (147,124,153).

RGB: (147,124,153) (58%, 49%, 60%)

RGB channels and saturation

R 147 of 255 = 58%
G 124 of 255 = 49%
B 153 of 255 = 60%

147
124
153

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

Portions of RGB colors in percentages

R + G + B = 147 + 124 + 153 = 424 (100%)
R 147 of 424 ~ 34.67%
G 124 of 424 ~ 29.25%
B 153 of 424 ~ 36.08'%

%34.67
%29.25
%36.08

CMYK color model

#937C99 color CMYK value is (4,19,0,40).

  • cyan value is 3.92%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (4,19,0,40)
C4M19Y0K40 (4%, 19%, 0%, 40%)
(0.04 / 0.19 / 0.00 / 0.40)

CMYK percentages

%3.92
%18.95
%0
%40

Codes

Color #937C99 in popluar color models

93 7C 99
RGB 147 124 153
HSL 288° 12.45% 54.31%
HSB/HSV 288° 18.95% 60.00%
CMYK 3.92% 18.95% 0.00%
40.00%

Color #937C99 in popluar number systems.

HEX 93 7C 99
Decimal 147 124 153
Binary 10010011 1111100 10011001
Octal 223 174 231

Shades and tints

Shades of #937C99

#937C99
(147,124,153)
#86718C
(134,113,140)
#79667F
(121,102,127)
#6C5B72
(108,91,114)
#5F5065
(95,80,101)
#524558
(82,69,88)
#453A4B
(69,58,75)
#382F3E
(56,47,62)
#2B2431
(43,36,49)
#1E1924
(30,25,36)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #937C99

#937C99
(147,124,153)
#9C87A2
(156,135,162)
#A592AB
(165,146,171)
#AE9DB4
(174,157,180)
#B7A8BD
(183,168,189)
#C0B3C6
(192,179,198)
#C9BECF
(201,190,207)
#D2C9D8
(210,201,216)
#DBD4E1
(219,212,225)
#E4DFEA
(228,223,234)
#EDEAF3
(237,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937C99 color. Also use rgb(147,124,153) instead hex code.

Text Font Color

.myTextColor { color: #937C99; }

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

This text font color is #937C99.

Background Color

.myBgColor { background-color: #937C99; }

<div style="background-color:#937C99">Inner text</div>

This div background color is #937C99.

Border color

.myBorderColor { border: 1px solid #937C99; }

<div style="border:3px solid #937C99">Div</div>

This div border color is #937C99.

Opacity

.myOpacity80 { color: #937C99; opacity: 0.8; }

<p style="color:#937C99;opacity:0.8;">80%</p>

Text with #937C99 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 #937C99;}

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

This text has shadow with #937C99 color.


.textShadow {text-shadow: 3px 3px 1px #937C99', 3px 3px 1px red;}

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

This text has shadow with #937C99 primary color and red secondary color.


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

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

This text has shadow with #937C99 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #937C99; -webkit-box-shadow: 1px 1px 3px 2px #937C99; box-shadow:1px 1px 3px 2px #937C99;">
Div content here
</div>

This div box has shadow with color #937C99.

Preview

Color preview on black background

This text has color #937C99 on black background.


Color preview on white background

This text has color #937C99 on white background.


Black color preview on #937C99 background

This text has black color on #937C99 background.


White color preview on #937C99 background

This text has white color on #937C99 background.


Related colors

Complementary color

Complementary color for #hex is #6C8366.


I love getcolorcode.com

Triadic colors

1 #99937C and #7C9993 with #937C99 are triadic colors.

2 #997C93 and #7C9399 with #937C99 are triadic colors.