COLOR #937DAA

HEX: #937DAA
RGB: (147,125,170)

Color info

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

RGB color model

#937DAA color RGB value is (147,125,170).

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

RGB channels and saturation

R 147 of 255 = 58%
G 125 of 255 = 49%
B 170 of 255 = 67%

147
125
170

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

Portions of RGB colors in percentages

R + G + B =
147 + 125 + 170 = 442 (100%)
R 147 of 442 ~ 33.26%
G 125 of 442 ~ 28.28%
B 170 of 442 ~ 38.46%

%33.26
%28.28
%38.46

CMYK color model

#937DAA color CMYK value is (14,26,0,33).

  • cyan value is 13.53%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(14,26,0,33)
C14M26Y0K33 
(14%,26%,0%,33%)
(0.14/0.26/0.00/0.33)	

CMYK percentages

%13.53
%26.47
%0
%33.33

Codes

Color #937DAA in popluar color models

937DAA
RGB147125170
HSL269°20.93%57.84%
HSB/HSV269°26.47%66.67%
CMYK13.53%26.47%0.00%
33.33%

Color #937DAA in popluar number systems.

HEX937DAA
Decimal147125170
Binary10010011111110110101010
Octal223175252

Shades and tints

Shades of #937DAA

#937DAA
(147,125,170)
#86729B
(134,114,155)
#79678C
(121,103,140)
#6C5C7D
(108,92,125)
#5F516E
(95,81,110)
#52465F
(82,70,95)
#453B50
(69,59,80)
#383041
(56,48,65)
#2B2532
(43,37,50)
#1E1A23
(30,26,35)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #937DAA

#937DAA
(147,125,170)
#9C88B1
(156,136,177)
#A593B8
(165,147,184)
#AE9EBF
(174,158,191)
#B7A9C6
(183,169,198)
#C0B4CD
(192,180,205)
#C9BFD4
(201,191,212)
#D2CADB
(210,202,219)
#DBD5E2
(219,213,226)
#E4E0E9
(228,224,233)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937DAA; }

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

This text font color is #937DAA.


Background Color

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

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

This div background color is #937DAA.


Border color

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

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

This div border color is #937DAA.


Opacity

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

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

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

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

This text has shadow with #937DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937DAA on black background.


Color preview on white background

This text has color #937DAA on white background.



Black color preview on #937DAA background

This text has black color on #937DAA background.


White color preview on #937DAA background

This text has white color on #937DAA background.