COLOR #93C8D2

HEX: #93C8D2
RGB: (147,200,210)

Color info

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

RGB color model

#93C8D2 color RGB value is (147,200,210).

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

RGB channels and saturation

R 147 of 255 = 58%
G 200 of 255 = 78%
B 210 of 255 = 82%

147
200
210

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

Portions of RGB colors in percentages

R + G + B =
147 + 200 + 210 = 557 (100%)
R 147 of 557 ~ 26.39%
G 200 of 557 ~ 35.91%
B 210 of 557 ~ 37.7%

%26.39
%35.91
%37.7

CMYK color model

#93C8D2 color CMYK value is (30,5,0,18).

  • cyan value is 30.00%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(30,5,0,18)
C30M5Y0K18 
(30%,5%,0%,18%)
(0.30/0.05/0.00/0.18)	

CMYK percentages

%30
%4.76
%0
%17.65

Codes

Color #93C8D2 in popluar color models

93C8D2
RGB147200210
HSL190°41.18%70.00%
HSB/HSV190°30.00%82.35%
CMYK30.00%4.76%0.00%
17.65%

Color #93C8D2 in popluar number systems.

HEX93C8D2
Decimal147200210
Binary100100111100100011010010
Octal223310322

Shades and tints

Shades of #93C8D2

#93C8D2
(147,200,210)
#86B6BF
(134,182,191)
#79A4AC
(121,164,172)
#6C9299
(108,146,153)
#5F8086
(95,128,134)
#526E73
(82,110,115)
#455C60
(69,92,96)
#384A4D
(56,74,77)
#2B383A
(43,56,58)
#1E2627
(30,38,39)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #93C8D2

#93C8D2
(147,200,210)
#9CCDD6
(156,205,214)
#A5D2DA
(165,210,218)
#AED7DE
(174,215,222)
#B7DCE2
(183,220,226)
#C0E1E6
(192,225,230)
#C9E6EA
(201,230,234)
#D2EBEE
(210,235,238)
#DBF0F2
(219,240,242)
#E4F5F6
(228,245,246)
#EDFAFA
(237,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C8D2; }

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

This text font color is #93C8D2.


Background Color

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

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

This div background color is #93C8D2.


Border color

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

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

This div border color is #93C8D2.


Opacity

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

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

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

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

This text has shadow with #93C8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C8D2 on black background.


Color preview on white background

This text has color #93C8D2 on white background.



Black color preview on #93C8D2 background

This text has black color on #93C8D2 background.


White color preview on #93C8D2 background

This text has white color on #93C8D2 background.