COLOR #93A8CE

HEX: #93A8CE
RGB: (147,168,206)

Color info

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

RGB color model

#93A8CE color RGB value is (147,168,206).

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

RGB channels and saturation

R 147 of 255 = 58%
G 168 of 255 = 66%
B 206 of 255 = 81%

147
168
206

R + G + B ~ 68%. #93A8CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 168 + 206 = 521 (100%)
R 147 of 521 ~ 28.21%
G 168 of 521 ~ 32.25%
B 206 of 521 ~ 39.54%

%28.21
%32.25
%39.54

CMYK color model

#93A8CE color CMYK value is (29,18,0,19).

  • cyan value is 28.64%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(29,18,0,19)
C29M18Y0K19 
(29%,18%,0%,19%)
(0.29/0.18/0.00/0.19)	

CMYK percentages

%28.64
%18.45
%0
%19.22

Codes

Color #93A8CE in popluar color models

93A8CE
RGB147168206
HSL219°37.58%69.22%
HSB/HSV219°28.64%80.78%
CMYK28.64%18.45%0.00%
19.22%

Color #93A8CE in popluar number systems.

HEX93A8CE
Decimal147168206
Binary100100111010100011001110
Octal223250316

Shades and tints

Shades of #93A8CE

#93A8CE
(147,168,206)
#8699BC
(134,153,188)
#798AAA
(121,138,170)
#6C7B98
(108,123,152)
#5F6C86
(95,108,134)
#525D74
(82,93,116)
#454E62
(69,78,98)
#383F50
(56,63,80)
#2B303E
(43,48,62)
#1E212C
(30,33,44)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #93A8CE

#93A8CE
(147,168,206)
#9CAFD2
(156,175,210)
#A5B6D6
(165,182,214)
#AEBDDA
(174,189,218)
#B7C4DE
(183,196,222)
#C0CBE2
(192,203,226)
#C9D2E6
(201,210,230)
#D2D9EA
(210,217,234)
#DBE0EE
(219,224,238)
#E4E7F2
(228,231,242)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A8CE color. Also use rgb(147,168,206) instead hex code.

Text Font Color

.myTextColor { color: #93A8CE; }

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

This text font color is #93A8CE.


Background Color

.myBgColor { background-color: #93A8CE; }

<div style="background-color:#93A8CE">Inner text</div>

This div background color is #93A8CE.


Border color

.myBorderColor { border: 1px solid #93A8CE; }

<div style="border:3px solid #93A8CE">Div</div>

This div border color is #93A8CE.


Opacity

.myOpacity80 { color: #93A8CE; opacity: 0.8; }

<p style="color:#93A8CE;opacity:0.8;">80%</p>

Text with #93A8CE 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 #93A8CE;}

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

This text has shadow with #93A8CE color.

.textShadow {text-shadow: 3px 3px 1px #93A8CE, 3px 3px 1px red;}

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

This text has shadow with #93A8CE primary color and red secondary color.


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

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

This text has shadow with #93A8CE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A8CE on black background.


Color preview on white background

This text has color #93A8CE on white background.



Black color preview on #93A8CE background

This text has black color on #93A8CE background.


White color preview on #93A8CE background

This text has white color on #93A8CE background.