COLOR #93B4F7

HEX: #93B4F7
RGB: (147,180,247)

Color info

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

RGB color model

#93B4F7 color RGB value is (147,180,247).

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

RGB channels and saturation

R 147 of 255 = 58%
G 180 of 255 = 71%
B 247 of 255 = 97%

147
180
247

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

Portions of RGB colors in percentages

R + G + B =
147 + 180 + 247 = 574 (100%)
R 147 of 574 ~ 25.61%
G 180 of 574 ~ 31.36%
B 247 of 574 ~ 43.03%

%25.61
%31.36
%43.03

CMYK color model

#93B4F7 color CMYK value is (40,27,0,3).

  • cyan value is 40.49%
  • magenta value is 27.13%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(40,27,0,3)
C40M27Y0K3 
(40%,27%,0%,3%)
(0.40/0.27/0.00/0.03)	

CMYK percentages

%40.49
%27.13
%0
%3.14

Codes

Color #93B4F7 in popluar color models

93B4F7
RGB147180247
HSL220°86.21%77.25%
HSB/HSV220°40.49%96.86%
CMYK40.49%27.13%0.00%
3.14%

Color #93B4F7 in popluar number systems.

HEX93B4F7
Decimal147180247
Binary100100111011010011110111
Octal223264367

Shades and tints

Shades of #93B4F7

#93B4F7
(147,180,247)
#86A4E1
(134,164,225)
#7994CB
(121,148,203)
#6C84B5
(108,132,181)
#5F749F
(95,116,159)
#526489
(82,100,137)
#455473
(69,84,115)
#38445D
(56,68,93)
#2B3447
(43,52,71)
#1E2431
(30,36,49)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #93B4F7

#93B4F7
(147,180,247)
#9CBAF7
(156,186,247)
#A5C0F7
(165,192,247)
#AEC6F7
(174,198,247)
#B7CCF7
(183,204,247)
#C0D2F7
(192,210,247)
#C9D8F7
(201,216,247)
#D2DEF7
(210,222,247)
#DBE4F7
(219,228,247)
#E4EAF7
(228,234,247)
#EDF0F7
(237,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B4F7; }

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

This text font color is #93B4F7.


Background Color

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

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

This div background color is #93B4F7.


Border color

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

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

This div border color is #93B4F7.


Opacity

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

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

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

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

This text has shadow with #93B4F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B4F7 on black background.


Color preview on white background

This text has color #93B4F7 on white background.



Black color preview on #93B4F7 background

This text has black color on #93B4F7 background.


White color preview on #93B4F7 background

This text has white color on #93B4F7 background.