COLOR #939CC9

HEX: #939CC9
RGB: (147,156,201)

Color info

#939CC9 contains red, green and blue colors in about the same proportion. Web safe color of #939CC9 is #9999CC (or #99C).

RGB color model

#939CC9 color RGB value is (147,156,201).

  • red value is 147;
  • green value is 156;
  • blue value is 201.
RGB:
(147,156,201)
(58%,61%,79%)

RGB channels and saturation

R 147 of 255 = 58%
G 156 of 255 = 61%
B 201 of 255 = 79%

147
156
201

R + G + B ~ 66%. #939CC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 156 + 201 = 504 (100%)
R 147 of 504 ~ 29.17%
G 156 of 504 ~ 30.95%
B 201 of 504 ~ 39.88%

%29.17
%30.95
%39.88

CMYK color model

#939CC9 color CMYK value is (27,22,0,21).

  • cyan value is 26.87%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(27,22,0,21)
C27M22Y0K21 
(27%,22%,0%,21%)
(0.27/0.22/0.00/0.21)	

CMYK percentages

%26.87
%22.39
%0
%21.18

Codes

Color #939CC9 in popluar color models

939CC9
RGB147156201
HSL230°33.33%68.24%
HSB/HSV230°26.87%78.82%
CMYK26.87%22.39%0.00%
21.18%

Color #939CC9 in popluar number systems.

HEX939CC9
Decimal147156201
Binary100100111001110011001001
Octal223234311

Shades and tints

Shades of #939CC9

#939CC9
(147,156,201)
#868EB7
(134,142,183)
#7980A5
(121,128,165)
#6C7293
(108,114,147)
#5F6481
(95,100,129)
#52566F
(82,86,111)
#45485D
(69,72,93)
#383A4B
(56,58,75)
#2B2C39
(43,44,57)
#1E1E27
(30,30,39)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #939CC9

#939CC9
(147,156,201)
#9CA5CD
(156,165,205)
#A5AED1
(165,174,209)
#AEB7D5
(174,183,213)
#B7C0D9
(183,192,217)
#C0C9DD
(192,201,221)
#C9D2E1
(201,210,225)
#D2DBE5
(210,219,229)
#DBE4E9
(219,228,233)
#E4EDED
(228,237,237)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #939CC9 color. Also use rgb(147,156,201) instead hex code.

Text Font Color

.myTextColor { color: #939CC9; }

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

This text font color is #939CC9.


Background Color

.myBgColor { background-color: #939CC9; }

<div style="background-color:#939CC9">Inner text</div>

This div background color is #939CC9.


Border color

.myBorderColor { border: 1px solid #939CC9; }

<div style="border:3px solid #939CC9">Div</div>

This div border color is #939CC9.


Opacity

.myOpacity80 { color: #939CC9; opacity: 0.8; }

<p style="color:#939CC9;opacity:0.8;">80%</p>

Text with #939CC9 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 #939CC9;}

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

This text has shadow with #939CC9 color.

.textShadow {text-shadow: 3px 3px 1px #939CC9, 3px 3px 1px red;}

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

This text has shadow with #939CC9 primary color and red secondary color.


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

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

This text has shadow with #939CC9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #939CC9 on black background.


Color preview on white background

This text has color #939CC9 on white background.



Black color preview on #939CC9 background

This text has black color on #939CC9 background.


White color preview on #939CC9 background

This text has white color on #939CC9 background.