COLOR #93A0D4

HEX: #93A0D4
RGB: (147,160,212)

Color info

#93A0D4 contains mainly green and blue colors. Web safe color of #93A0D4 is #9999CC (or #99C).

RGB color model

#93A0D4 color RGB value is (147,160,212).

  • red value is 147;
  • green value is 160;
  • blue value is 212.
RGB:
(147,160,212)
(58%,63%,83%)

RGB channels and saturation

R 147 of 255 = 58%
G 160 of 255 = 63%
B 212 of 255 = 83%

147
160
212

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

Portions of RGB colors in percentages

R + G + B =
147 + 160 + 212 = 519 (100%)
R 147 of 519 ~ 28.32%
G 160 of 519 ~ 30.83%
B 212 of 519 ~ 40.85%

%28.32
%30.83
%40.85

CMYK color model

#93A0D4 color CMYK value is (31,25,0,17).

  • cyan value is 30.66%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(31,25,0,17)
C31M25Y0K17 
(31%,25%,0%,17%)
(0.31/0.25/0.00/0.17)	

CMYK percentages

%30.66
%24.53
%0
%16.86

Codes

Color #93A0D4 in popluar color models

93A0D4
RGB147160212
HSL228°43.05%70.39%
HSB/HSV228°30.66%83.14%
CMYK30.66%24.53%0.00%
16.86%

Color #93A0D4 in popluar number systems.

HEX93A0D4
Decimal147160212
Binary100100111010000011010100
Octal223240324

Shades and tints

Shades of #93A0D4

#93A0D4
(147,160,212)
#8692C1
(134,146,193)
#7984AE
(121,132,174)
#6C769B
(108,118,155)
#5F6888
(95,104,136)
#525A75
(82,90,117)
#454C62
(69,76,98)
#383E4F
(56,62,79)
#2B303C
(43,48,60)
#1E2229
(30,34,41)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #93A0D4

#93A0D4
(147,160,212)
#9CA8D7
(156,168,215)
#A5B0DA
(165,176,218)
#AEB8DD
(174,184,221)
#B7C0E0
(183,192,224)
#C0C8E3
(192,200,227)
#C9D0E6
(201,208,230)
#D2D8E9
(210,216,233)
#DBE0EC
(219,224,236)
#E4E8EF
(228,232,239)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A0D4 color. Also use rgb(147,160,212) instead hex code.

Text Font Color

.myTextColor { color: #93A0D4; }

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

This text font color is #93A0D4.


Background Color

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

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

This div background color is #93A0D4.


Border color

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

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

This div border color is #93A0D4.


Opacity

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

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

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

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

This text has shadow with #93A0D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A0D4 on black background.


Color preview on white background

This text has color #93A0D4 on white background.



Black color preview on #93A0D4 background

This text has black color on #93A0D4 background.


White color preview on #93A0D4 background

This text has white color on #93A0D4 background.