COLOR #93B3DC

HEX: #93B3DC
RGB: (147,179,220)

Color info

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

RGB color model

#93B3DC color RGB value is (147,179,220).

  • red value is 147;
  • green value is 179;
  • blue value is 220.
RGB:
(147,179,220)
(58%,70%,86%)

RGB channels and saturation

R 147 of 255 = 58%
G 179 of 255 = 70%
B 220 of 255 = 86%

147
179
220

R + G + B ~ 71%. #93B3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 179 + 220 = 546 (100%)
R 147 of 546 ~ 26.92%
G 179 of 546 ~ 32.78%
B 220 of 546 ~ 40.29%

%26.92
%32.78
%40.29

CMYK color model

#93B3DC color CMYK value is (33,19,0,14).

  • cyan value is 33.18%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(33,19,0,14)
C33M19Y0K14 
(33%,19%,0%,14%)
(0.33/0.19/0.00/0.14)	

CMYK percentages

%33.18
%18.64
%0
%13.73

Codes

Color #93B3DC in popluar color models

93B3DC
RGB147179220
HSL214°51.05%71.96%
HSB/HSV214°33.18%86.27%
CMYK33.18%18.64%0.00%
13.73%

Color #93B3DC in popluar number systems.

HEX93B3DC
Decimal147179220
Binary100100111011001111011100
Octal223263334

Shades and tints

Shades of #93B3DC

#93B3DC
(147,179,220)
#86A3C8
(134,163,200)
#7993B4
(121,147,180)
#6C83A0
(108,131,160)
#5F738C
(95,115,140)
#526378
(82,99,120)
#455364
(69,83,100)
#384350
(56,67,80)
#2B333C
(43,51,60)
#1E2328
(30,35,40)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #93B3DC

#93B3DC
(147,179,220)
#9CB9DF
(156,185,223)
#A5BFE2
(165,191,226)
#AEC5E5
(174,197,229)
#B7CBE8
(183,203,232)
#C0D1EB
(192,209,235)
#C9D7EE
(201,215,238)
#D2DDF1
(210,221,241)
#DBE3F4
(219,227,244)
#E4E9F7
(228,233,247)
#EDEFFA
(237,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B3DC color. Also use rgb(147,179,220) instead hex code.

Text Font Color

.myTextColor { color: #93B3DC; }

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

This text font color is #93B3DC.


Background Color

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

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

This div background color is #93B3DC.


Border color

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

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

This div border color is #93B3DC.


Opacity

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

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

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

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

This text has shadow with #93B3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B3DC on black background.


Color preview on white background

This text has color #93B3DC on white background.



Black color preview on #93B3DC background

This text has black color on #93B3DC background.


White color preview on #93B3DC background

This text has white color on #93B3DC background.