COLOR #938CA3

HEX: #938CA3
RGB: (147,140,163)

Color info

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

RGB color model

#938CA3 color RGB value is (147,140,163).

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

RGB channels and saturation

R 147 of 255 = 58%
G 140 of 255 = 55%
B 163 of 255 = 64%

147
140
163

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

Portions of RGB colors in percentages

R + G + B =
147 + 140 + 163 = 450 (100%)
R 147 of 450 ~ 32.67%
G 140 of 450 ~ 31.11%
B 163 of 450 ~ 36.22%

%32.67
%31.11
%36.22

CMYK color model

#938CA3 color CMYK value is (10,14,0,36).

  • cyan value is 9.82%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(10,14,0,36)
C10M14Y0K36 
(10%,14%,0%,36%)
(0.10/0.14/0.00/0.36)	

CMYK percentages

%9.82
%14.11
%0
%36.08

Codes

Color #938CA3 in popluar color models

938CA3
RGB147140163
HSL258°11.11%59.41%
HSB/HSV258°14.11%63.92%
CMYK9.82%14.11%0.00%
36.08%

Color #938CA3 in popluar number systems.

HEX938CA3
Decimal147140163
Binary100100111000110010100011
Octal223214243

Shades and tints

Shades of #938CA3

#938CA3
(147,140,163)
#868095
(134,128,149)
#797487
(121,116,135)
#6C6879
(108,104,121)
#5F5C6B
(95,92,107)
#52505D
(82,80,93)
#45444F
(69,68,79)
#383841
(56,56,65)
#2B2C33
(43,44,51)
#1E2025
(30,32,37)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #938CA3

#938CA3
(147,140,163)
#9C96AB
(156,150,171)
#A5A0B3
(165,160,179)
#AEAABB
(174,170,187)
#B7B4C3
(183,180,195)
#C0BECB
(192,190,203)
#C9C8D3
(201,200,211)
#D2D2DB
(210,210,219)
#DBDCE3
(219,220,227)
#E4E6EB
(228,230,235)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938CA3; }

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

This text font color is #938CA3.


Background Color

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

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

This div background color is #938CA3.


Border color

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

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

This div border color is #938CA3.


Opacity

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

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

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

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

This text has shadow with #938CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938CA3 on black background.


Color preview on white background

This text has color #938CA3 on white background.



Black color preview on #938CA3 background

This text has black color on #938CA3 background.


White color preview on #938CA3 background

This text has white color on #938CA3 background.