COLOR #937D88

HEX: #937D88
RGB: (147,125,136)

Color info

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

RGB color model

#937D88 color RGB value is (147,125,136).

  • red value is 147;
  • green value is 125;
  • blue value is 136.
RGB:
(147,125,136)
(58%,49%,53%)

RGB channels and saturation

R 147 of 255 = 58%
G 125 of 255 = 49%
B 136 of 255 = 53%

147
125
136

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

Portions of RGB colors in percentages

R + G + B =
147 + 125 + 136 = 408 (100%)
R 147 of 408 ~ 36.03%
G 125 of 408 ~ 30.64%
B 136 of 408 ~ 33.33%

%36.03
%30.64
%33.33

CMYK color model

#937D88 color CMYK value is (0,15,7,42).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 7.48%
  • key color value is 42.35%
CMYK:
(0,15,7,42)
C0M15Y7K42 
(0%,15%,7%,42%)
(0.00/0.15/0.07/0.42)	

CMYK percentages

%0
%14.97
%7.48
%42.35

Codes

Color #937D88 in popluar color models

937D88
RGB147125136
HSL330°9.24%53.33%
HSB/HSV330°14.97%57.65%
CMYK0.00%14.97%7.48%
42.35%

Color #937D88 in popluar number systems.

HEX937D88
Decimal147125136
Binary10010011111110110001000
Octal223175210

Shades and tints

Shades of #937D88

#937D88
(147,125,136)
#86727C
(134,114,124)
#796770
(121,103,112)
#6C5C64
(108,92,100)
#5F5158
(95,81,88)
#52464C
(82,70,76)
#453B40
(69,59,64)
#383034
(56,48,52)
#2B2528
(43,37,40)
#1E1A1C
(30,26,28)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #937D88

#937D88
(147,125,136)
#9C8892
(156,136,146)
#A5939C
(165,147,156)
#AE9EA6
(174,158,166)
#B7A9B0
(183,169,176)
#C0B4BA
(192,180,186)
#C9BFC4
(201,191,196)
#D2CACE
(210,202,206)
#DBD5D8
(219,213,216)
#E4E0E2
(228,224,226)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937D88 color. Also use rgb(147,125,136) instead hex code.

Text Font Color

.myTextColor { color: #937D88; }

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

This text font color is #937D88.


Background Color

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

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

This div background color is #937D88.


Border color

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

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

This div border color is #937D88.


Opacity

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

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

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

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

This text has shadow with #937D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937D88 on black background.


Color preview on white background

This text has color #937D88 on white background.



Black color preview on #937D88 background

This text has black color on #937D88 background.


White color preview on #937D88 background

This text has white color on #937D88 background.