COLOR #938EA3

HEX: #938EA3 RGB: (147,142,163)

Color info

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

RGB color model

#938EA3 color RGB value is (147,142,163).

RGB: (147,142,163) (58%, 56%, 64%)

RGB channels and saturation

R 147 of 255 = 58%
G 142 of 255 = 56%
B 163 of 255 = 64%

147
142
163

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

Portions of RGB colors in percentages

R + G + B = 147 + 142 + 163 = 452 (100%)
R 147 of 452 ~ 32.52%
G 142 of 452 ~ 31.42%
B 163 of 452 ~ 36.06'%

%32.52
%31.42
%36.06

CMYK color model

#938EA3 color CMYK value is (10,13,0,36).

  • cyan value is 9.82%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (10,13,0,36)
C10M13Y0K36 (10%, 13%, 0%, 36%)
(0.10 / 0.13 / 0.00 / 0.36)

CMYK percentages

%9.82
%12.88
%0
%36.08

Codes

Color #938EA3 in popluar color models

93 8E A3
RGB 147 142 163
HSL 254° 10.24% 59.80%
HSB/HSV 254° 12.88% 63.92%
CMYK 9.82% 12.88% 0.00%
36.08%

Color #938EA3 in popluar number systems.

HEX 93 8E A3
Decimal 147 142 163
Binary 10010011 10001110 10100011
Octal 223 216 243

Shades and tints

Shades of #938EA3

#938EA3
(147,142,163)
#868295
(134,130,149)
#797687
(121,118,135)
#6C6A79
(108,106,121)
#5F5E6B
(95,94,107)
#52525D
(82,82,93)
#45464F
(69,70,79)
#383A41
(56,58,65)
#2B2E33
(43,46,51)
#1E2225
(30,34,37)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #938EA3

#938EA3
(147,142,163)
#9C98AB
(156,152,171)
#A5A2B3
(165,162,179)
#AEACBB
(174,172,187)
#B7B6C3
(183,182,195)
#C0C0CB
(192,192,203)
#C9CAD3
(201,202,211)
#D2D4DB
(210,212,219)
#DBDEE3
(219,222,227)
#E4E8EB
(228,232,235)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938EA3; }

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

This text font color is #938EA3.

Background Color

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

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

This div background color is #938EA3.

Border color

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

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

This div border color is #938EA3.

Opacity

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

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

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

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

This text has shadow with #938EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #938EA3.

Preview

Color preview on black background

This text has color #938EA3 on black background.


Color preview on white background

This text has color #938EA3 on white background.


Black color preview on #938EA3 background

This text has black color on #938EA3 background.


White color preview on #938EA3 background

This text has white color on #938EA3 background.


Related colors

Complementary color

Complementary color for #hex is #6C715C.


I love getcolorcode.com

Triadic colors

1 #A3938E and #8EA393 with #938EA3 are triadic colors.

2 #A38E93 and #8E93A3 with #938EA3 are triadic colors.