COLOR #938CA6

HEX: #938CA6
RGB: (147,140,166)

Color info

#938CA6 contains red, green and blue colors in about the same proportion. Web safe color of #938CA6 is #999999 (or #999).

RGB color model

#938CA6 color RGB value is (147,140,166).

  • red value is 147;
  • green value is 140;
  • blue value is 166.
RGB:
(147,140,166)
(58%,55%,65%)

RGB channels and saturation

R 147 of 255 = 58%
G 140 of 255 = 55%
B 166 of 255 = 65%

147
140
166

R + G + B ~ 59%. #938CA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 140 + 166 = 453 (100%)
R 147 of 453 ~ 32.45%
G 140 of 453 ~ 30.91%
B 166 of 453 ~ 36.64%

%32.45
%30.91
%36.64

CMYK color model

#938CA6 color CMYK value is (11,16,0,35).

  • cyan value is 11.45%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(11,16,0,35)
C11M16Y0K35 
(11%,16%,0%,35%)
(0.11/0.16/0.00/0.35)	

CMYK percentages

%11.45
%15.66
%0
%34.9

Codes

Color #938CA6 in popluar color models

938CA6
RGB147140166
HSL256°12.75%60.00%
HSB/HSV256°15.66%65.10%
CMYK11.45%15.66%0.00%
34.90%

Color #938CA6 in popluar number systems.

HEX938CA6
Decimal147140166
Binary100100111000110010100110
Octal223214246

Shades and tints

Shades of #938CA6

#938CA6
(147,140,166)
#868097
(134,128,151)
#797488
(121,116,136)
#6C6879
(108,104,121)
#5F5C6A
(95,92,106)
#52505B
(82,80,91)
#45444C
(69,68,76)
#38383D
(56,56,61)
#2B2C2E
(43,44,46)
#1E201F
(30,32,31)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #938CA6

#938CA6
(147,140,166)
#9C96AE
(156,150,174)
#A5A0B6
(165,160,182)
#AEAABE
(174,170,190)
#B7B4C6
(183,180,198)
#C0BECE
(192,190,206)
#C9C8D6
(201,200,214)
#D2D2DE
(210,210,222)
#DBDCE6
(219,220,230)
#E4E6EE
(228,230,238)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938CA6 color. Also use rgb(147,140,166) instead hex code.

Text Font Color

.myTextColor { color: #938CA6; }

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

This text font color is #938CA6.


Background Color

.myBgColor { background-color: #938CA6; }

<div style="background-color:#938CA6">Inner text</div>

This div background color is #938CA6.


Border color

.myBorderColor { border: 1px solid #938CA6; }

<div style="border:3px solid #938CA6">Div</div>

This div border color is #938CA6.


Opacity

.myOpacity80 { color: #938CA6; opacity: 0.8; }

<p style="color:#938CA6;opacity:0.8;">80%</p>

Text with #938CA6 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 #938CA6;}

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

This text has shadow with #938CA6 color.

.textShadow {text-shadow: 3px 3px 1px #938CA6, 3px 3px 1px red;}

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

This text has shadow with #938CA6 primary color and red secondary color.


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

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

This text has shadow with #938CA6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938CA6 on black background.


Color preview on white background

This text has color #938CA6 on white background.



Black color preview on #938CA6 background

This text has black color on #938CA6 background.


White color preview on #938CA6 background

This text has white color on #938CA6 background.