COLOR #938EAD

HEX: #938EAD
RGB: (147,142,173)

Color info

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

RGB color model

#938EAD color RGB value is (147,142,173).

  • red value is 147;
  • green value is 142;
  • blue value is 173.
RGB:
(147,142,173)
(58%,56%,68%)

RGB channels and saturation

R 147 of 255 = 58%
G 142 of 255 = 56%
B 173 of 255 = 68%

147
142
173

R + G + B ~ 61%. #938EAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 142 + 173 = 462 (100%)
R 147 of 462 ~ 31.82%
G 142 of 462 ~ 30.74%
B 173 of 462 ~ 37.45%

%31.82
%30.74
%37.45

CMYK color model

#938EAD color CMYK value is (15,18,0,32).

  • cyan value is 15.03%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(15,18,0,32)
C15M18Y0K32 
(15%,18%,0%,32%)
(0.15/0.18/0.00/0.32)	

CMYK percentages

%15.03
%17.92
%0
%32.16

Codes

Color #938EAD in popluar color models

938EAD
RGB147142173
HSL250°15.90%61.76%
HSB/HSV250°17.92%67.84%
CMYK15.03%17.92%0.00%
32.16%

Color #938EAD in popluar number systems.

HEX938EAD
Decimal147142173
Binary100100111000111010101101
Octal223216255

Shades and tints

Shades of #938EAD

#938EAD
(147,142,173)
#86829E
(134,130,158)
#79768F
(121,118,143)
#6C6A80
(108,106,128)
#5F5E71
(95,94,113)
#525262
(82,82,98)
#454653
(69,70,83)
#383A44
(56,58,68)
#2B2E35
(43,46,53)
#1E2226
(30,34,38)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #938EAD

#938EAD
(147,142,173)
#9C98B4
(156,152,180)
#A5A2BB
(165,162,187)
#AEACC2
(174,172,194)
#B7B6C9
(183,182,201)
#C0C0D0
(192,192,208)
#C9CAD7
(201,202,215)
#D2D4DE
(210,212,222)
#DBDEE5
(219,222,229)
#E4E8EC
(228,232,236)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938EAD; }

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

This text font color is #938EAD.


Background Color

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

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

This div background color is #938EAD.


Border color

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

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

This div border color is #938EAD.


Opacity

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

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

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

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

This text has shadow with #938EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938EAD on black background.


Color preview on white background

This text has color #938EAD on white background.



Black color preview on #938EAD background

This text has black color on #938EAD background.


White color preview on #938EAD background

This text has white color on #938EAD background.