COLOR #93C3EB

HEX: #93C3EB
RGB: (147,195,235)

Color info

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

RGB color model

#93C3EB color RGB value is (147,195,235).

  • red value is 147;
  • green value is 195;
  • blue value is 235.
RGB:
(147,195,235)
(58%,76%,92%)

RGB channels and saturation

R 147 of 255 = 58%
G 195 of 255 = 76%
B 235 of 255 = 92%

147
195
235

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

Portions of RGB colors in percentages

R + G + B =
147 + 195 + 235 = 577 (100%)
R 147 of 577 ~ 25.48%
G 195 of 577 ~ 33.8%
B 235 of 577 ~ 40.73%

%25.48
%33.8
%40.73

CMYK color model

#93C3EB color CMYK value is (37,17,0,8).

  • cyan value is 37.45%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(37,17,0,8)
C37M17Y0K8 
(37%,17%,0%,8%)
(0.37/0.17/0.00/0.08)	

CMYK percentages

%37.45
%17.02
%0
%7.84

Codes

Color #93C3EB in popluar color models

93C3EB
RGB147195235
HSL207°68.75%74.90%
HSB/HSV207°37.45%92.16%
CMYK37.45%17.02%0.00%
7.84%

Color #93C3EB in popluar number systems.

HEX93C3EB
Decimal147195235
Binary100100111100001111101011
Octal223303353

Shades and tints

Shades of #93C3EB

#93C3EB
(147,195,235)
#86B2D6
(134,178,214)
#79A1C1
(121,161,193)
#6C90AC
(108,144,172)
#5F7F97
(95,127,151)
#526E82
(82,110,130)
#455D6D
(69,93,109)
#384C58
(56,76,88)
#2B3B43
(43,59,67)
#1E2A2E
(30,42,46)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #93C3EB

#93C3EB
(147,195,235)
#9CC8EC
(156,200,236)
#A5CDED
(165,205,237)
#AED2EE
(174,210,238)
#B7D7EF
(183,215,239)
#C0DCF0
(192,220,240)
#C9E1F1
(201,225,241)
#D2E6F2
(210,230,242)
#DBEBF3
(219,235,243)
#E4F0F4
(228,240,244)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C3EB color. Also use rgb(147,195,235) instead hex code.

Text Font Color

.myTextColor { color: #93C3EB; }

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

This text font color is #93C3EB.


Background Color

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

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

This div background color is #93C3EB.


Border color

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

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

This div border color is #93C3EB.


Opacity

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

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

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

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

This text has shadow with #93C3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C3EB on black background.


Color preview on white background

This text has color #93C3EB on white background.



Black color preview on #93C3EB background

This text has black color on #93C3EB background.


White color preview on #93C3EB background

This text has white color on #93C3EB background.