COLOR #93C7F0

HEX: #93C7F0
RGB: (147,199,240)

Color info

#93C7F0 contains mainly green and blue colors. Web safe color of #93C7F0 is #99CCFF (or #9CF).

RGB color model

#93C7F0 color RGB value is (147,199,240).

  • red value is 147;
  • green value is 199;
  • blue value is 240.
RGB:
(147,199,240)
(58%,78%,94%)

RGB channels and saturation

R 147 of 255 = 58%
G 199 of 255 = 78%
B 240 of 255 = 94%

147
199
240

R + G + B ~ 77%. #93C7F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 199 + 240 = 586 (100%)
R 147 of 586 ~ 25.09%
G 199 of 586 ~ 33.96%
B 240 of 586 ~ 40.96%

%25.09
%33.96
%40.96

CMYK color model

#93C7F0 color CMYK value is (39,17,0,6).

  • cyan value is 38.75%
  • magenta value is 17.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(39,17,0,6)
C39M17Y0K6 
(39%,17%,0%,6%)
(0.39/0.17/0.00/0.06)	

CMYK percentages

%38.75
%17.08
%0
%5.88

Codes

Color #93C7F0 in popluar color models

93C7F0
RGB147199240
HSL206°75.61%75.88%
HSB/HSV206°38.75%94.12%
CMYK38.75%17.08%0.00%
5.88%

Color #93C7F0 in popluar number systems.

HEX93C7F0
Decimal147199240
Binary100100111100011111110000
Octal223307360

Shades and tints

Shades of #93C7F0

#93C7F0
(147,199,240)
#86B5DB
(134,181,219)
#79A3C6
(121,163,198)
#6C91B1
(108,145,177)
#5F7F9C
(95,127,156)
#526D87
(82,109,135)
#455B72
(69,91,114)
#38495D
(56,73,93)
#2B3748
(43,55,72)
#1E2533
(30,37,51)
#11131E
(17,19,30)
#000000
(0,0,0)

Tints of #93C7F0

#93C7F0
(147,199,240)
#9CCCF1
(156,204,241)
#A5D1F2
(165,209,242)
#AED6F3
(174,214,243)
#B7DBF4
(183,219,244)
#C0E0F5
(192,224,245)
#C9E5F6
(201,229,246)
#D2EAF7
(210,234,247)
#DBEFF8
(219,239,248)
#E4F4F9
(228,244,249)
#EDF9FA
(237,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C7F0 color. Also use rgb(147,199,240) instead hex code.

Text Font Color

.myTextColor { color: #93C7F0; }

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

This text font color is #93C7F0.


Background Color

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

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

This div background color is #93C7F0.


Border color

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

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

This div border color is #93C7F0.


Opacity

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

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

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

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

This text has shadow with #93C7F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C7F0 on black background.


Color preview on white background

This text has color #93C7F0 on white background.



Black color preview on #93C7F0 background

This text has black color on #93C7F0 background.


White color preview on #93C7F0 background

This text has white color on #93C7F0 background.