COLOR #93B4F3

HEX: #93B4F3
RGB: (147,180,243)

Color info

#93B4F3 contains mainly blue color. Web safe color of #93B4F3 is #99CCFF (or #9CF).

RGB color model

#93B4F3 color RGB value is (147,180,243).

  • red value is 147;
  • green value is 180;
  • blue value is 243.
RGB:
(147,180,243)
(58%,71%,95%)

RGB channels and saturation

R 147 of 255 = 58%
G 180 of 255 = 71%
B 243 of 255 = 95%

147
180
243

R + G + B ~ 75%. #93B4F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 180 + 243 = 570 (100%)
R 147 of 570 ~ 25.79%
G 180 of 570 ~ 31.58%
B 243 of 570 ~ 42.63%

%25.79
%31.58
%42.63

CMYK color model

#93B4F3 color CMYK value is (40,26,0,5).

  • cyan value is 39.51%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(40,26,0,5)
C40M26Y0K5 
(40%,26%,0%,5%)
(0.40/0.26/0.00/0.05)	

CMYK percentages

%39.51
%25.93
%0
%4.71

Codes

Color #93B4F3 in popluar color models

93B4F3
RGB147180243
HSL219°80.00%76.47%
HSB/HSV219°39.51%95.29%
CMYK39.51%25.93%0.00%
4.71%

Color #93B4F3 in popluar number systems.

HEX93B4F3
Decimal147180243
Binary100100111011010011110011
Octal223264363

Shades and tints

Shades of #93B4F3

#93B4F3
(147,180,243)
#86A4DD
(134,164,221)
#7994C7
(121,148,199)
#6C84B1
(108,132,177)
#5F749B
(95,116,155)
#526485
(82,100,133)
#45546F
(69,84,111)
#384459
(56,68,89)
#2B3443
(43,52,67)
#1E242D
(30,36,45)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #93B4F3

#93B4F3
(147,180,243)
#9CBAF4
(156,186,244)
#A5C0F5
(165,192,245)
#AEC6F6
(174,198,246)
#B7CCF7
(183,204,247)
#C0D2F8
(192,210,248)
#C9D8F9
(201,216,249)
#D2DEFA
(210,222,250)
#DBE4FB
(219,228,251)
#E4EAFC
(228,234,252)
#EDF0FD
(237,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B4F3 color. Also use rgb(147,180,243) instead hex code.

Text Font Color

.myTextColor { color: #93B4F3; }

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

This text font color is #93B4F3.


Background Color

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

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

This div background color is #93B4F3.


Border color

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

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

This div border color is #93B4F3.


Opacity

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

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

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

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

This text has shadow with #93B4F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B4F3 on black background.


Color preview on white background

This text has color #93B4F3 on white background.



Black color preview on #93B4F3 background

This text has black color on #93B4F3 background.


White color preview on #93B4F3 background

This text has white color on #93B4F3 background.