COLOR #93A5CD

HEX: #93A5CD
RGB: (147,165,205)

Color info

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

RGB color model

#93A5CD color RGB value is (147,165,205).

  • red value is 147;
  • green value is 165;
  • blue value is 205.
RGB:
(147,165,205)
(58%,65%,80%)

RGB channels and saturation

R 147 of 255 = 58%
G 165 of 255 = 65%
B 205 of 255 = 80%

147
165
205

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

Portions of RGB colors in percentages

R + G + B =
147 + 165 + 205 = 517 (100%)
R 147 of 517 ~ 28.43%
G 165 of 517 ~ 31.91%
B 205 of 517 ~ 39.65%

%28.43
%31.91
%39.65

CMYK color model

#93A5CD color CMYK value is (28,20,0,20).

  • cyan value is 28.29%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(28,20,0,20)
C28M20Y0K20 
(28%,20%,0%,20%)
(0.28/0.20/0.00/0.20)	

CMYK percentages

%28.29
%19.51
%0
%19.61

Codes

Color #93A5CD in popluar color models

93A5CD
RGB147165205
HSL221°36.71%69.02%
HSB/HSV221°28.29%80.39%
CMYK28.29%19.51%0.00%
19.61%

Color #93A5CD in popluar number systems.

HEX93A5CD
Decimal147165205
Binary100100111010010111001101
Octal223245315

Shades and tints

Shades of #93A5CD

#93A5CD
(147,165,205)
#8696BB
(134,150,187)
#7987A9
(121,135,169)
#6C7897
(108,120,151)
#5F6985
(95,105,133)
#525A73
(82,90,115)
#454B61
(69,75,97)
#383C4F
(56,60,79)
#2B2D3D
(43,45,61)
#1E1E2B
(30,30,43)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #93A5CD

#93A5CD
(147,165,205)
#9CADD1
(156,173,209)
#A5B5D5
(165,181,213)
#AEBDD9
(174,189,217)
#B7C5DD
(183,197,221)
#C0CDE1
(192,205,225)
#C9D5E5
(201,213,229)
#D2DDE9
(210,221,233)
#DBE5ED
(219,229,237)
#E4EDF1
(228,237,241)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A5CD color. Also use rgb(147,165,205) instead hex code.

Text Font Color

.myTextColor { color: #93A5CD; }

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

This text font color is #93A5CD.


Background Color

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

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

This div background color is #93A5CD.


Border color

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

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

This div border color is #93A5CD.


Opacity

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

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

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

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

This text has shadow with #93A5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A5CD on black background.


Color preview on white background

This text has color #93A5CD on white background.



Black color preview on #93A5CD background

This text has black color on #93A5CD background.


White color preview on #93A5CD background

This text has white color on #93A5CD background.