COLOR #93C8D6

HEX: #93C8D6
RGB: (147,200,214)

Color info

#93C8D6 contains mainly green and blue colors. Web safe color of #93C8D6 is #99CCCC (or #9CC).

RGB color model

#93C8D6 color RGB value is (147,200,214).

  • red value is 147;
  • green value is 200;
  • blue value is 214.
RGB:
(147,200,214)
(58%,78%,84%)

RGB channels and saturation

R 147 of 255 = 58%
G 200 of 255 = 78%
B 214 of 255 = 84%

147
200
214

R + G + B ~ 73%. #93C8D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 200 + 214 = 561 (100%)
R 147 of 561 ~ 26.2%
G 200 of 561 ~ 35.65%
B 214 of 561 ~ 38.15%

%26.2
%35.65
%38.15

CMYK color model

#93C8D6 color CMYK value is (31,7,0,16).

  • cyan value is 31.31%
  • magenta value is 6.54%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(31,7,0,16)
C31M7Y0K16 
(31%,7%,0%,16%)
(0.31/0.07/0.00/0.16)	

CMYK percentages

%31.31
%6.54
%0
%16.08

Codes

Color #93C8D6 in popluar color models

93C8D6
RGB147200214
HSL193°44.97%70.78%
HSB/HSV193°31.31%83.92%
CMYK31.31%6.54%0.00%
16.08%

Color #93C8D6 in popluar number systems.

HEX93C8D6
Decimal147200214
Binary100100111100100011010110
Octal223310326

Shades and tints

Shades of #93C8D6

#93C8D6
(147,200,214)
#86B6C3
(134,182,195)
#79A4B0
(121,164,176)
#6C929D
(108,146,157)
#5F808A
(95,128,138)
#526E77
(82,110,119)
#455C64
(69,92,100)
#384A51
(56,74,81)
#2B383E
(43,56,62)
#1E262B
(30,38,43)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #93C8D6

#93C8D6
(147,200,214)
#9CCDD9
(156,205,217)
#A5D2DC
(165,210,220)
#AED7DF
(174,215,223)
#B7DCE2
(183,220,226)
#C0E1E5
(192,225,229)
#C9E6E8
(201,230,232)
#D2EBEB
(210,235,235)
#DBF0EE
(219,240,238)
#E4F5F1
(228,245,241)
#EDFAF4
(237,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C8D6 color. Also use rgb(147,200,214) instead hex code.

Text Font Color

.myTextColor { color: #93C8D6; }

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

This text font color is #93C8D6.


Background Color

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

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

This div background color is #93C8D6.


Border color

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

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

This div border color is #93C8D6.


Opacity

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

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

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

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

This text has shadow with #93C8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C8D6 on black background.


Color preview on white background

This text has color #93C8D6 on white background.



Black color preview on #93C8D6 background

This text has black color on #93C8D6 background.


White color preview on #93C8D6 background

This text has white color on #93C8D6 background.