COLOR #938CB0

HEX: #938CB0
RGB: (147,140,176)

Color info

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

RGB color model

#938CB0 color RGB value is (147,140,176).

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

RGB channels and saturation

R 147 of 255 = 58%
G 140 of 255 = 55%
B 176 of 255 = 69%

147
140
176

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

Portions of RGB colors in percentages

R + G + B =
147 + 140 + 176 = 463 (100%)
R 147 of 463 ~ 31.75%
G 140 of 463 ~ 30.24%
B 176 of 463 ~ 38.01%

%31.75
%30.24
%38.01

CMYK color model

#938CB0 color CMYK value is (16,20,0,31).

  • cyan value is 16.48%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(16,20,0,31)
C16M20Y0K31 
(16%,20%,0%,31%)
(0.16/0.20/0.00/0.31)	

CMYK percentages

%16.48
%20.45
%0
%30.98

Codes

Color #938CB0 in popluar color models

938CB0
RGB147140176
HSL252°18.56%61.96%
HSB/HSV252°20.45%69.02%
CMYK16.48%20.45%0.00%
30.98%

Color #938CB0 in popluar number systems.

HEX938CB0
Decimal147140176
Binary100100111000110010110000
Octal223214260

Shades and tints

Shades of #938CB0

#938CB0
(147,140,176)
#8680A0
(134,128,160)
#797490
(121,116,144)
#6C6880
(108,104,128)
#5F5C70
(95,92,112)
#525060
(82,80,96)
#454450
(69,68,80)
#383840
(56,56,64)
#2B2C30
(43,44,48)
#1E2020
(30,32,32)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #938CB0

#938CB0
(147,140,176)
#9C96B7
(156,150,183)
#A5A0BE
(165,160,190)
#AEAAC5
(174,170,197)
#B7B4CC
(183,180,204)
#C0BED3
(192,190,211)
#C9C8DA
(201,200,218)
#D2D2E1
(210,210,225)
#DBDCE8
(219,220,232)
#E4E6EF
(228,230,239)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938CB0; }

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

This text font color is #938CB0.


Background Color

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

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

This div background color is #938CB0.


Border color

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

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

This div border color is #938CB0.


Opacity

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

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

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

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

This text has shadow with #938CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938CB0 on black background.


Color preview on white background

This text has color #938CB0 on white background.



Black color preview on #938CB0 background

This text has black color on #938CB0 background.


White color preview on #938CB0 background

This text has white color on #938CB0 background.