COLOR #939DCE

HEX: #939DCE
RGB: (147,157,206)

Color info

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

RGB color model

#939DCE color RGB value is (147,157,206).

  • red value is 147;
  • green value is 157;
  • blue value is 206.
RGB:
(147,157,206)
(58%,62%,81%)

RGB channels and saturation

R 147 of 255 = 58%
G 157 of 255 = 62%
B 206 of 255 = 81%

147
157
206

R + G + B ~ 67%. #939DCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 157 + 206 = 510 (100%)
R 147 of 510 ~ 28.82%
G 157 of 510 ~ 30.78%
B 206 of 510 ~ 40.39%

%28.82
%30.78
%40.39

CMYK color model

#939DCE color CMYK value is (29,24,0,19).

  • cyan value is 28.64%
  • magenta value is 23.79%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(29,24,0,19)
C29M24Y0K19 
(29%,24%,0%,19%)
(0.29/0.24/0.00/0.19)	

CMYK percentages

%28.64
%23.79
%0
%19.22

Codes

Color #939DCE in popluar color models

939DCE
RGB147157206
HSL230°37.58%69.22%
HSB/HSV230°28.64%80.78%
CMYK28.64%23.79%0.00%
19.22%

Color #939DCE in popluar number systems.

HEX939DCE
Decimal147157206
Binary100100111001110111001110
Octal223235316

Shades and tints

Shades of #939DCE

#939DCE
(147,157,206)
#868FBC
(134,143,188)
#7981AA
(121,129,170)
#6C7398
(108,115,152)
#5F6586
(95,101,134)
#525774
(82,87,116)
#454962
(69,73,98)
#383B50
(56,59,80)
#2B2D3E
(43,45,62)
#1E1F2C
(30,31,44)
#11111A
(17,17,26)
#000000
(0,0,0)

Tints of #939DCE

#939DCE
(147,157,206)
#9CA5D2
(156,165,210)
#A5ADD6
(165,173,214)
#AEB5DA
(174,181,218)
#B7BDDE
(183,189,222)
#C0C5E2
(192,197,226)
#C9CDE6
(201,205,230)
#D2D5EA
(210,213,234)
#DBDDEE
(219,221,238)
#E4E5F2
(228,229,242)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #939DCE color. Also use rgb(147,157,206) instead hex code.

Text Font Color

.myTextColor { color: #939DCE; }

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

This text font color is #939DCE.


Background Color

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

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

This div background color is #939DCE.


Border color

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

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

This div border color is #939DCE.


Opacity

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

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

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

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

This text has shadow with #939DCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #939DCE on black background.


Color preview on white background

This text has color #939DCE on white background.



Black color preview on #939DCE background

This text has black color on #939DCE background.


White color preview on #939DCE background

This text has white color on #939DCE background.